diff --git a/src/dependencies.pug b/src/dependencies.pug index 5d19ba6..7ee8059 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -36,7 +36,7 @@ if endpoints.get //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) if endpoints.get.users - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@2.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@3.0" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if endpoints.get.polls diff --git a/src/sw.js b/src/sw.js index 881a4a5..577b399 100644 --- a/src/sw.js +++ b/src/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'hubl-store-cnt82i'; +const CACHE_NAME = 'hubl-store-nfi743'; self.addEventListener('install', function (e) { self.skipWaiting();