@wix/create-app 0.0.142 → 0.0.143
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/index.js +6 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -58078,7 +58078,8 @@ var CliSystemErrorCode = (0, import_variant11.variant)({
|
|
|
58078
58078
|
FailedToFindAstroConfig: {},
|
|
58079
58079
|
FailedToCreateShareUrl: {},
|
|
58080
58080
|
FailedToListShareUrls: {},
|
|
58081
|
-
FailedToParseNextVersion: (0, import_variant11.fields)()
|
|
58081
|
+
FailedToParseNextVersion: (0, import_variant11.fields)(),
|
|
58082
|
+
FailedToDistributeClientManifestUpdate: {}
|
|
58082
58083
|
});
|
|
58083
58084
|
var CliUserErrorCode = (0, import_variant11.variant)({
|
|
58084
58085
|
LatestVersionOfCreateAppRequired: (0, import_variant11.fields)(),
|
|
@@ -68956,6 +68957,9 @@ ${errorMessage2}`
|
|
|
68956
68957
|
}
|
|
68957
68958
|
);
|
|
68958
68959
|
},
|
|
68960
|
+
FailedToDistributeClientManifestUpdate: () => {
|
|
68961
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(SystemErrorMessage, { message: "Failed to distribute client manifest update." });
|
|
68962
|
+
},
|
|
68959
68963
|
InvalidSiteComponentElementItem: ({ elementPath }) => {
|
|
68960
68964
|
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
68961
68965
|
ErrorMessage,
|
|
@@ -73663,7 +73667,7 @@ function reportCommandStartEvent({
|
|
|
73663
73667
|
var package_default = {
|
|
73664
73668
|
name: "@wix/create-app",
|
|
73665
73669
|
description: "Create Wix apps",
|
|
73666
|
-
version: "0.0.
|
|
73670
|
+
version: "0.0.143",
|
|
73667
73671
|
author: "Ihor Machuzhak",
|
|
73668
73672
|
bin: "bin/index.cjs",
|
|
73669
73673
|
devDependencies: {
|