@wix/create-new 0.0.66 → 0.0.68
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/build/{chunk-6P27MUFC.js → chunk-UYE4R7XA.js} +2 -2
- package/build/{chunk-6P27MUFC.js.map → chunk-UYE4R7XA.js.map} +1 -1
- package/build/{generator-MDWSQZ5F.js → generator-NFUFXD34.js} +2 -2
- package/build/index.js +6 -7
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-MDWSQZ5F.js.map → generator-NFUFXD34.js.map} +0 -0
|
@@ -21425,7 +21425,7 @@ var extensionsTopologySchema = zod_default.array(rawExtensionTopologyItemSchema.
|
|
|
21425
21425
|
})
|
|
21426
21426
|
);
|
|
21427
21427
|
var buildMetadataSchema = zod_default.object({
|
|
21428
|
-
appManifestPath: zod_default.string(),
|
|
21428
|
+
appManifestPath: zod_default.string().optional(),
|
|
21429
21429
|
outDir: zod_default.string(),
|
|
21430
21430
|
clientDir: zod_default.string(),
|
|
21431
21431
|
serverDir: zod_default.string().optional(),
|
|
@@ -21723,4 +21723,4 @@ is-git-url/index.js:
|
|
|
21723
21723
|
* Released under the MIT License.
|
|
21724
21724
|
*)
|
|
21725
21725
|
*/
|
|
21726
|
-
//# sourceMappingURL=chunk-
|
|
21726
|
+
//# sourceMappingURL=chunk-UYE4R7XA.js.map
|