@wix/create-app 0.0.222 → 0.0.224
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-AR5GU4DQ.js → chunk-2LGRY6M4.js} +7 -3
- package/build/{chunk-AR5GU4DQ.js.map → chunk-2LGRY6M4.js.map} +1 -1
- package/build/{generator-67LVOXN5.js → generator-M5GXMZS6.js} +2 -2
- package/build/index.js +45 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-67LVOXN5.js.map → generator-M5GXMZS6.js.map} +0 -0
|
@@ -14732,7 +14732,8 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
14732
14732
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
14733
14733
|
FailedToInitGitHubRepository: (0, import_variant.fields)(),
|
|
14734
14734
|
FailedToGenerateExtensionConfig: (0, import_variant.fields)(),
|
|
14735
|
-
FailedToCreateCompanionApp: {}
|
|
14735
|
+
FailedToCreateCompanionApp: {},
|
|
14736
|
+
PluginHandlerFailed: (0, import_variant.fields)()
|
|
14736
14737
|
});
|
|
14737
14738
|
var CliUserErrorCode = (0, import_variant.variant)({
|
|
14738
14739
|
LatestVersionOfCreateAppRequired: (0, import_variant.fields)(),
|
|
@@ -14873,7 +14874,10 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
14873
14874
|
VibeRepositorySetupTimedout: {},
|
|
14874
14875
|
MultipleConfigFiles: (0, import_variant.fields)(),
|
|
14875
14876
|
ConfigNoDefaultExport: (0, import_variant.fields)(),
|
|
14876
|
-
InvalidConfigDefinition: (0, import_variant.fields)()
|
|
14877
|
+
InvalidConfigDefinition: (0, import_variant.fields)(),
|
|
14878
|
+
PluginUnknownHook: (0, import_variant.fields)(),
|
|
14879
|
+
PluginInvalidHookHandler: (0, import_variant.fields)(),
|
|
14880
|
+
PluginDuplicateName: (0, import_variant.fields)()
|
|
14877
14881
|
});
|
|
14878
14882
|
var CliErrorCode = (0, import_variant.variant)({
|
|
14879
14883
|
...CliSystemErrorCode,
|
|
@@ -17595,4 +17599,4 @@ queue-microtask/index.js:
|
|
|
17595
17599
|
run-parallel/index.js:
|
|
17596
17600
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
17597
17601
|
*/
|
|
17598
|
-
//# sourceMappingURL=chunk-
|
|
17602
|
+
//# sourceMappingURL=chunk-2LGRY6M4.js.map
|