@wix/create-app 0.0.194 → 0.0.196
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-RMTG2O6O.js → chunk-EZCLLWTT.js} +4 -2
- package/build/{chunk-RMTG2O6O.js.map → chunk-EZCLLWTT.js.map} +1 -1
- package/build/{generator-IR4XXCUW.js → generator-GFT3B4NL.js} +2 -2
- package/build/index.js +1010 -505
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-IR4XXCUW.js.map → generator-GFT3B4NL.js.map} +0 -0
|
@@ -12709,6 +12709,7 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
12709
12709
|
FailedToDeploySitePreview: {},
|
|
12710
12710
|
FailedToPublishDeployment: {},
|
|
12711
12711
|
FailedToGetAppInstallationDetails: (0, import_variant.fields)(),
|
|
12712
|
+
FailedToInstallApp: (0, import_variant.fields)(),
|
|
12712
12713
|
TypeErrorInvalidUrl: {},
|
|
12713
12714
|
FailedToGenerateSelfSignedCertificate: {},
|
|
12714
12715
|
FailedToResolveViteOrigin: {},
|
|
@@ -12775,7 +12776,8 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
12775
12776
|
FailedToUpdateExternalSiteUrl: {},
|
|
12776
12777
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
12777
12778
|
FailedToInitGitHubRepository: (0, import_variant.fields)(),
|
|
12778
|
-
FailedToGenerateExtensionConfig: (0, import_variant.fields)()
|
|
12779
|
+
FailedToGenerateExtensionConfig: (0, import_variant.fields)(),
|
|
12780
|
+
FailedToCreateCompanionApp: {}
|
|
12779
12781
|
});
|
|
12780
12782
|
var CliUserErrorCode = (0, import_variant.variant)({
|
|
12781
12783
|
LatestVersionOfCreateAppRequired: (0, import_variant.fields)(),
|
|
@@ -15632,4 +15634,4 @@ queue-microtask/index.js:
|
|
|
15632
15634
|
run-parallel/index.js:
|
|
15633
15635
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
15634
15636
|
*/
|
|
15635
|
-
//# sourceMappingURL=chunk-
|
|
15637
|
+
//# sourceMappingURL=chunk-EZCLLWTT.js.map
|