@wix/create-new 0.0.55 → 0.0.57
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-OJ4BF6SG.js → chunk-HWZQO4GG.js} +4 -2
- package/build/{chunk-OJ4BF6SG.js.map → chunk-HWZQO4GG.js.map} +1 -1
- package/build/{generator-22SWDX6P.js → generator-YDODAHL4.js} +2 -2
- package/build/index.js +953 -453
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/templates/app/blank/src/env.d.ts +1 -0
- /package/build/{generator-22SWDX6P.js.map → generator-YDODAHL4.js.map} +0 -0
|
@@ -16371,6 +16371,7 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
16371
16371
|
FailedToDeploySitePreview: {},
|
|
16372
16372
|
FailedToPublishDeployment: {},
|
|
16373
16373
|
FailedToGetAppInstallationDetails: (0, import_variant.fields)(),
|
|
16374
|
+
FailedToInstallApp: (0, import_variant.fields)(),
|
|
16374
16375
|
TypeErrorInvalidUrl: {},
|
|
16375
16376
|
FailedToGenerateSelfSignedCertificate: {},
|
|
16376
16377
|
FailedToResolveViteOrigin: {},
|
|
@@ -16437,7 +16438,8 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
16437
16438
|
FailedToUpdateExternalSiteUrl: {},
|
|
16438
16439
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
16439
16440
|
FailedToInitGitHubRepository: (0, import_variant.fields)(),
|
|
16440
|
-
FailedToGenerateExtensionConfig: (0, import_variant.fields)()
|
|
16441
|
+
FailedToGenerateExtensionConfig: (0, import_variant.fields)(),
|
|
16442
|
+
FailedToCreateCompanionApp: {}
|
|
16441
16443
|
});
|
|
16442
16444
|
var CliUserErrorCode = (0, import_variant.variant)({
|
|
16443
16445
|
LatestVersionOfCreateAppRequired: (0, import_variant.fields)(),
|
|
@@ -19753,4 +19755,4 @@ is-git-url/index.js:
|
|
|
19753
19755
|
* Released under the MIT License.
|
|
19754
19756
|
*)
|
|
19755
19757
|
*/
|
|
19756
|
-
//# sourceMappingURL=chunk-
|
|
19758
|
+
//# sourceMappingURL=chunk-HWZQO4GG.js.map
|