@wix/create-new 0.0.34 → 0.0.36
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-2HGCGDHC.js → chunk-A4KF6LJN.js} +4 -2
- package/build/chunk-A4KF6LJN.js.map +1 -0
- package/build/{generator-2M4JKPFM.js → generator-44WTFHH3.js} +2 -2
- package/build/index.js +1300 -896
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/build/chunk-2HGCGDHC.js.map +0 -1
- /package/build/{generator-2M4JKPFM.js.map → generator-44WTFHH3.js.map} +0 -0
|
@@ -16227,7 +16227,7 @@ var testOverridesSchema = zod_default.object({
|
|
|
16227
16227
|
wixCliDependencyVersion: zod_default.string().optional(),
|
|
16228
16228
|
wixCliAppDependencyVersion: zod_default.string().optional(),
|
|
16229
16229
|
disableTTY: zod_default.boolean().optional(),
|
|
16230
|
-
|
|
16230
|
+
loginWithDeviceCodeInterval: zod_default.number().optional(),
|
|
16231
16231
|
registryUrl: zod_default.string().optional(),
|
|
16232
16232
|
fsCacheDir: zod_default.string().optional(),
|
|
16233
16233
|
localTunnel: zod_default.boolean().optional(),
|
|
@@ -16431,6 +16431,7 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
16431
16431
|
FailedToParseNextVersion: (0, import_variant.fields)(),
|
|
16432
16432
|
FailedToDistributeClientManifestUpdate: {},
|
|
16433
16433
|
FailedToCreateRoutesWithMetaSiteUrl: {},
|
|
16434
|
+
FailedToGetUrl: {},
|
|
16434
16435
|
FailedToUpdateExternalSiteUrl: {},
|
|
16435
16436
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
16436
16437
|
FailedToInitGitHubRepository: (0, import_variant.fields)()
|
|
@@ -16482,6 +16483,7 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
16482
16483
|
DuplicateComponentIdsError: (0, import_variant.fields)(),
|
|
16483
16484
|
FailedToSaveDevelopmentSite: (0, import_variant.fields)(),
|
|
16484
16485
|
FailedToBuildApp: {},
|
|
16486
|
+
FailedToBuildAstroApp: {},
|
|
16485
16487
|
FailedToInitializeGitRepo: {},
|
|
16486
16488
|
FailedToInstallDependencies: {},
|
|
16487
16489
|
FailedToCommitChanges: {},
|
|
@@ -19677,4 +19679,4 @@ is-git-url/index.js:
|
|
|
19677
19679
|
* Released under the MIT License.
|
|
19678
19680
|
*)
|
|
19679
19681
|
*/
|
|
19680
|
-
//# sourceMappingURL=chunk-
|
|
19682
|
+
//# sourceMappingURL=chunk-A4KF6LJN.js.map
|