@wix/create-new 0.0.42 → 0.0.44
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-XLZXEJN4.js → chunk-DQW3TDNG.js} +3 -2
- package/build/{chunk-XLZXEJN4.js.map → chunk-DQW3TDNG.js.map} +1 -1
- package/build/{generator-K27LGH7X.js → generator-VJGVI6TV.js} +2 -2
- package/build/index.js +451 -281
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/templates/app/blank/package.json.ejs +1 -1
- /package/build/{generator-K27LGH7X.js.map → generator-VJGVI6TV.js.map} +0 -0
|
@@ -19414,7 +19414,8 @@ var buildMetadataSchema = zod_default.object({
|
|
|
19414
19414
|
clientDir: zod_default.string(),
|
|
19415
19415
|
serverDir: zod_default.string().optional(),
|
|
19416
19416
|
staticsUrlPlaceholder: zod_default.string().optional(),
|
|
19417
|
-
serverUrlPlaceholder: zod_default.string().optional()
|
|
19417
|
+
serverUrlPlaceholder: zod_default.string().optional(),
|
|
19418
|
+
generateAppDeploymentGroupId: zod_default.boolean().optional()
|
|
19418
19419
|
});
|
|
19419
19420
|
var deploymentTopologyEnvironmentSchema = zod_default.object({
|
|
19420
19421
|
id: zod_default.string().describe("Unique ARM tag identifier"),
|
|
@@ -19698,4 +19699,4 @@ is-git-url/index.js:
|
|
|
19698
19699
|
* Released under the MIT License.
|
|
19699
19700
|
*)
|
|
19700
19701
|
*/
|
|
19701
|
-
//# sourceMappingURL=chunk-
|
|
19702
|
+
//# sourceMappingURL=chunk-DQW3TDNG.js.map
|