@wix/create-new 0.0.59 → 0.0.60
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-HWZQO4GG.js → chunk-ZVDOHBSI.js} +4 -4
- package/build/chunk-ZVDOHBSI.js.map +1 -0
- package/build/{generator-YDODAHL4.js → generator-YMIR4LN4.js} +2 -2
- package/build/index.js +7 -7
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/build/chunk-HWZQO4GG.js.map +0 -1
- /package/build/{generator-YDODAHL4.js.map → generator-YMIR4LN4.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-ZVDOHBSI.js";
|
|
17
17
|
import {
|
|
18
18
|
__toESM,
|
|
19
19
|
init_esm_shims
|
|
@@ -119,4 +119,4 @@ async function generateApp({
|
|
|
119
119
|
export {
|
|
120
120
|
generateApp
|
|
121
121
|
};
|
|
122
|
-
//# sourceMappingURL=generator-
|
|
122
|
+
//# sourceMappingURL=generator-YMIR4LN4.js.map
|
package/build/index.js
CHANGED
|
@@ -116,7 +116,7 @@ import {
|
|
|
116
116
|
writeJson,
|
|
117
117
|
writePackageJson,
|
|
118
118
|
zod_default
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-ZVDOHBSI.js";
|
|
120
120
|
import {
|
|
121
121
|
__commonJS,
|
|
122
122
|
__dirname,
|
|
@@ -9219,9 +9219,9 @@ var require_is_ci = __commonJS({
|
|
|
9219
9219
|
}
|
|
9220
9220
|
});
|
|
9221
9221
|
|
|
9222
|
-
// ../../node_modules/
|
|
9222
|
+
// ../../node_modules/signal-exit/signals.js
|
|
9223
9223
|
var require_signals = __commonJS({
|
|
9224
|
-
"../../node_modules/
|
|
9224
|
+
"../../node_modules/signal-exit/signals.js"(exports, module2) {
|
|
9225
9225
|
"use strict";
|
|
9226
9226
|
init_esm_shims();
|
|
9227
9227
|
module2.exports = [
|
|
@@ -9258,9 +9258,9 @@ var require_signals = __commonJS({
|
|
|
9258
9258
|
}
|
|
9259
9259
|
});
|
|
9260
9260
|
|
|
9261
|
-
// ../../node_modules/
|
|
9261
|
+
// ../../node_modules/signal-exit/index.js
|
|
9262
9262
|
var require_signal_exit = __commonJS({
|
|
9263
|
-
"../../node_modules/
|
|
9263
|
+
"../../node_modules/signal-exit/index.js"(exports, module2) {
|
|
9264
9264
|
"use strict";
|
|
9265
9265
|
init_esm_shims();
|
|
9266
9266
|
var process27 = global.process;
|
|
@@ -83530,7 +83530,7 @@ function getTasks({
|
|
|
83530
83530
|
cause: e2
|
|
83531
83531
|
});
|
|
83532
83532
|
}
|
|
83533
|
-
const { generateApp } = await import("./generator-
|
|
83533
|
+
const { generateApp } = await import("./generator-YMIR4LN4.js");
|
|
83534
83534
|
await generateApp({
|
|
83535
83535
|
packageName,
|
|
83536
83536
|
packageFolder,
|
|
@@ -95794,7 +95794,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
95794
95794
|
var package_default = {
|
|
95795
95795
|
name: "@wix/create-new",
|
|
95796
95796
|
description: "General entry point for creating Wix projects",
|
|
95797
|
-
version: "0.0.
|
|
95797
|
+
version: "0.0.60",
|
|
95798
95798
|
bin: "bin/index.cjs",
|
|
95799
95799
|
devDependencies: {
|
|
95800
95800
|
"@commander-js/extra-typings": "^13.0.0",
|