@wix/create-new 0.0.62 → 0.0.64

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.
@@ -16333,6 +16333,7 @@ var CliSystemErrorCode = (0, import_variant.variant)({
16333
16333
  FailedToAddPermission: {},
16334
16334
  FailedToGetPlacements: {},
16335
16335
  FailedToGetAppSecret: {},
16336
+ FailedToGetApp: {},
16336
16337
  FailedToCreateTunnel: {},
16337
16338
  FailedToDeleteTunnel: {},
16338
16339
  FailedToGetBlocksExtensionsData: {},
@@ -16435,7 +16436,6 @@ var CliSystemErrorCode = (0, import_variant.variant)({
16435
16436
  FailedToDistributeClientManifestUpdate: {},
16436
16437
  FailedToCreateRoutesWithMetaSiteUrl: {},
16437
16438
  FailedToGetUrl: {},
16438
- FailedToUpdateExternalSiteUrl: {},
16439
16439
  FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
16440
16440
  FailedToInitGitHubRepository: (0, import_variant.fields)(),
16441
16441
  FailedToGenerateExtensionConfig: (0, import_variant.fields)(),
@@ -19407,6 +19407,9 @@ var wixAstroConfigSchema = zod_default.discriminatedUnion("projectType", [
19407
19407
  wixAstroSiteConfigSchema,
19408
19408
  wixAstroAppConfigSchema
19409
19409
  ]);
19410
+ var envSchema = zod_default.object({
19411
+ WIX_SITE_ID: zod_default.string().uuid().optional()
19412
+ });
19410
19413
  var ENV_FILE_NAME = ".env.local";
19411
19414
  var TRANSLATIONS_FILE_PATH = join6("src", "translations.json");
19412
19415
  var devMetadataSchema = zod_default.object({
@@ -19499,6 +19502,11 @@ function getEnvFilePath(projectFolder) {
19499
19502
  }
19500
19503
  var MULTILINGUAL_DIR = join6(GIT_IGNORED_DIR, "multilingual");
19501
19504
  var TRANSLATIONS_DIR = join6(MULTILINGUAL_DIR, "translations");
19505
+ var ASTRO_APP_CONFIG_PATH = join6(GIT_IGNORED_DIR, "app.config.json");
19506
+ var astroAppConfigSchema = zod_default.object({
19507
+ siteId: zod_default.string().uuid().optional(),
19508
+ devArmTag: zod_default.string().optional()
19509
+ });
19502
19510
 
19503
19511
  // ../../node_modules/tempy/index.js
19504
19512
  init_esm_shims();
@@ -19755,4 +19763,4 @@ is-git-url/index.js:
19755
19763
  * Released under the MIT License.
19756
19764
  *)
19757
19765
  */
19758
- //# sourceMappingURL=chunk-ZVDOHBSI.js.map
19766
+ //# sourceMappingURL=chunk-6IGZ75IY.js.map