sinzmise-cetastories-en 2.0.0-1733484705953 → 2.0.0-1733485247876
Sign up to get free protection for your applications and to get access to all the features.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/cw.js +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +2 -2
- package/swpp/update.json +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
package/cw.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const workboxVersion="5.1.3";importScripts("https://jsd.cdn.storisinz.site/npm/workbox-cdn@5.1.3/workbox/
|
1
|
+
const workboxVersion="5.1.3";!function(){"use strict";try{self["workbox:sw:5.1.3"]&&_()}catch(e){}const e={backgroundSync:"background-sync",broadcastUpdate:"broadcast-update",cacheableResponse:"cacheable-response",core:"core",expiration:"expiration",googleAnalytics:"offline-ga",navigationPreload:"navigation-preload",precaching:"precaching",rangeRequests:"range-requests",routing:"routing",strategies:"strategies",streams:"streams"};self.workbox=new class{constructor(){return this.v={},this.t={debug:"localhost"===self.location.hostname,modulePathPrefix:null,modulePathCb:null},this.s=this.t.debug?"dev":"prod",this.o=!1,new Proxy(this,{get(o,s){if(o[s])return o[s];const t=e[s];return t&&o.loadModule("workbox-"+t),o[s]}})}setConfig(e={}){if(this.o)throw new Error("Config must be set before accessing workbox.* modules");Object.assign(this.t,e),this.s=this.t.debug?"dev":"prod"}loadModule(e){const o=this.i(e);try{importScripts(o),this.o=!0}catch(s){throw console.error(`Unable to import module '${e}' from '${o}'.`),s}}i(e){if(this.t.modulePathCb)return this.t.modulePathCb(e,this.t.debug);let o=["https://jsd.cdn.storisinz.site/npm/workbox-cdn@5.1.3/workbox"];const s=`${e}.${this.s}.js`,t=this.t.modulePathPrefix;return t&&(o=t.split("/"),""===o[o.length-1]&&o.splice(o.length-1,1)),o.push(s),o.join("/")}}}(),workbox.core.setCacheNameDetails({prefix:"CetaHouseEnCache"}),workbox.core.skipWaiting(),workbox.core.clientsClaim(),workbox.precaching.precacheAndRoute([{revision:"47d353da0a813cfd68822ebc05c38cdd",url:"./404.html"},{revision:"261e5705e5a8fe9ba87a0cf91cb15627",url:"./index.html"},{revision:"38c3c7d2a432fad0aea02de01425ae57",url:"./js/main.js"},{revision:"8a71222c3ab288e781c74a255257f1ed",url:"./css/index.css"}],{directoryIndex:null}),workbox.precaching.cleanupOutdatedCaches(),workbox.routing.registerRoute(/\.(?:png|jpg|jpeg|gif|bmp|webp|svg|ico)$/,new workbox.strategies.CacheFirst({cacheName:"images",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/\.(?:eot|ttf|woff|woff2)$/,new workbox.strategies.CacheFirst({cacheName:"fonts",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/fonts\.googleapis\.com/,new workbox.strategies.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets"})),workbox.routing.registerRoute(/^https:\/\/fonts\.gstatic\.com/,new workbox.strategies.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/cdn\.jsdelivr\.net/,new workbox.strategies.CacheFirst({cacheName:"static-libs",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/jsd\.cdn\.storisinz\.site/,new workbox.strategies.CacheFirst({cacheName:"static-libs",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/cdnjs\.cdn\.storisinz\.site/,new workbox.strategies.CacheFirst({cacheName:"static-libs",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),importScripts("/sw.js"),workbox.googleAnalytics.initialize();
|