@wix/create-app 0.0.202 → 0.0.204
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-N6DNKZUF.js → chunk-K4POCV53.js} +1 -2
- package/build/{chunk-N6DNKZUF.js.map → chunk-K4POCV53.js.map} +1 -1
- package/build/{generator-DP6EOIQM.js → generator-64M7WKXO.js} +2 -2
- package/build/index.js +4 -7
- package/build/index.js.map +1 -1
- package/package.json +3 -3
- /package/build/{generator-DP6EOIQM.js.map → generator-64M7WKXO.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
pathExists,
|
|
14
14
|
require_is_git_url,
|
|
15
15
|
require_lib
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-K4POCV53.js";
|
|
17
17
|
import {
|
|
18
18
|
__commonJS,
|
|
19
19
|
__require,
|
|
@@ -3984,4 +3984,4 @@ ejs/lib/ejs.js:
|
|
|
3984
3984
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
3985
3985
|
*)
|
|
3986
3986
|
*/
|
|
3987
|
-
//# sourceMappingURL=generator-
|
|
3987
|
+
//# sourceMappingURL=generator-64M7WKXO.js.map
|
package/build/index.js
CHANGED
|
@@ -99,7 +99,7 @@ import {
|
|
|
99
99
|
setupTestEnv,
|
|
100
100
|
writeJson,
|
|
101
101
|
zod_default
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-K4POCV53.js";
|
|
103
103
|
import {
|
|
104
104
|
__commonJS,
|
|
105
105
|
__dirname,
|
|
@@ -53010,9 +53010,6 @@ ${errorMessage2}`
|
|
|
53010
53010
|
FailedToGetUrl: () => {
|
|
53011
53011
|
return () => /* @__PURE__ */ import_react77.default.createElement(SystemErrorMessage, { message: "Failed to get meta site URL." });
|
|
53012
53012
|
},
|
|
53013
|
-
FailedToUpdateExternalSiteUrl: () => {
|
|
53014
|
-
return () => /* @__PURE__ */ import_react77.default.createElement(SystemErrorMessage, { message: "Failed to update external site URL." });
|
|
53015
|
-
},
|
|
53016
53013
|
FailedToGetGitHubOnboardingStatus: ({ projectId }) => {
|
|
53017
53014
|
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
53018
53015
|
SystemErrorMessage,
|
|
@@ -57961,7 +57958,7 @@ function reportCommandStartEvent({
|
|
|
57961
57958
|
var package_default = {
|
|
57962
57959
|
name: "@wix/create-app",
|
|
57963
57960
|
description: "Create Wix apps",
|
|
57964
|
-
version: "0.0.
|
|
57961
|
+
version: "0.0.204",
|
|
57965
57962
|
author: "Ihor Machuzhak",
|
|
57966
57963
|
bin: "bin/index.cjs",
|
|
57967
57964
|
devDependencies: {
|
|
@@ -57992,7 +57989,7 @@ var package_default = {
|
|
|
57992
57989
|
commander: "^13.0.0",
|
|
57993
57990
|
globby: "^14.1.0",
|
|
57994
57991
|
"is-git-url": "^1.0.0",
|
|
57995
|
-
lodash: "^4.
|
|
57992
|
+
lodash: "^4.18.1",
|
|
57996
57993
|
"package-json": "^10.0.1",
|
|
57997
57994
|
react: "^18.3.1",
|
|
57998
57995
|
semver: "^7.6.3",
|
|
@@ -68697,7 +68694,7 @@ function getTasks({
|
|
|
68697
68694
|
cause: e2
|
|
68698
68695
|
});
|
|
68699
68696
|
}
|
|
68700
|
-
const { generateApp } = await import("./generator-
|
|
68697
|
+
const { generateApp } = await import("./generator-64M7WKXO.js");
|
|
68701
68698
|
await generateApp({
|
|
68702
68699
|
packageName,
|
|
68703
68700
|
packageFolder,
|