buddy-workbench 0.1.39 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ui/dist/index.html
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
.app-splash-logo { animation: none; }
|
|
134
134
|
}
|
|
135
135
|
</style>
|
|
136
|
-
<script type="module" crossorigin src="/assets/index-
|
|
136
|
+
<script type="module" crossorigin src="/assets/index-EnuwkosA.js"></script>
|
|
137
137
|
<link rel="stylesheet" crossorigin href="/assets/index-BWhse591.css">
|
|
138
138
|
</head>
|
|
139
139
|
<body>
|
package/ui/dist/sw.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
const CACHE_NAME = "devbuddy-ui--
|
|
3
|
-
const PRECACHE_URLS = ["/index.html","/devbuddy-splash.svg","assets/
|
|
2
|
+
const CACHE_NAME = "devbuddy-ui--Dty-56mC.js|assetsindex-EnuwkosA.js|assetsmozjpeg_dec-muSO2n8T.wasm|assetsmozjpeg_enc-DO-zoExo.wasm|splash-9c68b5bd543c";
|
|
3
|
+
const PRECACHE_URLS = ["/index.html","/devbuddy-splash.svg","assets/mozjpeg_enc-DO-zoExo.wasm","assets/mozjpeg_dec-muSO2n8T.wasm","assets/index-BWhse591.css","assets/index-EnuwkosA.js","assets/index-Dty-56mC.js"];
|
|
4
4
|
|
|
5
5
|
self.addEventListener('install', (event) => {
|
|
6
6
|
event.waitUntil(
|