@serwist/turbopack 9.5.9 → 9.5.10

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.
@@ -16,6 +16,23 @@ declare const turboPartial: z$1.ZodObject<{
16
16
  esbuildOptions: z$1.ZodPrefault<z$1.ZodRecord<z$1.ZodLiteral<"bundle" | "splitting" | "preserveSymlinks" | "external" | "packages" | "alias" | "loader" | "resolveExtensions" | "mainFields" | "conditions" | "allowOverwrite" | "tsconfig" | "outExtension" | "publicPath" | "inject" | "banner" | "footer" | "plugins" | "sourcemap" | "legalComments" | "sourceRoot" | "sourcesContent" | "format" | "globalName" | "target" | "supported" | "mangleProps" | "reserveProps" | "mangleQuoted" | "mangleCache" | "drop" | "dropLabels" | "minify" | "minifyWhitespace" | "minifyIdentifiers" | "minifySyntax" | "lineLimit" | "charset" | "treeShaking" | "ignoreAnnotations" | "jsx" | "jsxFactory" | "jsxFragment" | "jsxImportSource" | "jsxDev" | "jsxSideEffects" | "define" | "pure" | "keepNames" | "absPaths" | "color" | "logLevel" | "logLimit" | "logOverride" | "tsconfigRaw"> & z$1.z.core.$partial, z$1.ZodAny>>;
17
17
  }, z$1.z.core.$strict>;
