Skip to content

Commit

Permalink
Deploying to gh-pages from @ 291114b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 19, 2024
1 parent 8c286a4 commit efdea49
Show file tree
Hide file tree
Showing 14 changed files with 20 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-YIOUU3xy9gwckENBAgWLJQAyCYIUFwAOKhjZc/Za7g8=",
"hash": "sha256-VoFkVjj9duth00uJhwO1WW2MOmUX19EWyy4Vt1XUE9g=",
"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-WGk65t3MOVAI5ZAFU4+4C6wLI0V+ITGrq++G6DKzumk=",
"Angor.Shared.wasm": "sha256-cirKuLnvACFBu9uL4KsI9gKrOL9h3JpcBdVgzSxfP5A=",
"Angor.Client.wasm": "sha256-CPUwhfeH/AvnLZ9nINupT3RYdnAZtP3g3O8qq33tmcU=",
"Angor.Shared.wasm": "sha256-KWOmuNCA0lWxhfwipRKl+HHvpeWxJYMhK4umvW0jJBY=",
"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: 8 additions & 0 deletions assets/icons/paste.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 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-2Flcd24WHosa6GzxXq1fOHv9CA1G9gMtZHR4E7MFJto=",
"hash": "sha256-Y0h85DPXkHrsYBmSg4IIgmb9Wj7a003ppiHSJTttppk=",
"url": "_framework\/blazor.boot.json"
},
{
"hash": "sha256-WGk65t3MOVAI5ZAFU4+4C6wLI0V+ITGrq++G6DKzumk=",
"hash": "sha256-CPUwhfeH\/AvnLZ9nINupT3RYdnAZtP3g3O8qq33tmcU=",
"url": "_framework\/Angor.Client.wasm"
},
{
"hash": "sha256-cirKuLnvACFBu9uL4KsI9gKrOL9h3JpcBdVgzSxfP5A=",
"hash": "sha256-KWOmuNCA0lWxhfwipRKl+HHvpeWxJYMhK4umvW0jJBY=",
"url": "_framework\/Angor.Shared.wasm"
},
{
Expand Down Expand Up @@ -644,6 +644,10 @@
"hash": "sha256-wSvxu1FIehQprzomQ08BLSlL53phBAt9zU5W4G8pJOs=",
"url": "assets\/icons\/network.svg"
},
{
"hash": "sha256-tPapV1HsgDklrCP5JZF22uDSODycthhagBhGhqj4yFc=",
"url": "assets\/icons\/paste.svg"
},
{
"hash": "sha256-rYOtJXL5tuqhrykMV6\/mOSZE4nl1ZWOPP5PLqzlTX1I=",
"url": "assets\/icons\/plus.svg"
Expand Down Expand Up @@ -837,5 +841,5 @@
"url": "ServiceWorkerRegister.js"
}
],
"version": "HAkE+oNy"
"version": "ksH7QP62"
};
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: HAkE+oNy */
/* Manifest version: ksH7QP62 */

0 comments on commit efdea49

Please sign in to comment.