@wix/create-app 0.0.208 → 0.0.210
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-WTXRYBKF.js → chunk-DR2MXT7E.js} +29 -27
- package/build/{chunk-WTXRYBKF.js.map → chunk-DR2MXT7E.js.map} +1 -1
- package/build/{generator-JYID4IWD.js → generator-NUSZVX2B.js} +2 -2
- package/build/index.js +9 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-JYID4IWD.js.map → generator-NUSZVX2B.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
require_is_git_url,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_semver
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-DR2MXT7E.js";
|
|
18
18
|
import {
|
|
19
19
|
__commonJS,
|
|
20
20
|
__require,
|
|
@@ -3986,4 +3986,4 @@ ejs/lib/ejs.js:
|
|
|
3986
3986
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
3987
3987
|
*)
|
|
3988
3988
|
*/
|
|
3989
|
-
//# sourceMappingURL=generator-
|
|
3989
|
+
//# sourceMappingURL=generator-NUSZVX2B.js.map
|
package/build/index.js
CHANGED
|
@@ -100,7 +100,7 @@ import {
|
|
|
100
100
|
setupTestEnv,
|
|
101
101
|
writeJson,
|
|
102
102
|
zod_default
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-DR2MXT7E.js";
|
|
104
104
|
import {
|
|
105
105
|
__commonJS,
|
|
106
106
|
__dirname,
|
|
@@ -50314,6 +50314,9 @@ function getErrorComponent(code, cause) {
|
|
|
50314
50314
|
AuthenticationRequired: () => {
|
|
50315
50315
|
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You have to already be logged in to run this command." });
|
|
50316
50316
|
},
|
|
50317
|
+
LoginRequired: () => {
|
|
50318
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You are not authenticated, log in by running `wix login`." });
|
|
50319
|
+
},
|
|
50317
50320
|
InvalidApiKey: () => {
|
|
50318
50321
|
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You used invalid API key to log in." });
|
|
50319
50322
|
},
|
|
@@ -50993,6 +50996,9 @@ ${errorMessage2}`
|
|
|
50993
50996
|
}
|
|
50994
50997
|
);
|
|
50995
50998
|
},
|
|
50999
|
+
SiteOutputDirectoryOutsideProject: () => {
|
|
51000
|
+
return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "Your site output directory must be located inside the main project folder. Please update your configuration." });
|
|
51001
|
+
},
|
|
50996
51002
|
FailedToCreateMonitoringVitePlugin: ({ configPath }) => {
|
|
50997
51003
|
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
50998
51004
|
ErrorMessage,
|
|
@@ -56004,7 +56010,7 @@ function reportCommandStartEvent({
|
|
|
56004
56010
|
var package_default = {
|
|
56005
56011
|
name: "@wix/create-app",
|
|
56006
56012
|
description: "Create Wix apps",
|
|
56007
|
-
version: "0.0.
|
|
56013
|
+
version: "0.0.210",
|
|
56008
56014
|
author: "Ihor Machuzhak",
|
|
56009
56015
|
bin: "bin/index.cjs",
|
|
56010
56016
|
devDependencies: {
|
|
@@ -66740,7 +66746,7 @@ function getTasks({
|
|
|
66740
66746
|
cause: e2
|
|
66741
66747
|
});
|
|
66742
66748
|
}
|
|
66743
|
-
const { generateApp } = await import("./generator-
|
|
66749
|
+
const { generateApp } = await import("./generator-NUSZVX2B.js");
|
|
66744
66750
|
await generateApp({
|
|
66745
66751
|
packageName,
|
|
66746
66752
|
packageFolder,
|