@wix/create-app 0.0.197 → 0.0.199
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-EZCLLWTT.js → chunk-IWAYBIJ2.js} +4 -4
- package/build/chunk-IWAYBIJ2.js.map +1 -0
- package/build/{generator-GFT3B4NL.js → generator-XLHVMQCA.js} +2 -2
- package/build/index.js +10 -10
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/build/chunk-EZCLLWTT.js.map +0 -1
- /package/build/{generator-GFT3B4NL.js.map → generator-XLHVMQCA.js.map} +0 -0
|
@@ -13674,10 +13674,10 @@ var normalizeStdio = (options) => {
|
|
|
13674
13674
|
init_esm_shims();
|
|
13675
13675
|
import os from "node:os";
|
|
13676
13676
|
|
|
13677
|
-
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
13677
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
|
|
13678
13678
|
init_esm_shims();
|
|
13679
13679
|
|
|
13680
|
-
// ../../node_modules/signal-exit/dist/mjs/signals.js
|
|
13680
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/signals.js
|
|
13681
13681
|
init_esm_shims();
|
|
13682
13682
|
var signals = [];
|
|
13683
13683
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
@@ -13702,7 +13702,7 @@ if (process.platform === "linux") {
|
|
|
13702
13702
|
signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
13703
13703
|
}
|
|
13704
13704
|
|
|
13705
|
-
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
13705
|
+
// ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
|
|
13706
13706
|
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";
|
|
13707
13707
|
var kExitEmitter = Symbol.for("signal-exit emitter");
|
|
13708
13708
|
var global2 = globalThis;
|
|
@@ -15634,4 +15634,4 @@ queue-microtask/index.js:
|
|
|
15634
15634
|
run-parallel/index.js:
|
|
15635
15635
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
15636
15636
|
*/
|
|
15637
|
-
//# sourceMappingURL=chunk-
|
|
15637
|
+
//# sourceMappingURL=chunk-IWAYBIJ2.js.map
|