@wix/create-app 0.0.250 → 0.0.252
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-V6PDDX7X.js → chunk-7QKXO6Q5.js} +4 -2
- package/build/{chunk-V6PDDX7X.js.map → chunk-7QKXO6Q5.js.map} +1 -1
- package/build/{generator-233OYLKO.js → generator-G3PPR2ZE.js} +2 -2
- package/build/index.js +82 -5
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-233OYLKO.js.map → generator-G3PPR2ZE.js.map} +0 -0
|
@@ -14864,6 +14864,7 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
14864
14864
|
TranslationFileNotFound: (0, import_variant.fields)(),
|
|
14865
14865
|
InvalidTranslationsFileSchema: (0, import_variant.fields)(),
|
|
14866
14866
|
ConnectUnsupportedForProjectType: {},
|
|
14867
|
+
GenerateExtensionUnsupportedForProjectType: (0, import_variant.fields)(),
|
|
14867
14868
|
MultilingualAppNotInstalled: {},
|
|
14868
14869
|
FailedToFetchPrimaryLanguage: {},
|
|
14869
14870
|
FailedToPushTranslations: {},
|
|
@@ -14926,7 +14927,8 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
14926
14927
|
InvalidConfigDefinition: (0, import_variant.fields)(),
|
|
14927
14928
|
PluginUnknownHook: (0, import_variant.fields)(),
|
|
14928
14929
|
PluginInvalidHookHandler: (0, import_variant.fields)(),
|
|
14929
|
-
PluginDuplicateName: (0, import_variant.fields)()
|
|
14930
|
+
PluginDuplicateName: (0, import_variant.fields)(),
|
|
14931
|
+
PluginInvalidPlatformLinksResult: (0, import_variant.fields)()
|
|
14930
14932
|
});
|
|
14931
14933
|
var CliErrorCode = (0, import_variant.variant)({
|
|
14932
14934
|
...CliSystemErrorCode,
|
|
@@ -17648,4 +17650,4 @@ queue-microtask/index.js:
|
|
|
17648
17650
|
run-parallel/index.js:
|
|
17649
17651
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
17650
17652
|
*/
|
|
17651
|
-
//# sourceMappingURL=chunk-
|
|
17653
|
+
//# sourceMappingURL=chunk-7QKXO6Q5.js.map
|