@serwist/strategies 9.0.0-preview.18 → 9.0.0-preview.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serwist/strategies",
|
|
3
|
-
"version": "9.0.0-preview.
|
|
3
|
+
"version": "9.0.0-preview.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A service worker helper library implementing common caching strategies.",
|
|
6
6
|
"files": [
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
],
|
|
18
18
|
"author": "Google's Web DevRel Team, Serwist's Team",
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"repository": "serwist/serwist",
|
|
21
|
-
"bugs": "https://
|
|
20
|
+
"repository": "https://gitlab.com/serwist/serwist",
|
|
21
|
+
"bugs": "https://gitlab.com/serwist/serwist/issues",
|
|
22
22
|
"homepage": "https://serwist.pages.dev",
|
|
23
23
|
"main": "./dist/index.js",
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"./package.json": "./package.json"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@serwist/sw": "9.0.0-preview.
|
|
33
|
+
"@serwist/sw": "9.0.0-preview.19"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"rollup": "4.13.0",
|
|
37
37
|
"typescript": "5.5.0-dev.20240323",
|
|
38
|
-
"@serwist/constants": "9.0.0-preview.
|
|
38
|
+
"@serwist/constants": "9.0.0-preview.19"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"typescript": ">=5.0.0"
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",
|
|
50
|
-
"dev": "rollup --config rollup.config.js --watch",
|
|
51
50
|
"lint": "biome lint ./src",
|
|
52
51
|
"typecheck": "tsc"
|
|
53
52
|
}
|