@serwist/next 9.0.3 → 9.0.5
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/lib/find-first-truthy.d.ts.map +1 -1
- package/dist/lib/schema.d.ts +10 -118
- package/dist/lib/schema.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-first-truthy.d.ts","sourceRoot":"","sources":["../../src/lib/find-first-truthy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"find-first-truthy.d.ts","sourceRoot":"","sources":["../../src/lib/find-first-truthy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,+BAQhE,CAAC"}
|
package/dist/lib/schema.d.ts
CHANGED
|
@@ -161,7 +161,7 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
161
161
|
swUrl: string;
|
|
162
162
|
globPublicPatterns: string[];
|
|
163
163
|
maximumFileSizeToCacheInBytes: number;
|
|
164
|
-
exclude: (string | RegExp | ((args_0: any) =>
|
|
164
|
+
exclude: (string | RegExp | ((args_0: any) => boolean))[];
|
|
165
165
|
injectionPoint: string;
|
|
166
166
|
swSrc: string;
|
|
167
167
|
swDest: string;
|
|
@@ -178,34 +178,7 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
178
178
|
size: number;
|
|
179
179
|
integrity?: string | undefined;
|
|
180
180
|
revision?: string | null | undefined;
|
|
181
|
-
}[], args_1: unknown) =>
|
|
182
|
-
manifest: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
183
|
-
integrity: z.ZodOptional<z.ZodString>;
|
|
184
|
-
revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
185
|
-
url: z.ZodString;
|
|
186
|
-
}, {
|
|
187
|
-
size: z.ZodNumber;
|
|
188
|
-
}>, "strip", z.ZodTypeAny, {
|
|
189
|
-
url: string;
|
|
190
|
-
size: number;
|
|
191
|
-
integrity?: string | undefined;
|
|
192
|
-
revision?: string | null | undefined;
|
|
193
|
-
}, {
|
|
194
|
-
url: string;
|
|
195
|
-
size: number;
|
|
196
|
-
integrity?: string | undefined;
|
|
197
|
-
revision?: string | null | undefined;
|
|
198
|
-
}>, "many">;
|
|
199
|
-
warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
200
|
-
}, "strict", z.ZodTypeAny, {
|
|
201
|
-
manifest: {
|
|
202
|
-
url: string;
|
|
203
|
-
size: number;
|
|
204
|
-
integrity?: string | undefined;
|
|
205
|
-
revision?: string | null | undefined;
|
|
206
|
-
}[];
|
|
207
|
-
warnings?: string[] | undefined;
|
|
208
|
-
}, {
|
|
181
|
+
}[], args_1: unknown) => {
|
|
209
182
|
manifest: {
|
|
210
183
|
url: string;
|
|
211
184
|
size: number;
|
|
@@ -213,34 +186,7 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
213
186
|
revision?: string | null | undefined;
|
|
214
187
|
}[];
|
|
215
188
|
warnings?: string[] | undefined;
|
|
216
|
-
}
|
|
217
|
-
manifest: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
218
|
-
integrity: z.ZodOptional<z.ZodString>;
|
|
219
|
-
revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
220
|
-
url: z.ZodString;
|
|
221
|
-
}, {
|
|
222
|
-
size: z.ZodNumber;
|
|
223
|
-
}>, "strip", z.ZodTypeAny, {
|
|
224
|
-
url: string;
|
|
225
|
-
size: number;
|
|
226
|
-
integrity?: string | undefined;
|
|
227
|
-
revision?: string | null | undefined;
|
|
228
|
-
}, {
|
|
229
|
-
url: string;
|
|
230
|
-
size: number;
|
|
231
|
-
integrity?: string | undefined;
|
|
232
|
-
revision?: string | null | undefined;
|
|
233
|
-
}>, "many">;
|
|
234
|
-
warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
235
|
-
}, "strict", z.ZodTypeAny, {
|
|
236
|
-
manifest: {
|
|
237
|
-
url: string;
|
|
238
|
-
size: number;
|
|
239
|
-
integrity?: string | undefined;
|
|
240
|
-
revision?: string | null | undefined;
|
|
241
|
-
}[];
|
|
242
|
-
warnings?: string[] | undefined;
|
|
243
|
-
}, {
|
|
189
|
+
} | Promise<{
|
|
244
190
|
manifest: {
|
|
245
191
|
url: string;
|
|
246
192
|
size: number;
|
|
@@ -248,11 +194,11 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
248
194
|
revision?: string | null | undefined;
|
|
249
195
|
}[];
|
|
250
196
|
warnings?: string[] | undefined;
|
|
251
|
-
}>
|
|
197
|
+
}>)[] | undefined;
|
|
252
198
|
modifyURLPrefix?: Record<string, string> | undefined;
|
|
253
199
|
chunks?: string[] | undefined;
|
|
254
200
|
excludeChunks?: string[] | undefined;
|
|
255
|
-
include?: (string | RegExp | ((args_0: any) =>
|
|
201
|
+
include?: (string | RegExp | ((args_0: any) => boolean))[] | undefined;
|
|
256
202
|
webpackCompilationPlugins?: any[] | undefined;
|
|
257
203
|
}, {
|
|
258
204
|
swSrc: string;
|
|
@@ -275,34 +221,7 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
275
221
|
size: number;
|
|
276
222
|
integrity?: string | undefined;
|
|
277
223
|
revision?: string | null | undefined;
|
|
278
|
-
}[], args_1: unknown) =>
|
|
279
|
-
manifest: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
280
|
-
integrity: z.ZodOptional<z.ZodString>;
|
|
281
|
-
revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
-
url: z.ZodString;
|
|
283
|
-
}, {
|
|
284
|
-
size: z.ZodNumber;
|
|
285
|
-
}>, "strip", z.ZodTypeAny, {
|
|
286
|
-
url: string;
|
|
287
|
-
size: number;
|
|
288
|
-
integrity?: string | undefined;
|
|
289
|
-
revision?: string | null | undefined;
|
|
290
|
-
}, {
|
|
291
|
-
url: string;
|
|
292
|
-
size: number;
|
|
293
|
-
integrity?: string | undefined;
|
|
294
|
-
revision?: string | null | undefined;
|
|
295
|
-
}>, "many">;
|
|
296
|
-
warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
297
|
-
}, "strict", z.ZodTypeAny, {
|
|
298
|
-
manifest: {
|
|
299
|
-
url: string;
|
|
300
|
-
size: number;
|
|
301
|
-
integrity?: string | undefined;
|
|
302
|
-
revision?: string | null | undefined;
|
|
303
|
-
}[];
|
|
304
|
-
warnings?: string[] | undefined;
|
|
305
|
-
}, {
|
|
224
|
+
}[], args_1: unknown) => {
|
|
306
225
|
manifest: {
|
|
307
226
|
url: string;
|
|
308
227
|
size: number;
|
|
@@ -310,34 +229,7 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
310
229
|
revision?: string | null | undefined;
|
|
311
230
|
}[];
|
|
312
231
|
warnings?: string[] | undefined;
|
|
313
|
-
}
|
|
314
|
-
manifest: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
315
|
-
integrity: z.ZodOptional<z.ZodString>;
|
|
316
|
-
revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
317
|
-
url: z.ZodString;
|
|
318
|
-
}, {
|
|
319
|
-
size: z.ZodNumber;
|
|
320
|
-
}>, "strip", z.ZodTypeAny, {
|
|
321
|
-
url: string;
|
|
322
|
-
size: number;
|
|
323
|
-
integrity?: string | undefined;
|
|
324
|
-
revision?: string | null | undefined;
|
|
325
|
-
}, {
|
|
326
|
-
url: string;
|
|
327
|
-
size: number;
|
|
328
|
-
integrity?: string | undefined;
|
|
329
|
-
revision?: string | null | undefined;
|
|
330
|
-
}>, "many">;
|
|
331
|
-
warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
332
|
-
}, "strict", z.ZodTypeAny, {
|
|
333
|
-
manifest: {
|
|
334
|
-
url: string;
|
|
335
|
-
size: number;
|
|
336
|
-
integrity?: string | undefined;
|
|
337
|
-
revision?: string | null | undefined;
|
|
338
|
-
}[];
|
|
339
|
-
warnings?: string[] | undefined;
|
|
340
|
-
}, {
|
|
232
|
+
} | Promise<{
|
|
341
233
|
manifest: {
|
|
342
234
|
url: string;
|
|
343
235
|
size: number;
|
|
@@ -345,13 +237,13 @@ export declare const injectManifestOptions: z.ZodObject<Omit<z.objectUtil.extend
|
|
|
345
237
|
revision?: string | null | undefined;
|
|
346
238
|
}[];
|
|
347
239
|
warnings?: string[] | undefined;
|
|
348
|
-
}>
|
|
240
|
+
}>)[] | undefined;
|
|
349
241
|
maximumFileSizeToCacheInBytes?: number | undefined;
|
|
350
242
|
modifyURLPrefix?: Record<string, string> | undefined;
|
|
351
243
|
chunks?: string[] | undefined;
|
|
352
|
-
exclude?: (string | RegExp | ((args_0: any) =>
|
|
244
|
+
exclude?: (string | RegExp | ((args_0: any) => boolean))[] | undefined;
|
|
353
245
|
excludeChunks?: string[] | undefined;
|
|
354
|
-
include?: (string | RegExp | ((args_0: any) =>
|
|
246
|
+
include?: (string | RegExp | ((args_0: any) => boolean))[] | undefined;
|
|
355
247
|
injectionPoint?: string | undefined;
|
|
356
248
|
compileSrc?: boolean | undefined;
|
|
357
249
|
webpackCompilationPlugins?: any[] | undefined;
|
package/dist/lib/schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/lib/schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;EAU+C,CAAC;AAE1E,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/lib/schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;EAU+C,CAAC;AAE1E,eAAO,MAAM,qBAAqB;;;;;;;iBAKuiC,CAAC;gBAAsC,CAAC;;;iBAA4E,CAAC;gBAAsC,CAAC;;;;;;;;;;;;;iBAAqkB,CAAC;gBAAsC,CAAC;;;;iBAAkG,CAAC;gBAAsC,CAAC;;;;;;;;;;;qBAAye,CAAC;oBAA0C,CAAC;;;;qBAAkH,CAAC;oBAA0C,CAAC;;;;;;;qBAAiP,CAAC;oBAA0C,CAAC;;gBAA0D,CAAC;;;;;qBAA6H,CAAC;oBAA0C,CAAC;;gBAA0D,CAAC;;;;;;;;;;;qBAA8Z,CAAC;oBAA0C,CAAC;;;;qBAAkH,CAAC;oBAA0C,CAAC;;;;;;;qBAAiP,CAAC;oBAA0C,CAAC;;gBAA0D,CAAC;;;;;qBAA6H,CAAC;oBAA0C,CAAC;;gBAA0D,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3U,CAAC;oBAA0C,CAAC;;;;;;;qBAAhtC,CAAC;oBAA0C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA41C,CAAC;oBAA0C,CAAC;;;;;;;qBAAhtC,CAAC;oBAA0C,CAAC;;;;;;;;;;;;;EADvkG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serwist/next",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A module that integrates Serwist into your Next.js application.",
|
|
6
6
|
"files": [
|
|
@@ -63,24 +63,24 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"chalk": "5.3.0",
|
|
66
|
-
"glob": "10.4.
|
|
66
|
+
"glob": "10.4.5",
|
|
67
67
|
"zod": "3.23.8",
|
|
68
|
-
"@serwist/build": "9.0.
|
|
69
|
-
"@serwist/webpack-plugin": "9.0.
|
|
70
|
-
"@serwist/window": "9.0.
|
|
71
|
-
"serwist": "9.0.
|
|
68
|
+
"@serwist/build": "9.0.5",
|
|
69
|
+
"@serwist/webpack-plugin": "9.0.5",
|
|
70
|
+
"@serwist/window": "9.0.5",
|
|
71
|
+
"serwist": "9.0.5"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@types/node": "20.14.
|
|
75
|
-
"next": "14.2.
|
|
74
|
+
"@types/node": "20.14.10",
|
|
75
|
+
"next": "14.2.5",
|
|
76
76
|
"react": "18.3.1",
|
|
77
77
|
"react-dom": "18.3.1",
|
|
78
|
-
"rollup": "4.18.
|
|
79
|
-
"type-fest": "4.
|
|
80
|
-
"typescript": "5.
|
|
81
|
-
"webpack": "5.
|
|
82
|
-
"@serwist/configs": "9.0.
|
|
83
|
-
"@serwist/utils": "9.0.
|
|
78
|
+
"rollup": "4.18.1",
|
|
79
|
+
"type-fest": "4.21.0",
|
|
80
|
+
"typescript": "5.5.3",
|
|
81
|
+
"webpack": "5.93.0",
|
|
82
|
+
"@serwist/configs": "9.0.5",
|
|
83
|
+
"@serwist/utils": "9.0.5"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"next": ">=14.0.0",
|