@serwist/turbopack 9.5.5 → 9.5.6
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.
|
@@ -170,7 +170,8 @@ const injectManifestOptions = z.strictObject({
|
|
|
170
170
|
dontCacheBustURLsMatching: input.dontCacheBustURLsMatching ?? new RegExp(`^${distDir}static/`),
|
|
171
171
|
nextConfig: {
|
|
172
172
|
...nextConfig,
|
|
173
|
-
distDir
|
|
173
|
+
distDir,
|
|
174
|
+
basePath: nextConfig.basePath || "/"
|
|
174
175
|
}
|
|
175
176
|
};
|
|
176
177
|
});
|
package/dist/index.schema.d.ts
CHANGED
|
@@ -94,8 +94,8 @@ export declare const injectManifestOptions: z.ZodPipe<z.ZodObject<{
|
|
|
94
94
|
dontCacheBustURLsMatching: RegExp;
|
|
95
95
|
nextConfig: {
|
|
96
96
|
distDir: string;
|
|
97
|
-
assetPrefix: string;
|
|
98
97
|
basePath: string;
|
|
98
|
+
assetPrefix: string;
|
|
99
99
|
allowedDevOrigins: string[];
|
|
100
100
|
exportPathMap: (defaultMap: import("next/dist/server/config-shared.js").ExportPathMap, ctx: {
|
|
101
101
|
dev: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.schema.d.ts","sourceRoot":"","sources":["../src/index.schema.ts"],"names":[],"mappings":"AAGA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,YAAY;;;;;;;;;oBAWvB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.schema.d.ts","sourceRoot":"","sources":["../src/index.schema.ts"],"names":[],"mappings":"AAGA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,YAAY;;;;;;;;;oBAWvB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA8C4r0B,CAAC;sBAA+B,CAAC;oBAA6B,CAAC;;uBAAuD,CAAC;sBAA+B,CAAC;oBAA6B,CAAC;;;;;;;;;;mBAA+5E,CAAC;kBAAwB,CAAC;kBAAwB,CAAC;;;;;;;;;;;;oBAAo9D,CAAC;;;0BAAie,CAAC;6BAA4H,CAAC;;;;0BAAkiB,CAAC;;;;;;;;;qBAA4+C,CAAC;;;;;iCAA+sB,CAAC;0BAAoC,CAAC;;iBAAoC,CAAC;;iCAA0D,CAAC;wBAA8B,CAAC;8BAAkE,CAAC;;yBAA2C,CAAC;uBAAiC,CAAC;;4BAA+C,CAAC;mBAAmD,CAAC;qBAA4C,CAAC;+BAAyC,CAAC;;kBAA6L,CAAC;wBAAsO,CAAC;qCAA2R,CAAC;;;;;;;;;;;;;6BAAm0D,CAAC;iCAAwC,CAAC;;;;;;;qBAAowB,CAAC;0BAAgC,CAAC;sBAA4B,CAAC;;;;;;;;;;;0BAA21C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GANlzuC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serwist/turbopack",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "A module that integrates Serwist into your Next.js / Turbopack application.",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"kolorist": "1.8.0",
|
|
72
72
|
"semver": "7.7.3",
|
|
73
73
|
"zod": "4.3.6",
|
|
74
|
-
"@serwist/build": "9.5.
|
|
75
|
-
"@serwist/utils": "9.5.
|
|
76
|
-
"
|
|
77
|
-
"serwist": "9.5.
|
|
74
|
+
"@serwist/build": "9.5.6",
|
|
75
|
+
"@serwist/utils": "9.5.6",
|
|
76
|
+
"serwist": "9.5.6",
|
|
77
|
+
"@serwist/window": "9.5.6"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/node": "25.1.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"rollup": "4.57.0",
|
|
89
89
|
"type-fest": "5.4.2",
|
|
90
90
|
"typescript": "5.9.3",
|
|
91
|
-
"@serwist/configs": "9.5.
|
|
91
|
+
"@serwist/configs": "9.5.6"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"esbuild": ">=0.25.0 <1.0.0",
|