@wix/create-new 0.0.46 → 0.0.48

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.
@@ -19309,7 +19309,7 @@ function getFiles(cwd) {
19309
19309
  // ../gena/src/generator.ts
19310
19310
  var fm = import_front_matter.default;
19311
19311
  function shouldSkipParsing(file) {
19312
- return [".png", ".jpg", ".gif", ".astro", ".zip"].includes(
19312
+ return [".png", ".jpg", ".gif", ".astro", ".zip", ".css"].includes(
19313
19313
  extname(file).toLowerCase()
19314
19314
  );
19315
19315
  }
@@ -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-OJ4BF6SG.js.map