@serwist/sw 8.1.1 → 8.2.0

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/README.md CHANGED
@@ -1 +1 @@
1
- This module's documentation can be found at https://developers.google.com/web/tools/workbox/modules/workbox-sw
1
+ This module's documentation can be found at https://serwist.vercel.app/docs/sw
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/sw",
3
- "version": "8.1.1",
4
- "license": "MIT",
3
+ "version": "8.2.0",
5
4
  "type": "module",
6
5
  "description": "This module makes it easy to get started with the Serwist service worker libraries.",
7
6
  "files": [
@@ -15,11 +14,12 @@
15
14
  "sw"
16
15
  ],
17
16
  "author": "Google's Web DevRel Team, Serwist's Team",
17
+ "license": "MIT",
18
18
  "repository": "serwist/serwist",
19
19
  "bugs": "https://github.com/serwist/serwist/issues",
20
- "homepage": "https://ducanh-next-pwa.vercel.app",
20
+ "homepage": "https://serwist.vercel.app",
21
21
  "module": "./dist/index.js",
22
- "main": "./dist/index.old.cjs",
22
+ "main": "./dist/index.cjs",
23
23
  "types": "./dist/index.d.ts",
24
24
  "exports": {
25
25
  ".": {
@@ -28,29 +28,29 @@
28
28
  "default": "./dist/index.js"
29
29
  },
30
30
  "require": {
31
- "types": "./dist/index.old.d.cts",
32
- "default": "./dist/index.old.cjs"
31
+ "types": "./dist/index.d.cts",
32
+ "default": "./dist/index.cjs"
33
33
  }
34
34
  },
35
35
  "./package.json": "./package.json"
36
36
  },
37
37
  "dependencies": {
38
- "@serwist/background-sync": "8.1.1",
39
- "@serwist/broadcast-update": "8.1.1",
40
- "@serwist/cacheable-response": "8.1.1",
41
- "@serwist/core": "8.1.1",
42
- "@serwist/expiration": "8.1.1",
43
- "@serwist/google-analytics": "8.1.1",
44
- "@serwist/navigation-preload": "8.1.1",
45
- "@serwist/precaching": "8.1.1",
46
- "@serwist/range-requests": "8.1.1",
47
- "@serwist/routing": "8.1.1",
48
- "@serwist/strategies": "8.1.1"
38
+ "@serwist/background-sync": "8.2.0",
39
+ "@serwist/broadcast-update": "8.2.0",
40
+ "@serwist/cacheable-response": "8.2.0",
41
+ "@serwist/core": "8.2.0",
42
+ "@serwist/expiration": "8.2.0",
43
+ "@serwist/google-analytics": "8.2.0",
44
+ "@serwist/navigation-preload": "8.2.0",
45
+ "@serwist/precaching": "8.2.0",
46
+ "@serwist/range-requests": "8.2.0",
47
+ "@serwist/routing": "8.2.0",
48
+ "@serwist/strategies": "8.2.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "rollup": "4.9.1",
52
- "@serwist/build": "8.1.1",
53
- "@serwist/constants": "8.1.1"
52
+ "@serwist/build": "8.2.0",
53
+ "@serwist/constants": "8.2.0"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",
File without changes
File without changes