@wix/create-app 0.0.173 → 0.0.175
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-6UZL2DGQ.js → chunk-YJZMSH2X.js} +4 -2
- package/build/chunk-YJZMSH2X.js.map +1 -0
- package/build/{generator-HVPUF3CK.js → generator-WYU6PW63.js} +2 -2
- package/build/index.js +517 -383
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/build/chunk-6UZL2DGQ.js.map +0 -1
- /package/build/{generator-HVPUF3CK.js.map → generator-WYU6PW63.js.map} +0 -0
|
@@ -12583,7 +12583,7 @@ var testOverridesSchema = zod_default.object({
|
|
|
12583
12583
|
wixCliDependencyVersion: zod_default.string().optional(),
|
|
12584
12584
|
wixCliAppDependencyVersion: zod_default.string().optional(),
|
|
12585
12585
|
disableTTY: zod_default.boolean().optional(),
|
|
12586
|
-
|
|
12586
|
+
loginWithDeviceCodeInterval: zod_default.number().optional(),
|
|
12587
12587
|
registryUrl: zod_default.string().optional(),
|
|
12588
12588
|
fsCacheDir: zod_default.string().optional(),
|
|
12589
12589
|
localTunnel: zod_default.boolean().optional(),
|
|
@@ -12769,6 +12769,7 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
12769
12769
|
FailedToParseNextVersion: (0, import_variant.fields)(),
|
|
12770
12770
|
FailedToDistributeClientManifestUpdate: {},
|
|
12771
12771
|
FailedToCreateRoutesWithMetaSiteUrl: {},
|
|
12772
|
+
FailedToGetUrl: {},
|
|
12772
12773
|
FailedToUpdateExternalSiteUrl: {},
|
|
12773
12774
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
12774
12775
|
FailedToInitGitHubRepository: (0, import_variant.fields)()
|
|
@@ -12820,6 +12821,7 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
12820
12821
|
DuplicateComponentIdsError: (0, import_variant.fields)(),
|
|
12821
12822
|
FailedToSaveDevelopmentSite: (0, import_variant.fields)(),
|
|
12822
12823
|
FailedToBuildApp: {},
|
|
12824
|
+
FailedToBuildAstroApp: {},
|
|
12823
12825
|
FailedToInitializeGitRepo: {},
|
|
12824
12826
|
FailedToInstallDependencies: {},
|
|
12825
12827
|
FailedToCommitChanges: {},
|
|
@@ -15628,4 +15630,4 @@ queue-microtask/index.js:
|
|
|
15628
15630
|
run-parallel/index.js:
|
|
15629
15631
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
15630
15632
|
*/
|
|
15631
|
-
//# sourceMappingURL=chunk-
|
|
15633
|
+
//# sourceMappingURL=chunk-YJZMSH2X.js.map
|