@wix/create-new 0.0.46 → 0.0.47

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.
@@ -19397,7 +19397,9 @@ var wixAstroAppConfigSchema = zod_default.object({
19397
19397
  $schema: zod_default.string().optional(),
19398
19398
  projectType: zod_default.literal("App"),
19399
19399
  appId: zod_default.string(),
19400
- projectId: zod_default.string().optional()
19400
+ projectId: zod_default.string().optional(),
19401
+ codeIdentifier: zod_default.string().optional(),
19402
+ namespace: zod_default.string().optional()
19401
19403
  });
19402
19404
  var wixAstroConfigSchema = zod_default.discriminatedUnion("projectType", [
19403
19405
  wixAstroSiteConfigSchema,
@@ -19751,4 +19753,4 @@ is-git-url/index.js:
19751
19753
  * Released under the MIT License.
19752
19754
  *)
19753
19755
  */
19754
- //# sourceMappingURL=chunk-G37X6RCS.js.map
19756
+ //# sourceMappingURL=chunk-YCBN4IEQ.js.map