Skip to content

Commit 1646805

Browse files
authored
Update asyncapi-react to 1.0.0-next.21 (#111)
Update script integrity hashes. NOTE: The hash for https://unpkg.com/@asyncapi/[email protected]/styles/default.min.css was the same as the hash for https://unpkg.com/@asyncapi/[email protected]/styles/default.min.css Which means that the file did not change, not that the hash was not recomputed
1 parent 9e57ba5 commit 1646805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asynction/templates/index.html.j2

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<title>{{ info.title }} {{ info.version }} – Asynction Docs</title>
88
<link
99
rel="stylesheet"
10-
href="https://unpkg.com/@asyncapi/[email protected].18/styles/default.min.css"
10+
href="https://unpkg.com/@asyncapi/[email protected].21/styles/default.min.css"
1111
integriry="sha384-JD4WiisNFV+VyC+uSfnk/c4cpj/cbbFsHTp10LWs5DamvZfOzcV1xaaURK7SAknk"
1212
crossorigin="anonymous"
1313
referrerpolicy="no-referrer"
1414
>
1515
<script
16-
src="https://unpkg.com/@asyncapi/[email protected].18/browser/standalone/index.js"
17-
integriry="sha384-ZDyBf52lSGWGgpA8NKTsHueZMyrUEjVrqzNHpQtVxJdEgsCMRbmDijrmo2L2S671"
16+
src="https://unpkg.com/@asyncapi/[email protected].21/browser/standalone/index.js"
17+
integriry="sha384-MfJHIcfQj/tW4U1JEGkFy68RQ9ABfqmLMESCyzT//4XzGTO/tdAvqEyB5qz98spD"
1818
crossorigin="anonymous"
1919
referrerpolicy="no-referrer"
2020
></script>

0 commit comments

Comments
 (0)