@wix/create-new 0.0.71 → 0.0.72
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-4MNGTB2N.js → chunk-FUS6MQZW.js} +8 -2
- package/build/{chunk-4MNGTB2N.js.map → chunk-FUS6MQZW.js.map} +1 -1
- package/build/{generator-23FBIF5G.js → generator-2JIICGOZ.js} +2 -2
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-23FBIF5G.js.map → generator-2JIICGOZ.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-FUS6MQZW.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-2JIICGOZ.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-FUS6MQZW.js";
|
|
122
122
|
import {
|
|
123
123
|
__commonJS,
|
|
124
124
|
__dirname,
|
|
@@ -81801,7 +81801,7 @@ function getTasks({
|
|
|
81801
81801
|
cause: e2
|
|
81802
81802
|
});
|
|
81803
81803
|
}
|
|
81804
|
-
const { generateApp } = await import("./generator-
|
|
81804
|
+
const { generateApp } = await import("./generator-2JIICGOZ.js");
|
|
81805
81805
|
await generateApp({
|
|
81806
81806
|
packageName,
|
|
81807
81807
|
packageFolder,
|
|
@@ -94194,7 +94194,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94194
94194
|
var package_default = {
|
|
94195
94195
|
name: "@wix/create-new",
|
|
94196
94196
|
description: "General entry point for creating Wix projects",
|
|
94197
|
-
version: "0.0.
|
|
94197
|
+
version: "0.0.72",
|
|
94198
94198
|
bin: "bin/index.cjs",
|
|
94199
94199
|
devDependencies: {
|
|
94200
94200
|
"@commander-js/extra-typings": "^13.0.0",
|