@wix/create-new 0.0.90 → 0.0.91
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-DS2P4V6Z.js → chunk-VA46CXPF.js} +2 -1
- package/build/{chunk-DS2P4V6Z.js.map → chunk-VA46CXPF.js.map} +1 -1
- package/build/{generator-32V7EKA3.js → generator-RRWGFS4Y.js} +2 -2
- package/build/index.js +6 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-32V7EKA3.js.map → generator-RRWGFS4Y.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
require_lib,
|
|
14
14
|
temporaryDirectory,
|
|
15
15
|
updateEnvFile
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-VA46CXPF.js";
|
|
17
17
|
import {
|
|
18
18
|
__toESM,
|
|
19
19
|
init_esm_shims
|
|
@@ -115,4 +115,4 @@ async function generateApp({
|
|
|
115
115
|
export {
|
|
116
116
|
generateApp
|
|
117
117
|
};
|
|
118
|
-
//# sourceMappingURL=generator-
|
|
118
|
+
//# sourceMappingURL=generator-RRWGFS4Y.js.map
|
package/build/index.js
CHANGED
|
@@ -118,7 +118,7 @@ import {
|
|
|
118
118
|
writeJson,
|
|
119
119
|
writePackageJson,
|
|
120
120
|
zod_default
|
|
121
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-VA46CXPF.js";
|
|
122
122
|
import {
|
|
123
123
|
__commonJS,
|
|
124
124
|
__dirname,
|
|
@@ -65763,6 +65763,9 @@ function getErrorComponent(code, cause) {
|
|
|
65763
65763
|
FailedToUpdateAppRelease: () => {
|
|
65764
65764
|
return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to update an app configuration." });
|
|
65765
65765
|
},
|
|
65766
|
+
FailedToUpdateOverrideWithNoSideEffects: () => {
|
|
65767
|
+
return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to update the app preview." });
|
|
65768
|
+
},
|
|
65766
65769
|
FailedToCreateComponents: () => {
|
|
65767
65770
|
return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to create components." });
|
|
65768
65771
|
},
|
|
@@ -82590,7 +82593,7 @@ function getTasks({
|
|
|
82590
82593
|
cause: e2
|
|
82591
82594
|
});
|
|
82592
82595
|
}
|
|
82593
|
-
const { generateApp } = await import("./generator-
|
|
82596
|
+
const { generateApp } = await import("./generator-RRWGFS4Y.js");
|
|
82594
82597
|
await generateApp({
|
|
82595
82598
|
packageName,
|
|
82596
82599
|
packageFolder,
|
|
@@ -94994,7 +94997,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94994
94997
|
var package_default = {
|
|
94995
94998
|
name: "@wix/create-new",
|
|
94996
94999
|
description: "General entry point for creating Wix projects",
|
|
94997
|
-
version: "0.0.
|
|
95000
|
+
version: "0.0.91",
|
|
94998
95001
|
bin: "bin/index.cjs",
|
|
94999
95002
|
devDependencies: {
|
|
95000
95003
|
"@commander-js/extra-typings": "^13.0.0",
|