@serwist/svelte 9.0.0-preview.24 → 9.0.0-preview.26
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.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.worker.d.ts","sourceRoot":"","sources":["../src/index.worker.ts"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"index.worker.d.ts","sourceRoot":"","sources":["../src/index.worker.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAI7D,OAAO,EACL,IAAI,IAAI,QAAQ,EAChB,KAAK,IAAI,eAAe,EACxB,KAAK,IAAI,YAAY,EACrB,WAAW,IAAI,iBAAiB,EAChC,OAAO,IAAI,oBAAoB,EAChC,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,YAAY,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC;AAE5F,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC;AAExE,MAAM,MAAM,iBAAiB,GAAG,CAAC,QAAQ,EAAE,aAAa,EAAE,KAAK;IAC7D,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;;;;;;;OAUG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC1C;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,sGAM7B,0BAA0B,KAAQ,aAAa,EAAE,GAAG,SA2CtD,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAAgC,CAAC;AAExE;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,cAAc,EA8GpC,CAAC"}
|
package/dist/index.worker.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
+
import { CacheFirst, ExpirationPlugin, StaleWhileRevalidate, NetworkFirst } from 'serwist';
|
1
2
|
import { logger } from 'serwist/internal';
|
2
|
-
import { ExpirationPlugin } from 'serwist/plugins';
|
3
|
-
import { CacheFirst, StaleWhileRevalidate, NetworkFirst } from 'serwist/strategies';
|
4
3
|
import { build, files, prerendered, version } from '$service-worker';
|
5
4
|
export { base as basePath, build as immutableAssets, prerendered as prerenderedRoutes, version as serviceWorkerVersion, files as staticAssets } from '$service-worker';
|
6
5
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@serwist/svelte",
|
3
|
-
"version": "9.0.0-preview.
|
3
|
+
"version": "9.0.0-preview.26",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A module that complements SvelteKit's built-in service worker support.",
|
6
6
|
"files": [
|
@@ -22,8 +22,8 @@
|
|
22
22
|
],
|
23
23
|
"author": "Serwist's Team",
|
24
24
|
"license": "MIT",
|
25
|
-
"repository": "https://
|
26
|
-
"bugs": "https://
|
25
|
+
"repository": "https://github.com/serwist/serwist",
|
26
|
+
"bugs": "https://github.com/serwist/serwist/issues",
|
27
27
|
"homepage": "https://serwist.pages.dev",
|
28
28
|
"typesVersions": {
|
29
29
|
"*": {
|
@@ -40,12 +40,12 @@
|
|
40
40
|
"./package.json": "./package.json"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"serwist": "9.0.0-preview.
|
43
|
+
"serwist": "9.0.0-preview.26"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@sveltejs/kit": "2.5.
|
47
|
-
"rollup": "4.14.
|
48
|
-
"@serwist/
|
46
|
+
"@sveltejs/kit": "2.5.6",
|
47
|
+
"rollup": "4.14.3",
|
48
|
+
"@serwist/configs": "9.0.0-preview.26"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|
51
51
|
"@sveltejs/kit": ">=2.0.0",
|
package/src/index.worker.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import { logger } from "serwist/internal";
|
2
1
|
import type { PrecacheEntry, RuntimeCaching } from "serwist";
|
3
|
-
import { ExpirationPlugin } from "serwist
|
4
|
-
import {
|
2
|
+
import { CacheFirst, ExpirationPlugin, NetworkFirst, StaleWhileRevalidate } from "serwist";
|
3
|
+
import { logger } from "serwist/internal";
|
5
4
|
|
6
5
|
import {
|
7
6
|
base as basePath,
|