@wix/create-new 0.0.111 → 0.0.113
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-JNEPCJPC.js → chunk-CZYDQZ35.js} +4 -2
- package/build/{chunk-JNEPCJPC.js.map → chunk-CZYDQZ35.js.map} +1 -1
- package/build/{generator-244YLYSZ.js → generator-LKZYBZZH.js} +2 -2
- package/build/index.js +82 -5
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-244YLYSZ.js.map → generator-LKZYBZZH.js.map} +0 -0
|
@@ -18526,6 +18526,7 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
18526
18526
|
TranslationFileNotFound: (0, import_variant.fields)(),
|
|
18527
18527
|
InvalidTranslationsFileSchema: (0, import_variant.fields)(),
|
|
18528
18528
|
ConnectUnsupportedForProjectType: {},
|
|
18529
|
+
GenerateExtensionUnsupportedForProjectType: (0, import_variant.fields)(),
|
|
18529
18530
|
MultilingualAppNotInstalled: {},
|
|
18530
18531
|
FailedToFetchPrimaryLanguage: {},
|
|
18531
18532
|
FailedToPushTranslations: {},
|
|
@@ -18588,7 +18589,8 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
18588
18589
|
InvalidConfigDefinition: (0, import_variant.fields)(),
|
|
18589
18590
|
PluginUnknownHook: (0, import_variant.fields)(),
|
|
18590
18591
|
PluginInvalidHookHandler: (0, import_variant.fields)(),
|
|
18591
|
-
PluginDuplicateName: (0, import_variant.fields)()
|
|
18592
|
+
PluginDuplicateName: (0, import_variant.fields)(),
|
|
18593
|
+
PluginInvalidPlatformLinksResult: (0, import_variant.fields)()
|
|
18592
18594
|
});
|
|
18593
18595
|
var CliErrorCode = (0, import_variant.variant)({
|
|
18594
18596
|
...CliSystemErrorCode,
|
|
@@ -21893,4 +21895,4 @@ is-git-url/index.js:
|
|
|
21893
21895
|
* Released under the MIT License.
|
|
21894
21896
|
*)
|
|
21895
21897
|
*/
|
|
21896
|
-
//# sourceMappingURL=chunk-
|
|
21898
|
+
//# sourceMappingURL=chunk-CZYDQZ35.js.map
|