Skip to content

Commit 15370d6

Browse files
authored
fix: svg content-type correction; update helia deps (#853)
* deps: update helia deps * fix: bump cache version
1 parent 86bce07 commit 15370d6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@helia/block-brokers": "^4.2.4",
5858
"@helia/delegated-routing-v1-http-api-client": "^4.2.5",
5959
"@helia/http": "^2.2.1",
60-
"@helia/interface": "^5.3.2",
61-
"@helia/routers": "^3.1.2",
62-
"@helia/verified-fetch": "^3.2.2",
60+
"@helia/interface": "^5.4.0",
61+
"@helia/routers": "^3.1.3",
62+
"@helia/verified-fetch": "^3.2.3",
6363
"@libp2p/crypto": "^5.1.7",
6464
"@libp2p/dcutr": "^2.0.38",
6565
"@libp2p/identify": "^3.0.39",

src/sw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const log = swLogger.forComponent('main')
9898
*
9999
* @see https://googlechrome.github.io/samples/service-worker/prefetch-video/
100100
*/
101-
const CACHE_VERSION = 1
101+
const CACHE_VERSION = 2 // see https://github.com/ipfs/service-worker-gateway/pull/853#issuecomment-3309246532
102102
const CURRENT_CACHES = Object.freeze({
103103
mutable: `mutable-cache-v${CACHE_VERSION}`,
104104
immutable: `immutable-cache-v${CACHE_VERSION}`,

0 commit comments

Comments
 (0)