chore(sw): bump to v113 (timeline SMS state from log)

This commit is contained in:
Hermes 2026-08-14 15:08:35 +02:00
parent 4a4b088949
commit c4aebb08a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
if (!isLocalhost) {
const STATIC_CACHE = "construction-delivery-static-v112";
const RUNTIME_CACHE = "construction-delivery-runtime-v112";
const STATIC_CACHE = "construction-delivery-static-v113";
const RUNTIME_CACHE = "construction-delivery-runtime-v113";
const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];
self.addEventListener("install", (event) => {