@wix/create-app 0.0.129 → 0.0.131
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
|
@@ -58116,7 +58116,8 @@ var CliUserErrorCode = (0, import_variant11.variant)({
|
|
|
58116
58116
|
ProjectIsAlreadyLinked: {},
|
|
58117
58117
|
ProjectIsNotLinkable: {},
|
|
58118
58118
|
MissingPresetCssForSiteComponent: (0, import_variant11.fields)(),
|
|
58119
|
-
AppInstallerSiteNotFound: (0, import_variant11.fields)()
|
|
58119
|
+
AppInstallerSiteNotFound: (0, import_variant11.fields)(),
|
|
58120
|
+
EAccessPermissionDenied: {}
|
|
58120
58121
|
});
|
|
58121
58122
|
var CliErrorCode = (0, import_variant11.variant)({
|
|
58122
58123
|
...CliSystemErrorCode,
|
|
@@ -68786,6 +68787,15 @@ ${errorMessage2}`
|
|
|
68786
68787
|
}
|
|
68787
68788
|
);
|
|
68788
68789
|
},
|
|
68790
|
+
EAccessPermissionDenied: () => {
|
|
68791
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
68792
|
+
ErrorMessage,
|
|
68793
|
+
{
|
|
68794
|
+
message: `Wix CLI doesn't have enough permission to modify files.`,
|
|
68795
|
+
cause
|
|
68796
|
+
}
|
|
68797
|
+
);
|
|
68798
|
+
},
|
|
68789
68799
|
FailedToCreateShareUrl: () => {
|
|
68790
68800
|
return () => /* @__PURE__ */ import_react77.default.createElement(SystemErrorMessage, { message: "Failed to create preview URL." });
|
|
68791
68801
|
},
|
|
@@ -72334,7 +72344,7 @@ function reportCommandStartEvent({
|
|
|
72334
72344
|
var package_default = {
|
|
72335
72345
|
name: "@wix/create-app",
|
|
72336
72346
|
description: "Create Wix apps",
|
|
72337
|
-
version: "0.0.
|
|
72347
|
+
version: "0.0.131",
|
|
72338
72348
|
author: "Ihor Machuzhak",
|
|
72339
72349
|
bin: "bin/index.cjs",
|
|
72340
72350
|
devDependencies: {
|