@serwist/svelte 9.0.12 → 10.0.0-preview.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.
@@ -50,7 +50,7 @@ export interface GetPrecacheManifestOptions {
50
50
  /**
51
51
  * Retrieves the precache manifest generated by SvelteKit. A simple
52
52
  * wrapper around SvelteKit's built-in service worker support. For more
53
- * complex use cases, seek [the `@serwist/vite` recipe for SvelteKit](https://serwist.pages.dev/docs/vite/recipes/svelte-kit).
53
+ * complex use cases, seek [the `vite-plugin-serwist` recipe for SvelteKit](https://serwist.pages.dev/docs/vite/recipes/svelte-kit).
54
54
  *
55
55
  * @param options
56
56
  * @returns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/svelte",
3
- "version": "9.0.12",
3
+ "version": "10.0.0-preview.1",
4
4
  "type": "module",
5
5
  "description": "A module that complements SvelteKit's built-in service worker support.",
6
6
  "files": [
@@ -40,12 +40,12 @@
40
40
  "./package.json": "./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "serwist": "9.0.12"
43
+ "serwist": "10.0.0-preview.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@sveltejs/kit": "2.17.2",
47
47
  "rollup": "4.34.8",
48
- "@serwist/configs": "9.0.12"
48
+ "@serwist/configs": "10.0.0-preview.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@sveltejs/kit": ">=2.0.0",
@@ -62,7 +62,7 @@ export interface GetPrecacheManifestOptions {
62
62
  /**
63
63
  * Retrieves the precache manifest generated by SvelteKit. A simple
64
64
  * wrapper around SvelteKit's built-in service worker support. For more
65
- * complex use cases, seek [the `@serwist/vite` recipe for SvelteKit](https://serwist.pages.dev/docs/vite/recipes/svelte-kit).
65
+ * complex use cases, seek [the `vite-plugin-serwist` recipe for SvelteKit](https://serwist.pages.dev/docs/vite/recipes/svelte-kit).
66
66
  *
67
67
  * @param options
68
68
  * @returns