@wix/create-app 0.0.229 → 0.0.230
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-ZSM5TLRI.js → chunk-OJBASFIA.js} +2 -1
- package/build/{chunk-ZSM5TLRI.js.map → chunk-OJBASFIA.js.map} +1 -1
- package/build/{generator-Z254FDKG.js → generator-NICF3ZGF.js} +2 -2
- package/build/index.js +6 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-Z254FDKG.js.map → generator-NICF3ZGF.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-OJBASFIA.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-NICF3ZGF.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-OJBASFIA.js";
|
|
104
104
|
import {
|
|
105
105
|
__commonJS,
|
|
106
106
|
__dirname,
|
|
@@ -51013,6 +51013,9 @@ function getErrorComponent(code, cause) {
|
|
|
51013
51013
|
FailedToUpdateAppRelease: () => {
|
|
51014
51014
|
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to update an app configuration." });
|
|
51015
51015
|
},
|
|
51016
|
+
FailedToUpdateOverrideWithNoSideEffects: () => {
|
|
51017
|
+
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to update the app preview." });
|
|
51018
|
+
},
|
|
51016
51019
|
FailedToCreateComponents: () => {
|
|
51017
51020
|
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to create components." });
|
|
51018
51021
|
},
|
|
@@ -56751,7 +56754,7 @@ function reportCommandStartEvent({
|
|
|
56751
56754
|
var package_default = {
|
|
56752
56755
|
name: "@wix/create-app",
|
|
56753
56756
|
description: "Create Wix apps",
|
|
56754
|
-
version: "0.0.
|
|
56757
|
+
version: "0.0.230",
|
|
56755
56758
|
author: "Ihor Machuzhak",
|
|
56756
56759
|
bin: "bin/index.cjs",
|
|
56757
56760
|
devDependencies: {
|
|
@@ -67488,7 +67491,7 @@ function getTasks({
|
|
|
67488
67491
|
cause: e2
|
|
67489
67492
|
});
|
|
67490
67493
|
}
|
|
67491
|
-
const { generateApp } = await import("./generator-
|
|
67494
|
+
const { generateApp } = await import("./generator-NICF3ZGF.js");
|
|
67492
67495
|
await generateApp({
|
|
67493
67496
|
packageName,
|
|
67494
67497
|
packageFolder,
|