@serwist/build 9.0.0-preview.1 → 9.0.0-preview.3

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/types.d.ts CHANGED
@@ -218,7 +218,7 @@ export interface WebpackInjectManifestPartial {
218
218
  export type WebpackInjectManifestResolved = Require<WebpackInjectManifestPartial, "compileSrc">;
219
219
  export interface NextInjectManifestPartial {
220
220
  /**
221
- * Enable additional route caching when users navigate through pages with
221
+ * Enables additional route caching when users navigate through pages with
222
222
  * `next/link`. This improves the user experience in some cases but it
223
223
  * also adds a bit of overhead due to additional network calls.
224
224
  * @default false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/build",
3
- "version": "9.0.0-preview.1",
3
+ "version": "9.0.0-preview.3",
4
4
  "type": "module",
5
5
  "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.",
6
6
  "files": [
@@ -55,14 +55,14 @@
55
55
  "source-map": "0.8.0-beta.0",
56
56
  "upath": "2.0.1",
57
57
  "zod": "3.22.4",
58
- "@serwist/background-sync": "9.0.0-preview.1",
59
- "@serwist/broadcast-update": "9.0.0-preview.1",
60
- "@serwist/cacheable-response": "9.0.0-preview.1",
61
- "@serwist/core": "9.0.0-preview.1",
62
- "@serwist/expiration": "9.0.0-preview.1",
63
- "@serwist/google-analytics": "9.0.0-preview.1",
64
- "@serwist/precaching": "9.0.0-preview.1",
65
- "@serwist/routing": "9.0.0-preview.1"
58
+ "@serwist/background-sync": "9.0.0-preview.3",
59
+ "@serwist/broadcast-update": "9.0.0-preview.3",
60
+ "@serwist/cacheable-response": "9.0.0-preview.3",
61
+ "@serwist/core": "9.0.0-preview.3",
62
+ "@serwist/expiration": "9.0.0-preview.3",
63
+ "@serwist/google-analytics": "9.0.0-preview.3",
64
+ "@serwist/precaching": "9.0.0-preview.3",
65
+ "@serwist/routing": "9.0.0-preview.3"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/common-tags": "1.8.4",
@@ -70,9 +70,9 @@
70
70
  "@types/node": "20.11.16",
71
71
  "@types/stringify-object": "4.0.5",
72
72
  "type-fest": "4.10.2",
73
- "typescript": "5.4.0-dev.20240203",
74
- "@serwist/constants": "9.0.0-preview.1",
75
- "@serwist/utils": "9.0.0-preview.1"
73
+ "typescript": "5.4.0-dev.20240206",
74
+ "@serwist/constants": "9.0.0-preview.3",
75
+ "@serwist/utils": "9.0.0-preview.3"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "typescript": ">=5.0.0"
package/src/types.ts CHANGED
@@ -249,7 +249,7 @@ export type WebpackInjectManifestResolved = Require<WebpackInjectManifestPartial
249
249
 
250
250
  export interface NextInjectManifestPartial {
251
251
  /**
252
- * Enable additional route caching when users navigate through pages with
252
+ * Enables additional route caching when users navigate through pages with
253
253
  * `next/link`. This improves the user experience in some cases but it
254
254
  * also adds a bit of overhead due to additional network calls.
255
255
  * @default false