18
18
  declare const injectManifestOptions: z$1.ZodPipe<z$1.ZodObject<{
19
+ cwd: z$1.ZodPrefault<z$1.ZodString>;
20
+ nextConfig: z$1.ZodOptional<z$1.ZodObject<{
21
+ assetPrefix: z$1.ZodOptional<z$1.ZodString>;
22
+ basePath: z$1.ZodOptional<z$1.ZodString>;
23
+ distDir: z$1.ZodOptional<z$1.ZodString>;
24
+ }, z$1.z.core.$strip>>;
25
+ useNativeEsbuild: z$1.ZodPrefault<z$1.ZodBoolean>;
26
+ rebuildOnChange: z$1.ZodPrefault<z$1.ZodBoolean>;
27
+ esbuildOptions: z$1.ZodPrefault<z$1.ZodRecord<z$1.ZodLiteral<"bundle" | "splitting" | "preserveSymlinks" | "external" | "packages" | "alias" | "loader" | "resolveExtensions" | "mainFields" | "conditions" | "allowOverwrite" | "tsconfig" | "outExtension" | "publicPath" | "inject" | "banner" | "footer" | "plugins" | "sourcemap" | "legalComments" | "sourceRoot" | "sourcesContent" | "format" | "globalName" | "target" | "supported" | "mangleProps" | "reserveProps" | "mangleQuoted" | "mangleCache" | "drop" | "dropLabels" | "minify" | "minifyWhitespace" | "minifyIdentifiers" | "minifySyntax" | "lineLimit" | "charset" | "treeShaking" | "ignoreAnnotations" | "jsx" | "jsxFactory" | "jsxFragment" | "jsxImportSource" | "jsxDev" | "jsxSideEffects" | "define" | "pure" | "keepNames" | "absPaths" | "color" | "logLevel" | "logLimit" | "logOverride" | "tsconfigRaw"> & z$1.z.core.$partial, z$1.ZodAny>>;
28
+ globPatterns: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
29
+ globDirectory: z$1.ZodOptional<z$1.ZodString>;
30
+ injectionPoint: z$1.ZodDefault<z$1.ZodString>;
31
+ swSrc: z$1.ZodString;
32
+ globFollow: z$1.ZodDefault<z$1.ZodBoolean>;
33
+ globIgnores: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
34
+ globStrict: z$1.ZodDefault<z$1.ZodBoolean>;
35
+ templatedURLs: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>>;
19
36
  additionalPrecacheEntries: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
20
37
  integrity: z$1.ZodOptional<z$1.ZodString>;
21
38
  revision: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
@@ -77,23 +94,6 @@ declare const injectManifestOptions: z$1.ZodPipe<z$1.ZodObject<{
77
94
  }, z$1.z.core.$strict>>>>>>;
78
95
  maximumFileSizeToCacheInBytes: z$1.ZodDefault<z$1.ZodNumber>;
79
96
  modifyURLPrefix: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
80
- globFollow: z$1.ZodDefault<z$1.ZodBoolean>;
81
- globIgnores: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
82
- globPatterns: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
83
- globStrict: z$1.ZodDefault<z$1.ZodBoolean>;
84
- templatedURLs: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>>;
85
- injectionPoint: z$1.ZodDefault<z$1.ZodString>;
86
- swSrc: z$1.ZodString;
87
- globDirectory: z$1.ZodOptional<z$1.ZodString>;
88
- cwd: z$1.ZodPrefault<z$1.ZodString>;
89
- nextConfig: z$1.ZodOptional<z$1.ZodObject<{
90
- assetPrefix: z$1.ZodOptional<z$1.ZodString>;
91
- basePath: z$1.ZodOptional<z$1.ZodString>;
92
- distDir: z$1.ZodOptional<z$1.ZodString>;
93
- }, z$1.z.core.$strip>>;
94
- useNativeEsbuild: z$1.ZodPrefault<z$1.ZodBoolean>;
95
- rebuildOnChange: z$1.ZodPrefault<z$1.ZodBoolean>;
96
- esbuildOptions: z$1.ZodPrefault<z$1.ZodRecord<z$1.ZodLiteral<"bundle" | "splitting" | "preserveSymlinks" | "external" | "packages" | "alias" | "loader" | "resolveExtensions" | "mainFields" | "conditions" | "allowOverwrite" | "tsconfig" | "outExtension" | "publicPath" | "inject" | "banner" | "footer" | "plugins" | "sourcemap" | "legalComments" | "sourceRoot" | "sourcesContent" | "format" | "globalName" | "target" | "supported" | "mangleProps" | "reserveProps" | "mangleQuoted" | "mangleCache" | "drop" | "dropLabels" | "minify" | "minifyWhitespace" | "minifyIdentifiers" | "minifySyntax" | "lineLimit" | "charset" | "treeShaking" | "ignoreAnnotations" | "jsx" | "jsxFactory" | "jsxFragment" | "jsxImportSource" | "jsxDev" | "jsxSideEffects" | "define" | "pure" | "keepNames" | "absPaths" | "color" | "logLevel" | "logLimit" | "logOverride" | "tsconfigRaw"> & z$1.z.core.$partial, z$1.ZodAny>>;
97
97
  }, z$1.z.core.$strict>, z$1.ZodTransform<{
98
98
  swSrc: string;
99
99
  globPatterns: string[];
@@ -235,15 +235,16 @@ declare const injectManifestOptions: z$1.ZodPipe<z$1.ZodObject<{
235
235
  basePath: string;
236
236
  assetPrefix: string;
237
237
  };
238
- maximumFileSizeToCacheInBytes: number;
239
- globFollow: boolean;
240
- globIgnores: string[];
241
- globStrict: boolean;
242
- injectionPoint: string;
243
238
  cwd: string;
244
239
  useNativeEsbuild: boolean;
245
240
  rebuildOnChange: boolean;
246
241
  esbuildOptions: Partial<Record<"bundle" | "splitting" | "preserveSymlinks" | "external" | "packages" | "alias" | "loader" | "resolveExtensions" | "mainFields" | "conditions" | "allowOverwrite" | "tsconfig" | "outExtension" | "publicPath" | "inject" | "banner" | "footer" | "plugins" | "sourcemap" | "legalComments" | "sourceRoot" | "sourcesContent" | "format" | "globalName" | "target" | "supported" | "mangleProps" | "reserveProps" | "mangleQuoted" | "mangleCache" | "drop" | "dropLabels" | "minify" | "minifyWhitespace" | "minifyIdentifiers" | "minifySyntax" | "lineLimit" | "charset" | "treeShaking" | "ignoreAnnotations" | "jsx" | "jsxFactory" | "jsxFragment" | "jsxImportSource" | "jsxDev" | "jsxSideEffects" | "define" | "pure" | "keepNames" | "absPaths" | "color" | "logLevel" | "logLimit" | "logOverride" | "tsconfigRaw", any>>;
242
+ injectionPoint: string;
243
+ globFollow: boolean;
244
+ globIgnores: string[];
245
+ globStrict: boolean;
246
+ maximumFileSizeToCacheInBytes: number;
247
+ templatedURLs?: Record<string, string | string[]> | undefined;
247
248
  additionalPrecacheEntries?: (string | {
248
249
  url: string;
249
250
  integrity?: string | undefined;
@@ -264,18 +265,25 @@ declare const injectManifestOptions: z$1.ZodPipe<z$1.ZodObject<{
264
265
  warnings: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
265
266
  }, z$1.z.core.$strict>>[] | undefined;
266
267
  modifyURLPrefix?: Record<string, string> | undefined;
267
- templatedURLs?: Record<string, string | string[]> | undefined;
268
268
  }, {
269
- maximumFileSizeToCacheInBytes: number;
270
- globFollow: boolean;
271
- globIgnores: string[];
272
- globStrict: boolean;
273
- injectionPoint: string;
274
- swSrc: string;
275
269
  cwd: string;
276
270
  useNativeEsbuild: boolean;
277
271
  rebuildOnChange: boolean;
278
272
  esbuildOptions: Partial<Record<"bundle" | "splitting" | "preserveSymlinks" | "external" | "packages" | "alias" | "loader" | "resolveExtensions" | "mainFields" | "conditions" | "allowOverwrite" | "tsconfig" | "outExtension" | "publicPath" | "inject" | "banner" | "footer" | "plugins" | "sourcemap" | "legalComments" | "sourceRoot" | "sourcesContent" | "format" | "globalName" | "target" | "supported" | "mangleProps" | "reserveProps" | "mangleQuoted" | "mangleCache" | "drop" | "dropLabels" | "minify" | "minifyWhitespace" | "minifyIdentifiers" | "minifySyntax" | "lineLimit" | "charset" | "treeShaking" | "ignoreAnnotations" | "jsx" | "jsxFactory" | "jsxFragment" | "jsxImportSource" | "jsxDev" | "jsxSideEffects" | "define" | "pure" | "keepNames" | "absPaths" | "color" | "logLevel" | "logLimit" | "logOverride" | "tsconfigRaw", any>>;
273
+ injectionPoint: string;
274
+ swSrc: string;
275
+ globFollow: boolean;
276
+ globIgnores: string[];
277
+ globStrict: boolean;
278
+ maximumFileSizeToCacheInBytes: number;
279
+ nextConfig?: {
280
+ assetPrefix?: string | undefined;
281
+ basePath?: string | undefined;
282
+ distDir?: string | undefined;
283
+ } | undefined;
284
+ globPatterns?: string[] | undefined;
285
+ globDirectory?: string | undefined;
286
+ templatedURLs?: Record<string, string | string[]> | undefined;
279
287
  additionalPrecacheEntries?: (string | {
280
288
  url: string;
281
289
  integrity?: string | undefined;
@@ -297,14 +305,6 @@ declare const injectManifestOptions: z$1.ZodPipe<z$1.ZodObject<{
297
305
  warnings: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
298
306
  }, z$1.z.core.$strict>>[] | undefined;
299
307
  modifyURLPrefix?: Record<string, string> | undefined;
300
- globPatterns?: string[] | undefined;
301
- templatedURLs?: Record<string, string | string[]> | undefined;
302
- globDirectory?: string | undefined;
303
- nextConfig?: {
304
- assetPrefix?: string | undefined;
305
- basePath?: string | undefined;
306
- distDir?: string | undefined;
307
- } | undefined;
308
308
  }>>;
309
309
  //#endregion
310
310
  export { injectManifestOptions, turboPartial };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/turbopack",
3
- "version": "9.5.9",
3
+ "version": "9.5.10",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "A module that integrates Serwist into your Next.js / Turbopack application.",
@@ -70,11 +70,11 @@
70
70
  "browserslist": "4.28.2",
71
71
  "kolorist": "1.8.0",
72
72
  "semver": "7.7.4",
73
- "zod": "4.3.6",
74
- "@serwist/utils": "9.5.9",
75
- "serwist": "9.5.9",
76
- "@serwist/window": "9.5.9",
77
- "@serwist/build": "9.5.9"
73
+ "zod": "4.4.1",
74
+ "@serwist/build": "9.5.10",
75
+ "@serwist/utils": "9.5.10",
76
+ "@serwist/window": "9.5.10",
77
+ "serwist": "9.5.10"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@rolldown/plugin-babel": "0.2.3",