aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/~partytown/debug/partytown-sw.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
commit950a71c2308eb438967b30a72403f7df5a04596c (patch)
treef341fe19d9f946634b4d1b6f998ffc5bfbb9c129 /public/~partytown/debug/partytown-sw.js
parent1f22525ba62bdcf7f3a14e9baf4a0878373ea6d2 (diff)
downloadsubmelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.gz
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.bz2
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.zip
chore: autopublish 2023-01-28T21:39:10Z
Diffstat (limited to 'public/~partytown/debug/partytown-sw.js')
-rw-r--r--public/~partytown/debug/partytown-sw.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/~partytown/debug/partytown-sw.js b/public/~partytown/debug/partytown-sw.js
index 14b09e1..f6fdfb3 100644
--- a/public/~partytown/debug/partytown-sw.js
+++ b/public/~partytown/debug/partytown-sw.js
@@ -1,4 +1,4 @@
-/* Partytown 0.5.4 - MIT builder.io */
+/* Partytown 0.7.5 - MIT builder.io */
const resolves = new Map;
const swMessageError = (accessReq, $error$) => ({
@@ -52,7 +52,7 @@ self.onfetch = ev => {
const url = new URL(req.url);
const pathname = url.pathname;
if (pathname.endsWith("sw.html")) {
- ev.respondWith(response('<!DOCTYPE html><html><head><meta charset="utf-8"><script src="./partytown-sandbox-sw.js?v=0.5.4"><\/script></head></html>'));
+ ev.respondWith(response('<!DOCTYPE html><html><head><meta charset="utf-8"><script src="./partytown-sandbox-sw.js?v=0.7.5"><\/script></head></html>'));
} else {
pathname.endsWith("proxytown") && ev.respondWith(httpRequestFromWebWorker(req));
}