@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
|
@@ -17381,10 +17381,10 @@ var normalizeStdio = (options) => {
|
|
|
17381
17381
|
init_esm_shims();
|
|
17382
17382
|
import os from "node:os";
|
|
17383
17383
|
|
|
17384
|
-
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
17384
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
|
|
17385
17385
|
init_esm_shims();
|
|
17386
17386
|
|
|
17387
|
-
// ../../node_modules/signal-exit/dist/mjs/signals.js
|
|
17387
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/signals.js
|
|
17388
17388
|
init_esm_shims();
|
|
17389
17389
|
var signals = [];
|
|
17390
17390
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
@@ -17409,7 +17409,7 @@ if (process.platform === "linux") {
|
|
|
17409
17409
|
signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
17410
17410
|
}
|
|
17411
17411
|
|
|
17412
|
-
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
17412
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
|
|
17413
17413
|
var processOk = (process10) => !!process10 && typeof process10 === "object" && typeof process10.removeListener === "function" && typeof process10.emit === "function" && typeof process10.reallyExit === "function" && typeof process10.listeners === "function" && typeof process10.kill === "function" && typeof process10.pid === "number" && typeof process10.on === "function";
|
|
17414
17414
|
var kExitEmitter = Symbol.for("signal-exit emitter");
|
|
17415
17415
|
var global2 = globalThis;
|
|
@@ -19755,4 +19755,4 @@ is-git-url/index.js:
|
|
|
19755
19755
|
* Released under the MIT License.
|
|
19756
19756
|
*)
|
|
19757
19757
|
*/
|
|
19758
|
-
//# sourceMappingURL=chunk-
|
|
19758
|
+
//# sourceMappingURL=chunk-ZVDOHBSI.js.map
|