@serwist/navigation-preload 8.0.0 → 8.0.1
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/dist/disable.d.ts +0 -1
- package/dist/enable.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/isSupported.d.ts +0 -1
- package/package.json +3 -3
- package/dist/disable.d.ts.map +0 -1
- package/dist/enable.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/isSupported.d.ts.map +0 -1
package/dist/disable.d.ts
CHANGED
package/dist/enable.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/isSupported.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serwist/navigation-preload",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
|
|
6
6
|
"files": [
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"./package.json": "./package.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@serwist/core": "8.0.
|
|
34
|
+
"@serwist/core": "8.0.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"rollup": "3.28.1",
|
|
38
|
-
"@serwist/constants": "8.0.
|
|
38
|
+
"@serwist/constants": "8.0.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",
|
package/dist/disable.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../src/disable.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,iBAAS,OAAO,IAAI,IAAI,CAgBvB;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
package/dist/enable.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../src/enable.ts"],"names":[],"mappings":"AAeA;;;;;;;GAOG;AACH,iBAAS,MAAM,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAqB1C;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isSupported.d.ts","sourceRoot":"","sources":["../src/isSupported.ts"],"names":[],"mappings":"AAWA;;;GAGG;AACH,iBAAS,WAAW,IAAI,OAAO,CAE9B;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|