From 6d18b4e208bc112db928585fe646bf5b42a6fd93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Feb 2023 16:15:51 +0000 Subject: chore: autopublish 2023-02-11T16:15:51Z --- public/sw.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/sw.js') diff --git a/public/sw.js b/public/sw.js index 6c0da87..cb4f756 100644 --- a/public/sw.js +++ b/public/sw.js @@ -27,17 +27,17 @@ workbox.core.clientsClaim(); */ self.__precacheManifest = [ { - "url": "framework-9d7199247c4ea55ff463.js" + "url": "framework-e5355906233299d95abe.js" }, { - "url": "app-0675f0cabfa273eb3d1d.js" + "url": "app-712185ae92a5ca91d983.js" }, { "url": "offline-plugin-app-shell-fallback/index.html", - "revision": "6be83ccd57e5a1f9d13b30ddc0ebf31b" + "revision": "d053a064b17ed52561be829feb277ee2" }, { - "url": "webpack-runtime-07215094817ebf51a34a.js" + "url": "webpack-runtime-29effcebd4fe3b9c9bde.js" }, { "url": "manifest.webmanifest", @@ -151,7 +151,7 @@ const navigationRoute = new NavigationRoute(async ({ event }) => { // Check for resources + the app bundle // The latter may not exist if the SW is updating to a new version const resources = await idbKeyval.get(`resources:${pathname}`) - if (!resources || !(await caches.match(`/app-0675f0cabfa273eb3d1d.js`))) { + if (!resources || !(await caches.match(`/app-712185ae92a5ca91d983.js`))) { return await fetch(event.request) } -- cgit