Skip to content

Commit

Permalink
Update broadcast channel
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Mar 19, 2024
1 parent e33107a commit e7b7a62
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/vue-app/public/serviceworker/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
<h1 class="title content" id="closeText" style="display: none">You can close this window now</h1>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].1/dist/broadcastChannel.umd.min.js"
integrity="sha256-+fWyJORuXDd0mCR/+l/hyyglXHqMKGVBZklLuxA9VrI="
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].2/dist/broadcastChannel.umd.min.js"
integrity="sha256-q78HZzZl8u46uVK0a+t5vzPyAevMwEWHi43ok+P7/O8="
crossorigin="anonymous"
></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-app/public/serviceworker/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ self.addEventListener("fetch", function (event) {
<h1 class="title content" id="closeText" style="display: none;">You can close this window now</h1>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].1/dist/broadcastChannel.umd.min.js"
integrity="sha256-+fWyJORuXDd0mCR/+l/hyyglXHqMKGVBZklLuxA9VrI="
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].2/dist/broadcastChannel.umd.min.js"
integrity="sha256-q78HZzZl8u46uVK0a+t5vzPyAevMwEWHi43ok+P7/O8="
crossorigin="anonymous"
></script>
<script>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@chaitanyapotti/register-service-worker": "^1.7.4",
"@toruslabs/broadcast-channel": "^10.0.1",
"@toruslabs/broadcast-channel": "^10.0.2",
"@toruslabs/constants": "^13.2.0",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/fetch-node-details": "^13.2.0",
Expand Down
4 changes: 2 additions & 2 deletions serviceworker/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
<h1 class="title content" id="closeText" style="display: none">You can close this window now</h1>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].1/dist/broadcastChannel.umd.min.js"
integrity="sha256-+fWyJORuXDd0mCR/+l/hyyglXHqMKGVBZklLuxA9VrI="
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].2/dist/broadcastChannel.umd.min.js"
integrity="sha256-q78HZzZl8u46uVK0a+t5vzPyAevMwEWHi43ok+P7/O8="
crossorigin="anonymous"
></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions serviceworker/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ self.addEventListener("fetch", function (event) {
<h1 class="title content" id="closeText" style="display: none;">You can close this window now</h1>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].1/dist/broadcastChannel.umd.min.js"
integrity="sha256-+fWyJORuXDd0mCR/+l/hyyglXHqMKGVBZklLuxA9VrI="
src="https://cdn.jsdelivr.net/npm/@toruslabs/[email protected].2/dist/broadcastChannel.umd.min.js"
integrity="sha256-q78HZzZl8u46uVK0a+t5vzPyAevMwEWHi43ok+P7/O8="
crossorigin="anonymous"
></script>
<script>
Expand Down

0 comments on commit e7b7a62

Please sign in to comment.