Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3f34cb8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 19, 2024
1 parent efdea49 commit 12759f8
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
Binary file modified _framework/Angor.Client.pdb.gz
Binary file not shown.
Binary file modified _framework/Angor.Client.wasm
Binary file not shown.
Binary file modified _framework/Angor.Client.wasm.br
Binary file not shown.
Binary file modified _framework/Angor.Client.wasm.gz
Binary file not shown.
Binary file modified _framework/Angor.Shared.pdb.gz
Binary file not shown.
Binary file modified _framework/Angor.Shared.wasm
Binary file not shown.
Binary file modified _framework/Angor.Shared.wasm.br
Binary file not shown.
Binary file modified _framework/Angor.Shared.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Angor.Client",
"resources": {
"hash": "sha256-VoFkVjj9duth00uJhwO1WW2MOmUX19EWyy4Vt1XUE9g=",
"hash": "sha256-y8E2m6VJsfhEYkb7ViO30Tltm3hVdjBjrhXWs05Cz/M=",
"jsModuleNative": {
"dotnet.native.8.0.7.pvkr2na9g4.js": "sha256-tFsxPBbhkdn6GKNBKvCRLzrfAHdyM86odYTe0MtrwMk="
},
Expand All @@ -17,8 +17,8 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"Angor.Client.wasm": "sha256-CPUwhfeH/AvnLZ9nINupT3RYdnAZtP3g3O8qq33tmcU=",
"Angor.Shared.wasm": "sha256-KWOmuNCA0lWxhfwipRKl+HHvpeWxJYMhK4umvW0jJBY=",
"Angor.Client.wasm": "sha256-/EpS62D0UaVG1S8/2yw4XI+L9FA1arexFtaxhbFMda0=",
"Angor.Shared.wasm": "sha256-MDjho/1BktSCoowSrV5ZEPtWoXXyfTq/eNQh01o6cog=",
"Blazored.LocalStorage.wasm": "sha256-OaMAAd5n7ORfyur5e3QIyEVKJ76MKIvwbg7/icnnYcU=",
"Blazored.SessionStorage.wasm": "sha256-nQXuCGHos7iwp2WxRUgarKmWgJYChaVQp2NajgNU3V8=",
"Blockcore.wasm": "sha256-CBQlVpfGReXAmGwkmcEbhDOwBh0fvD1emA7PELfTtEw=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"url": "_framework\/icudt_no_CJK.dat"
},
{
"hash": "sha256-Y0h85DPXkHrsYBmSg4IIgmb9Wj7a003ppiHSJTttppk=",
"hash": "sha256-oFfU+MxjCG\/+zNE07\/bNOQZ\/KD2\/8uLyEA2wABmIvss=",
"url": "_framework\/blazor.boot.json"
},
{
"hash": "sha256-CPUwhfeH\/AvnLZ9nINupT3RYdnAZtP3g3O8qq33tmcU=",
"hash": "sha256-\/EpS62D0UaVG1S8\/2yw4XI+L9FA1arexFtaxhbFMda0=",
"url": "_framework\/Angor.Client.wasm"
},
{
"hash": "sha256-KWOmuNCA0lWxhfwipRKl+HHvpeWxJYMhK4umvW0jJBY=",
"hash": "sha256-MDjho\/1BktSCoowSrV5ZEPtWoXXyfTq\/eNQh01o6cog=",
"url": "_framework\/Angor.Shared.wasm"
},
{
Expand Down Expand Up @@ -841,5 +841,5 @@
"url": "ServiceWorkerRegister.js"
}
],
"version": "ksH7QP62"
"version": "5Gzul2OB"
};
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ async function onFetch(event) {

return cachedResponse || fetch(event.request);
}
/* Manifest version: ksH7QP62 */
/* Manifest version: 5Gzul2OB */

0 comments on commit 12759f8

Please sign in to comment.