Skip to content

Commit

Permalink
Deploying to gh-pages from @ b7f6387 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Jul 22, 2024
1 parent 90d77cd commit e7c5764
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-OtDnuAT0S0Ej3tW1VTBZBrQWlVal154MUORXEcupDQM=",
"hash": "sha256-hToOqXGb3pP6+LDyLBHANX5G9MSmrjMS6I2ia/U+UtI=",
"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-jmv1tgxSf1MXudV6Ji9syLmepgLgiODUv0Z/B1aLrtM=",
"Angor.Shared.wasm": "sha256-snOpzJV851Nwmpuu3mxz8vD+cXlKlGjGaBYCsNhYU48=",
"Angor.Client.wasm": "sha256-czsEwSKJxFPu8nkvWQ3JgtFb1z9QE5JQGgqX0CxBFTA=",
"Angor.Shared.wasm": "sha256-oTQbiFxcU+75BHDAzD0yOYvWAW0sWI1q9OcrKUH/TJI=",
"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-ZV9+THGqR+zgG7eqsNJj7PT5Dt4zeCkXbzmcqzLU7x8=",
"hash": "sha256-LFv1CAYJGQnkFvzAGeGxysXWwf+g2L+rNkFvCedIPeI=",
"url": "_framework\/blazor.boot.json"
},
{
"hash": "sha256-jmv1tgxSf1MXudV6Ji9syLmepgLgiODUv0Z\/B1aLrtM=",
"hash": "sha256-czsEwSKJxFPu8nkvWQ3JgtFb1z9QE5JQGgqX0CxBFTA=",
"url": "_framework\/Angor.Client.wasm"
},
{
"hash": "sha256-snOpzJV851Nwmpuu3mxz8vD+cXlKlGjGaBYCsNhYU48=",
"hash": "sha256-oTQbiFxcU+75BHDAzD0yOYvWAW0sWI1q9OcrKUH\/TJI=",
"url": "_framework\/Angor.Shared.wasm"
},
{
Expand Down Expand Up @@ -849,5 +849,5 @@
"url": "ServiceWorkerRegister.js"
}
],
"version": "cap1OF9H"
"version": "uwA8p61L"
};
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: cap1OF9H */
/* Manifest version: uwA8p61L */

0 comments on commit e7c5764

Please sign in to comment.