@wix/create-app 0.0.157 → 0.0.158
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 +12 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -58198,7 +58198,8 @@ var CliUserErrorCode = (0, import_variant11.variant)({
|
|
|
58198
58198
|
AppInstallerSiteNotFound: (0, import_variant11.fields)(),
|
|
58199
58199
|
EAccessPermissionDenied: {},
|
|
58200
58200
|
InvalidSiteComponentElementItem: (0, import_variant11.fields)(),
|
|
58201
|
-
TrustedAppIsNotMarkedAsInternal: {}
|
|
58201
|
+
TrustedAppIsNotMarkedAsInternal: {},
|
|
58202
|
+
DevCommandFailed: {}
|
|
58202
58203
|
});
|
|
58203
58204
|
var CliErrorCode = (0, import_variant11.variant)({
|
|
58204
58205
|
...CliSystemErrorCode,
|
|
@@ -68977,6 +68978,15 @@ ${errorMessage2}`
|
|
|
68977
68978
|
hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the 'Wix App' toggle is enabled."
|
|
68978
68979
|
}
|
|
68979
68980
|
);
|
|
68981
|
+
},
|
|
68982
|
+
DevCommandFailed: () => {
|
|
68983
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
68984
|
+
ErrorMessage,
|
|
68985
|
+
{
|
|
68986
|
+
cause,
|
|
68987
|
+
message: "The development command failed to execute. Please review the output log above for details."
|
|
68988
|
+
}
|
|
68989
|
+
);
|
|
68980
68990
|
}
|
|
68981
68991
|
});
|
|
68982
68992
|
}
|
|
@@ -73671,7 +73681,7 @@ function reportCommandStartEvent({
|
|
|
73671
73681
|
var package_default = {
|
|
73672
73682
|
name: "@wix/create-app",
|
|
73673
73683
|
description: "Create Wix apps",
|
|
73674
|
-
version: "0.0.
|
|
73684
|
+
version: "0.0.158",
|
|
73675
73685
|
author: "Ihor Machuzhak",
|
|
73676
73686
|
bin: "bin/index.cjs",
|
|
73677
73687
|
devDependencies: {
|