@kubb/cli 3.10.8 → 3.10.10

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkUMAIAXFS_cjs = require('./chunk-UMAIAXFS.cjs');
3
+ var chunk6WEOPEJL_cjs = require('./chunk-6WEOPEJL.cjs');
4
4
  var logger = require('@kubb/core/logger');
5
5
  var utils = require('consola/utils');
6
6
  var core = require('@kubb/core');
@@ -47,12 +47,12 @@ var tty__default = /*#__PURE__*/_interopDefault(tty);
47
47
  var path2__default = /*#__PURE__*/_interopDefault(path2);
48
48
 
49
49
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
50
- var require_windows = chunkUMAIAXFS_cjs.__commonJS({
50
+ var require_windows = chunk6WEOPEJL_cjs.__commonJS({
51
51
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
52
- chunkUMAIAXFS_cjs.init_cjs_shims();
52
+ chunk6WEOPEJL_cjs.init_cjs_shims();
53
53
  module.exports = isexe;
54
54
  isexe.sync = sync;
55
- var fs = chunkUMAIAXFS_cjs.__require("fs");
55
+ var fs = chunk6WEOPEJL_cjs.__require("fs");
56
56
  function checkPathExt(path7, options) {
57
57
  var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
58
58
  if (!pathext) {
@@ -88,12 +88,12 @@ var require_windows = chunkUMAIAXFS_cjs.__commonJS({
88
88
  });
89
89
 
90
90
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
91
- var require_mode = chunkUMAIAXFS_cjs.__commonJS({
91
+ var require_mode = chunk6WEOPEJL_cjs.__commonJS({
92
92
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
93
- chunkUMAIAXFS_cjs.init_cjs_shims();
93
+ chunk6WEOPEJL_cjs.init_cjs_shims();
94
94
  module.exports = isexe;
95
95
  isexe.sync = sync;
96
- var fs = chunkUMAIAXFS_cjs.__require("fs");
96
+ var fs = chunk6WEOPEJL_cjs.__require("fs");
97
97
  function isexe(path7, options, cb) {
98
98
  fs.stat(path7, function(er, stat) {
99
99
  cb(er, er ? false : checkStat(stat, options));
@@ -122,10 +122,10 @@ var require_mode = chunkUMAIAXFS_cjs.__commonJS({
122
122
  });
123
123
 
124
124
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
125
- var require_isexe = chunkUMAIAXFS_cjs.__commonJS({
125
+ var require_isexe = chunk6WEOPEJL_cjs.__commonJS({
126
126
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
127
- chunkUMAIAXFS_cjs.init_cjs_shims();
128
- chunkUMAIAXFS_cjs.__require("fs");
127
+ chunk6WEOPEJL_cjs.init_cjs_shims();
128
+ chunk6WEOPEJL_cjs.__require("fs");
129
129
  var core;
130
130
  if (process.platform === "win32" || global.TESTING_WINDOWS) {
131
131
  core = require_windows();
@@ -178,11 +178,11 @@ var require_isexe = chunkUMAIAXFS_cjs.__commonJS({
178
178
  });
179
179
 
180
180
  // ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
181
- var require_which = chunkUMAIAXFS_cjs.__commonJS({
181
+ var require_which = chunk6WEOPEJL_cjs.__commonJS({
182
182
  "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
183
- chunkUMAIAXFS_cjs.init_cjs_shims();
183
+ chunk6WEOPEJL_cjs.init_cjs_shims();
184
184
  var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
185
- var path7 = chunkUMAIAXFS_cjs.__require("path");
185
+ var path7 = chunk6WEOPEJL_cjs.__require("path");
186
186
  var COLON = isWindows ? ";" : ":";
187
187
  var isexe = require_isexe();
188
188
  var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
@@ -275,9 +275,9 @@ var require_which = chunkUMAIAXFS_cjs.__commonJS({
275
275
  });
276
276
 
277
277
  // ../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js
278
- var require_path_key = chunkUMAIAXFS_cjs.__commonJS({
278
+ var require_path_key = chunk6WEOPEJL_cjs.__commonJS({
279
279
  "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
280
- chunkUMAIAXFS_cjs.init_cjs_shims();
280
+ chunk6WEOPEJL_cjs.init_cjs_shims();
281
281
  var pathKey2 = (options = {}) => {
282
282
  const environment = options.env || process.env;
283
283
  const platform2 = options.platform || process.platform;
@@ -292,10 +292,10 @@ var require_path_key = chunkUMAIAXFS_cjs.__commonJS({
292
292
  });
293
293
 
294
294
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js
295
- var require_resolveCommand = chunkUMAIAXFS_cjs.__commonJS({
295
+ var require_resolveCommand = chunk6WEOPEJL_cjs.__commonJS({
296
296
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
297
- chunkUMAIAXFS_cjs.init_cjs_shims();
298
- var path7 = chunkUMAIAXFS_cjs.__require("path");
297
+ chunk6WEOPEJL_cjs.init_cjs_shims();
298
+ var path7 = chunk6WEOPEJL_cjs.__require("path");
299
299
  var which = require_which();
300
300
  var getPathKey = require_path_key();
301
301
  function resolveCommandAttempt(parsed, withoutPathExt) {
@@ -334,9 +334,9 @@ var require_resolveCommand = chunkUMAIAXFS_cjs.__commonJS({
334
334
  });
335
335
 
336
336
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js
337
- var require_escape = chunkUMAIAXFS_cjs.__commonJS({
337
+ var require_escape = chunk6WEOPEJL_cjs.__commonJS({
338
338
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
339
- chunkUMAIAXFS_cjs.init_cjs_shims();
339
+ chunk6WEOPEJL_cjs.init_cjs_shims();
340
340
  var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
341
341
  function escapeCommand(arg) {
342
342
  arg = arg.replace(metaCharsRegExp, "^$1");
@@ -359,17 +359,17 @@ var require_escape = chunkUMAIAXFS_cjs.__commonJS({
359
359
  });
360
360
 
361
361
  // ../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js
362
- var require_shebang_regex = chunkUMAIAXFS_cjs.__commonJS({
362
+ var require_shebang_regex = chunk6WEOPEJL_cjs.__commonJS({
363
363
  "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
364
- chunkUMAIAXFS_cjs.init_cjs_shims();
364
+ chunk6WEOPEJL_cjs.init_cjs_shims();
365
365
  module.exports = /^#!(.*)/;
366
366
  }
367
367
  });
368
368
 
369
369
  // ../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js
370
- var require_shebang_command = chunkUMAIAXFS_cjs.__commonJS({
370
+ var require_shebang_command = chunk6WEOPEJL_cjs.__commonJS({
371
371
  "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
372
- chunkUMAIAXFS_cjs.init_cjs_shims();
372
+ chunk6WEOPEJL_cjs.init_cjs_shims();
373
373
  var shebangRegex = require_shebang_regex();
374
374
  module.exports = (string = "") => {
375
375
  const match = string.match(shebangRegex);
@@ -387,10 +387,10 @@ var require_shebang_command = chunkUMAIAXFS_cjs.__commonJS({
387
387
  });
388
388
 
389
389
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js
390
- var require_readShebang = chunkUMAIAXFS_cjs.__commonJS({
390
+ var require_readShebang = chunk6WEOPEJL_cjs.__commonJS({
391
391
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
392
- chunkUMAIAXFS_cjs.init_cjs_shims();
393
- var fs = chunkUMAIAXFS_cjs.__require("fs");
392
+ chunk6WEOPEJL_cjs.init_cjs_shims();
393
+ var fs = chunk6WEOPEJL_cjs.__require("fs");
394
394
  var shebangCommand = require_shebang_command();
395
395
  function readShebang(command) {
396
396
  const size = 150;
@@ -409,10 +409,10 @@ var require_readShebang = chunkUMAIAXFS_cjs.__commonJS({
409
409
  });
410
410
 
411
411
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js
412
- var require_parse = chunkUMAIAXFS_cjs.__commonJS({
412
+ var require_parse = chunk6WEOPEJL_cjs.__commonJS({
413
413
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module) {
414
- chunkUMAIAXFS_cjs.init_cjs_shims();
415
- var path7 = chunkUMAIAXFS_cjs.__require("path");
414
+ chunk6WEOPEJL_cjs.init_cjs_shims();
415
+ var path7 = chunk6WEOPEJL_cjs.__require("path");
416
416
  var resolveCommand = require_resolveCommand();
417
417
  var escape = require_escape();
418
418
  var readShebang = require_readShebang();
@@ -471,9 +471,9 @@ var require_parse = chunkUMAIAXFS_cjs.__commonJS({
471
471
  });
472
472
 
473
473
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js
474
- var require_enoent = chunkUMAIAXFS_cjs.__commonJS({
474
+ var require_enoent = chunk6WEOPEJL_cjs.__commonJS({
475
475
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
476
- chunkUMAIAXFS_cjs.init_cjs_shims();
476
+ chunk6WEOPEJL_cjs.init_cjs_shims();
477
477
  var isWin = process.platform === "win32";
478
478
  function notFoundError(original, syscall) {
479
479
  return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {
@@ -521,10 +521,10 @@ var require_enoent = chunkUMAIAXFS_cjs.__commonJS({
521
521
  });
522
522
 
523
523
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js
524
- var require_cross_spawn = chunkUMAIAXFS_cjs.__commonJS({
524
+ var require_cross_spawn = chunk6WEOPEJL_cjs.__commonJS({
525
525
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module) {
526
- chunkUMAIAXFS_cjs.init_cjs_shims();
527
- var cp = chunkUMAIAXFS_cjs.__require("child_process");
526
+ chunk6WEOPEJL_cjs.init_cjs_shims();
527
+ var cp = chunk6WEOPEJL_cjs.__require("child_process");
528
528
  var parse = require_parse();
529
529
  var enoent = require_enoent();
530
530
  function spawn2(command, args, options) {
@@ -548,9 +548,9 @@ var require_cross_spawn = chunkUMAIAXFS_cjs.__commonJS({
548
548
  });
549
549
 
550
550
  // ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
551
- var require_eventemitter3 = chunkUMAIAXFS_cjs.__commonJS({
551
+ var require_eventemitter3 = chunk6WEOPEJL_cjs.__commonJS({
552
552
  "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
553
- chunkUMAIAXFS_cjs.init_cjs_shims();
553
+ chunk6WEOPEJL_cjs.init_cjs_shims();
554
554
  var has = Object.prototype.hasOwnProperty;
555
555
  var prefix = "~";
556
556
  function Events() {
@@ -710,19 +710,19 @@ var require_eventemitter3 = chunkUMAIAXFS_cjs.__commonJS({
710
710
  });
711
711
 
712
712
  // src/runners/generate.ts
713
- chunkUMAIAXFS_cjs.init_cjs_shims();
713
+ chunk6WEOPEJL_cjs.init_cjs_shims();
714
714
 
715
715
  // src/utils/executeHooks.ts
716
- chunkUMAIAXFS_cjs.init_cjs_shims();
716
+ chunk6WEOPEJL_cjs.init_cjs_shims();
717
717
 
718
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/index.js
719
- chunkUMAIAXFS_cjs.init_cjs_shims();
718
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/index.js
719
+ chunk6WEOPEJL_cjs.init_cjs_shims();
720
720
 
721
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/create.js
722
- chunkUMAIAXFS_cjs.init_cjs_shims();
721
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/create.js
722
+ chunk6WEOPEJL_cjs.init_cjs_shims();
723
723
 
724
724
  // ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
725
- chunkUMAIAXFS_cjs.init_cjs_shims();
725
+ chunk6WEOPEJL_cjs.init_cjs_shims();
726
726
  function isPlainObject(value) {
727
727
  if (typeof value !== "object" || value === null) {
728
728
  return false;
@@ -731,11 +731,11 @@ function isPlainObject(value) {
731
731
  return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
732
732
  }
733
733
 
734
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/parameters.js
735
- chunkUMAIAXFS_cjs.init_cjs_shims();
734
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/parameters.js
735
+ chunk6WEOPEJL_cjs.init_cjs_shims();
736
736
 
737
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/file-url.js
738
- chunkUMAIAXFS_cjs.init_cjs_shims();
737
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/file-url.js
738
+ chunk6WEOPEJL_cjs.init_cjs_shims();
739
739
  var safeNormalizeFileUrl = (file, name) => {
740
740
  const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
741
741
  if (typeof fileString !== "string") {
@@ -747,7 +747,7 @@ var normalizeDenoExecPath = (file) => isDenoExecPath(file) ? file.toString() : f
747
747
  var isDenoExecPath = (file) => typeof file !== "string" && file && Object.getPrototypeOf(file) === String.prototype;
748
748
  var normalizeFileUrl = (file) => file instanceof URL ? url.fileURLToPath(file) : file;
749
749
 
750
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/parameters.js
750
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/parameters.js
751
751
  var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
752
752
  const filePath = safeNormalizeFileUrl(rawFile, "First argument");
753
753
  const [commandArguments, options] = isPlainObject(rawArguments) ? [[], rawArguments] : [rawArguments, rawOptions];
@@ -768,11 +768,11 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
768
768
  return [filePath, normalizedArguments, options];
769
769
  };
770
770
 
771
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/template.js
772
- chunkUMAIAXFS_cjs.init_cjs_shims();
771
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/template.js
772
+ chunk6WEOPEJL_cjs.init_cjs_shims();
773
773
 
774
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/uint-array.js
775
- chunkUMAIAXFS_cjs.init_cjs_shims();
774
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/utils/uint-array.js
775
+ chunk6WEOPEJL_cjs.init_cjs_shims();
776
776
  var { toString: objectToString } = Object.prototype;
777
777
  var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
778
778
  var isUint8Array = (value) => objectToString.call(value) === "[object Uint8Array]";
@@ -818,7 +818,7 @@ var getJoinLength = (uint8Arrays) => {
818
818
  return joinLength;
819
819
  };
820
820
 
821
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/template.js
821
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/template.js
822
822
  var isTemplateString = (templates) => Array.isArray(templates) && Array.isArray(templates.raw);
823
823
  var parseTemplates = (templates, expressions) => {
824
824
  let tokens = [];
@@ -918,29 +918,29 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
918
918
  throw new TypeError(`Unexpected "${typeof stdout2}" stdout in template expression`);
919
919
  };
920
920
 
921
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-sync.js
922
- chunkUMAIAXFS_cjs.init_cjs_shims();
921
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/main-sync.js
922
+ chunk6WEOPEJL_cjs.init_cjs_shims();
923
923
 
924
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/command.js
925
- chunkUMAIAXFS_cjs.init_cjs_shims();
924
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/command.js
925
+ chunk6WEOPEJL_cjs.init_cjs_shims();
926
926
 
927
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/start.js
928
- chunkUMAIAXFS_cjs.init_cjs_shims();
927
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/start.js
928
+ chunk6WEOPEJL_cjs.init_cjs_shims();
929
929
 
930
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/values.js
931
- chunkUMAIAXFS_cjs.init_cjs_shims();
930
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/values.js
931
+ chunk6WEOPEJL_cjs.init_cjs_shims();
932
932
 
933
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/specific.js
934
- chunkUMAIAXFS_cjs.init_cjs_shims();
933
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/specific.js
934
+ chunk6WEOPEJL_cjs.init_cjs_shims();
935
935
 
936
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/standard-stream.js
937
- chunkUMAIAXFS_cjs.init_cjs_shims();
936
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/utils/standard-stream.js
937
+ chunk6WEOPEJL_cjs.init_cjs_shims();
938
938
  var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
939
939
  var STANDARD_STREAMS = [process4__namespace.default.stdin, process4__namespace.default.stdout, process4__namespace.default.stderr];
940
940
  var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
941
941
  var getStreamName = (fdNumber) => STANDARD_STREAMS_ALIASES[fdNumber] ?? `stdio[${fdNumber}]`;
942
942
 
943
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/specific.js
943
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/specific.js
944
944
  var normalizeFdSpecificOptions = (options) => {
945
945
  const optionsCopy = { ...options };
946
946
  for (const optionName of FD_SPECIFIC_OPTIONS) {
@@ -1010,7 +1010,7 @@ var DEFAULT_OPTIONS = {
1010
1010
  var FD_SPECIFIC_OPTIONS = ["lines", "buffer", "maxBuffer", "verbose", "stripFinalNewline"];
1011
1011
  var getFdSpecificValue = (optionArray, fdNumber) => fdNumber === "ipc" ? optionArray.at(-1) : optionArray[fdNumber];
1012
1012
 
1013
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/values.js
1013
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/values.js
1014
1014
  var isVerbose = ({ verbose }, fdNumber) => getFdVerbose(verbose, fdNumber) !== "none";
1015
1015
  var isFullVerbose = ({ verbose }, fdNumber) => !["none", "short"].includes(getFdVerbose(verbose, fdNumber));
1016
1016
  var getVerboseFunction = ({ verbose }, fdNumber) => {
@@ -1022,11 +1022,11 @@ var getFdGenericVerbose = (verbose) => verbose.find((fdVerbose) => isVerboseFunc
1022
1022
  var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
1023
1023
  var VERBOSE_VALUES = ["none", "short", "full"];
1024
1024
 
1025
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/log.js
1026
- chunkUMAIAXFS_cjs.init_cjs_shims();
1025
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/log.js
1026
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1027
1027
 
1028
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/escape.js
1029
- chunkUMAIAXFS_cjs.init_cjs_shims();
1028
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/escape.js
1029
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1030
1030
  var joinCommand = (filePath, rawArguments) => {
1031
1031
  const fileAndArguments = [filePath, ...rawArguments];
1032
1032
  const command = fileAndArguments.join(" ");
@@ -1069,14 +1069,14 @@ var quoteString = (escapedArgument) => {
1069
1069
  };
1070
1070
  var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
1071
1071
 
1072
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/default.js
1073
- chunkUMAIAXFS_cjs.init_cjs_shims();
1072
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/default.js
1073
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1074
1074
 
1075
1075
  // ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
1076
- chunkUMAIAXFS_cjs.init_cjs_shims();
1076
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1077
1077
 
1078
1078
  // ../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js
1079
- chunkUMAIAXFS_cjs.init_cjs_shims();
1079
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1080
1080
  function isUnicodeSupported() {
1081
1081
  const { env } = process4__namespace.default;
1082
1082
  const { TERM, TERM_PROGRAM } = env;
@@ -1362,7 +1362,7 @@ var figures = shouldUseMain ? mainSymbols : fallbackSymbols;
1362
1362
  var figures_default = figures;
1363
1363
 
1364
1364
  // ../../node_modules/.pnpm/yoctocolors@2.1.1/node_modules/yoctocolors/base.js
1365
- chunkUMAIAXFS_cjs.init_cjs_shims();
1365
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1366
1366
  var hasColors = tty__default.default?.WriteStream?.prototype?.hasColors?.() ?? false;
1367
1367
  var format = (open, close) => {
1368
1368
  if (!hasColors) {
@@ -1392,7 +1392,7 @@ var gray = format(90, 39);
1392
1392
  var redBright = format(91, 39);
1393
1393
  var yellowBright = format(93, 39);
1394
1394
 
1395
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/default.js
1395
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/default.js
1396
1396
  var defaultVerboseFunction = ({
1397
1397
  type,
1398
1398
  message,
@@ -1431,8 +1431,8 @@ var COLORS = {
1431
1431
  duration: () => gray
1432
1432
  };
1433
1433
 
1434
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/custom.js
1435
- chunkUMAIAXFS_cjs.init_cjs_shims();
1434
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/custom.js
1435
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1436
1436
  var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
1437
1437
  const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
1438
1438
  return printedLines.map(({ verboseLine, verboseObject }) => applyVerboseFunction(verboseLine, verboseObject, verboseFunction)).filter((printedLine) => printedLine !== void 0).map((printedLine) => appendNewline(printedLine)).join("");
@@ -1449,7 +1449,7 @@ var applyVerboseFunction = (verboseLine, verboseObject, verboseFunction) => {
1449
1449
  var appendNewline = (printedLine) => printedLine.endsWith("\n") ? printedLine : `${printedLine}
1450
1450
  `;
1451
1451
 
1452
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/log.js
1452
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/log.js
1453
1453
  var verboseLog = ({ type, verboseMessage, fdNumber, verboseInfo, result }) => {
1454
1454
  const verboseObject = getVerboseObject({ type, result, verboseInfo });
1455
1455
  const printedLines = getPrintedLines(verboseMessage, verboseObject);
@@ -1483,7 +1483,7 @@ var serializeVerboseMessage = (message) => {
1483
1483
  };
1484
1484
  var TAB_SIZE = 2;
1485
1485
 
1486
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/start.js
1486
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/start.js
1487
1487
  var logCommand = (escapedCommand, verboseInfo) => {
1488
1488
  if (!isVerbose(verboseInfo)) {
1489
1489
  return;
@@ -1495,8 +1495,8 @@ var logCommand = (escapedCommand, verboseInfo) => {
1495
1495
  });
1496
1496
  };
1497
1497
 
1498
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/info.js
1499
- chunkUMAIAXFS_cjs.init_cjs_shims();
1498
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/info.js
1499
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1500
1500
  var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
1501
1501
  validateVerbose(verbose);
1502
1502
  const commandId = getCommandId(verbose);
@@ -1524,12 +1524,12 @@ var validateVerbose = (verbose) => {
1524
1524
  }
1525
1525
  };
1526
1526
 
1527
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/duration.js
1528
- chunkUMAIAXFS_cjs.init_cjs_shims();
1527
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/duration.js
1528
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1529
1529
  var getStartTime = () => process4.hrtime.bigint();
1530
1530
  var getDurationMs = (startTime) => Number(process4.hrtime.bigint() - startTime) / 1e6;
1531
1531
 
1532
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/command.js
1532
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/command.js
1533
1533
  var handleCommand = (filePath, rawArguments, rawOptions) => {
1534
1534
  const startTime = getStartTime();
1535
1535
  const { command, escapedCommand } = joinCommand(filePath, rawArguments);
@@ -1544,15 +1544,15 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
1544
1544
  };
1545
1545
  };
1546
1546
 
1547
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/options.js
1548
- chunkUMAIAXFS_cjs.init_cjs_shims();
1549
- var import_cross_spawn = chunkUMAIAXFS_cjs.__toESM(require_cross_spawn(), 1);
1547
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/options.js
1548
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1549
+ var import_cross_spawn = chunk6WEOPEJL_cjs.__toESM(require_cross_spawn(), 1);
1550
1550
 
1551
1551
  // ../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js
1552
- chunkUMAIAXFS_cjs.init_cjs_shims();
1552
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1553
1553
 
1554
1554
  // ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
1555
- chunkUMAIAXFS_cjs.init_cjs_shims();
1555
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1556
1556
  function pathKey(options = {}) {
1557
1557
  const {
1558
1558
  env = process.env,
@@ -1565,7 +1565,7 @@ function pathKey(options = {}) {
1565
1565
  }
1566
1566
 
1567
1567
  // ../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js
1568
- chunkUMAIAXFS_cjs.init_cjs_shims();
1568
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1569
1569
  util.promisify(child_process.execFile);
1570
1570
  function toPath(urlOrPath) {
1571
1571
  return urlOrPath instanceof URL ? url.fileURLToPath(urlOrPath) : urlOrPath;
@@ -1625,11 +1625,11 @@ var npmRunPathEnv = ({ env = process4__namespace.default.env, ...options } = {})
1625
1625
  return env;
1626
1626
  };
1627
1627
 
1628
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/kill.js
1629
- chunkUMAIAXFS_cjs.init_cjs_shims();
1628
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/kill.js
1629
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1630
1630
 
1631
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/final-error.js
1632
- chunkUMAIAXFS_cjs.init_cjs_shims();
1631
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/final-error.js
1632
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1633
1633
  var getFinalError = (originalError, message, isSync) => {
1634
1634
  const ErrorClass = isSync ? ExecaSyncError : ExecaError;
1635
1635
  const options = originalError instanceof DiscardedError ? {} : { cause: originalError };
@@ -1661,14 +1661,14 @@ var ExecaSyncError = class extends Error {
1661
1661
  };
1662
1662
  setErrorName(ExecaSyncError, ExecaSyncError.name);
1663
1663
 
1664
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/signal.js
1665
- chunkUMAIAXFS_cjs.init_cjs_shims();
1664
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/signal.js
1665
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1666
1666
 
1667
1667
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/main.js
1668
- chunkUMAIAXFS_cjs.init_cjs_shims();
1668
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1669
1669
 
1670
1670
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/realtime.js
1671
- chunkUMAIAXFS_cjs.init_cjs_shims();
1671
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1672
1672
  var getRealtimeSignals = () => {
1673
1673
  const length = SIGRTMAX - SIGRTMIN + 1;
1674
1674
  return Array.from({ length }, getRealtimeSignal);
@@ -1684,10 +1684,10 @@ var SIGRTMIN = 34;
1684
1684
  var SIGRTMAX = 64;
1685
1685
 
1686
1686
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/signals.js
1687
- chunkUMAIAXFS_cjs.init_cjs_shims();
1687
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1688
1688
 
1689
1689
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/core.js
1690
- chunkUMAIAXFS_cjs.init_cjs_shims();
1690
+ chunk6WEOPEJL_cjs.init_cjs_shims();
1691
1691
  var SIGNALS = [
1692
1692
  {
1693
1693
  name: "SIGHUP",
@@ -2033,7 +2033,7 @@ var findSignalByNumber = (number, signals2) => {
2033
2033
  };
2034
2034
  getSignalsByNumber();
2035
2035
 
2036
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/signal.js
2036
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/signal.js
2037
2037
  var normalizeKillSignal = (killSignal) => {
2038
2038
  const optionName = "option `killSignal`";
2039
2039
  if (killSignal === 0) {
@@ -2077,7 +2077,7 @@ var getAvailableSignalNames = () => Object.keys(os.constants.signals).sort().map
2077
2077
  var getAvailableSignalIntegers = () => [...new Set(Object.values(os.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
2078
2078
  var getSignalDescription = (signal) => signalsByName[signal].description;
2079
2079
 
2080
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/kill.js
2080
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/kill.js
2081
2081
  var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
2082
2082
  if (forceKillAfterDelay === false) {
2083
2083
  return forceKillAfterDelay;
@@ -2144,18 +2144,18 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
2144
2144
  }
2145
2145
  };
2146
2146
 
2147
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cancel.js
2148
- chunkUMAIAXFS_cjs.init_cjs_shims();
2147
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/cancel.js
2148
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2149
2149
 
2150
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/abort-signal.js
2151
- chunkUMAIAXFS_cjs.init_cjs_shims();
2150
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/utils/abort-signal.js
2151
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2152
2152
  var onAbortedSignal = async (mainSignal, stopSignal) => {
2153
2153
  if (!mainSignal.aborted) {
2154
2154
  await events.once(mainSignal, "abort", { signal: stopSignal });
2155
2155
  }
2156
2156
  };
2157
2157
 
2158
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cancel.js
2158
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/cancel.js
2159
2159
  var validateCancelSignal = ({ cancelSignal }) => {
2160
2160
  if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
2161
2161
  throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
@@ -2169,17 +2169,17 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
2169
2169
  throw cancelSignal.reason;
2170
2170
  };
2171
2171
 
2172
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/graceful.js
2173
- chunkUMAIAXFS_cjs.init_cjs_shims();
2172
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/graceful.js
2173
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2174
2174
 
2175
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/graceful.js
2176
- chunkUMAIAXFS_cjs.init_cjs_shims();
2175
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/graceful.js
2176
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2177
2177
 
2178
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/send.js
2179
- chunkUMAIAXFS_cjs.init_cjs_shims();
2178
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/send.js
2179
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2180
2180
 
2181
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/validation.js
2182
- chunkUMAIAXFS_cjs.init_cjs_shims();
2181
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/validation.js
2182
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2183
2183
  var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
2184
2184
  validateIpcOption(methodName, isSubprocess, ipc);
2185
2185
  validateConnection(methodName, isSubprocess, isConnected2);
@@ -2251,11 +2251,11 @@ var disconnect = (anyProcess) => {
2251
2251
  }
2252
2252
  };
2253
2253
 
2254
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/outgoing.js
2255
- chunkUMAIAXFS_cjs.init_cjs_shims();
2254
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/outgoing.js
2255
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2256
2256
 
2257
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/deferred.js
2258
- chunkUMAIAXFS_cjs.init_cjs_shims();
2257
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/utils/deferred.js
2258
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2259
2259
  var createDeferred = () => {
2260
2260
  const methods = {};
2261
2261
  const promise = new Promise((resolve, reject) => {
@@ -2264,8 +2264,8 @@ var createDeferred = () => {
2264
2264
  return Object.assign(promise, methods);
2265
2265
  };
2266
2266
 
2267
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/fd-options.js
2268
- chunkUMAIAXFS_cjs.init_cjs_shims();
2267
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/fd-options.js
2268
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2269
2269
  var getToStream = (destination, to = "stdin") => {
2270
2270
  const isWritable = true;
2271
2271
  const { options, fileDescriptors } = SUBPROCESS_OPTIONS.get(destination);
@@ -2345,11 +2345,11 @@ var serializeOptionValue = (value) => {
2345
2345
  return typeof value === "number" ? `${value}` : "Stream";
2346
2346
  };
2347
2347
 
2348
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/strict.js
2349
- chunkUMAIAXFS_cjs.init_cjs_shims();
2348
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/strict.js
2349
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2350
2350
 
2351
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/max-listeners.js
2352
- chunkUMAIAXFS_cjs.init_cjs_shims();
2351
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/utils/max-listeners.js
2352
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2353
2353
  var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2354
2354
  const maxListeners = eventEmitter.getMaxListeners();
2355
2355
  if (maxListeners === 0 || maxListeners === Number.POSITIVE_INFINITY) {
@@ -2361,14 +2361,14 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2361
2361
  });
2362
2362
  };
2363
2363
 
2364
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/forward.js
2365
- chunkUMAIAXFS_cjs.init_cjs_shims();
2364
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/forward.js
2365
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2366
2366
 
2367
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/incoming.js
2368
- chunkUMAIAXFS_cjs.init_cjs_shims();
2367
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/incoming.js
2368
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2369
2369
 
2370
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/reference.js
2371
- chunkUMAIAXFS_cjs.init_cjs_shims();
2370
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/reference.js
2371
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2372
2372
  var addReference = (channel, reference) => {
2373
2373
  if (reference) {
2374
2374
  addReferenceCount(channel);
@@ -2398,7 +2398,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
2398
2398
  }
2399
2399
  };
2400
2400
 
2401
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/incoming.js
2401
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/incoming.js
2402
2402
  var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
2403
2403
  if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
2404
2404
  return;
@@ -2439,7 +2439,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
2439
2439
  };
2440
2440
  var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
2441
2441
 
2442
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/forward.js
2442
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/forward.js
2443
2443
  var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
2444
2444
  if (IPC_EMITTERS.has(anyProcess)) {
2445
2445
  return IPC_EMITTERS.get(anyProcess);
@@ -2478,7 +2478,7 @@ var isConnected = (anyProcess) => {
2478
2478
  return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
2479
2479
  };
2480
2480
 
2481
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/strict.js
2481
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/strict.js
2482
2482
  var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
2483
2483
  if (!strict) {
2484
2484
  return message;
@@ -2561,7 +2561,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
2561
2561
  var REQUEST_TYPE = "execa:ipc:request";
2562
2562
  var RESPONSE_TYPE = "execa:ipc:response";
2563
2563
 
2564
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/outgoing.js
2564
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/outgoing.js
2565
2565
  var startSendMessage = (anyProcess, wrappedMessage, strict) => {
2566
2566
  if (!OUTGOING_MESSAGES.has(anyProcess)) {
2567
2567
  OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
@@ -2588,7 +2588,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
2588
2588
  var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
2589
2589
  var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
2590
2590
 
2591
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/send.js
2591
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/send.js
2592
2592
  var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
2593
2593
  const methodName = "sendMessage";
2594
2594
  validateIpcMethod({
@@ -2658,7 +2658,7 @@ var getSendMethod = (anyProcess) => {
2658
2658
  };
2659
2659
  var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
2660
2660
 
2661
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/graceful.js
2661
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/graceful.js
2662
2662
  var sendAbort = (subprocess, message) => {
2663
2663
  const methodName = "cancelSignal";
2664
2664
  validateConnection(methodName, false, subprocess.connected);
@@ -2709,7 +2709,7 @@ var abortOnDisconnect = () => {
2709
2709
  };
2710
2710
  var cancelController = new AbortController();
2711
2711
 
2712
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/graceful.js
2712
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/graceful.js
2713
2713
  var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
2714
2714
  if (!gracefulCancel) {
2715
2715
  return;
@@ -2765,8 +2765,8 @@ var getReason = ({ reason }) => {
2765
2765
  return error;
2766
2766
  };
2767
2767
 
2768
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/timeout.js
2769
- chunkUMAIAXFS_cjs.init_cjs_shims();
2768
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/timeout.js
2769
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2770
2770
  var validateTimeout = ({ timeout }) => {
2771
2771
  if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
2772
2772
  throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${timeout}\` (${typeof timeout})`);
@@ -2780,8 +2780,8 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
2780
2780
  throw new DiscardedError();
2781
2781
  };
2782
2782
 
2783
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/node.js
2784
- chunkUMAIAXFS_cjs.init_cjs_shims();
2783
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/node.js
2784
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2785
2785
  var mapNode = ({ options }) => {
2786
2786
  if (options.node === false) {
2787
2787
  throw new TypeError('The "node" option cannot be false with `execaNode()`.');
@@ -2820,8 +2820,8 @@ var handleNodeOption = (file, commandArguments, {
2820
2820
  ];
2821
2821
  };
2822
2822
 
2823
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/ipc-input.js
2824
- chunkUMAIAXFS_cjs.init_cjs_shims();
2823
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/ipc-input.js
2824
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2825
2825
  var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
2826
2826
  if (ipcInput === void 0) {
2827
2827
  return;
@@ -2856,8 +2856,8 @@ var sendIpcInput = async (subprocess, ipcInput) => {
2856
2856
  await subprocess.sendMessage(ipcInput);
2857
2857
  };
2858
2858
 
2859
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/encoding-option.js
2860
- chunkUMAIAXFS_cjs.init_cjs_shims();
2859
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/encoding-option.js
2860
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2861
2861
  var validateEncoding = ({ encoding }) => {
2862
2862
  if (ENCODINGS.has(encoding)) {
2863
2863
  return;
@@ -2899,8 +2899,8 @@ var ENCODING_ALIASES = {
2899
2899
  };
2900
2900
  var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
2901
2901
 
2902
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/cwd.js
2903
- chunkUMAIAXFS_cjs.init_cjs_shims();
2902
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/cwd.js
2903
+ chunk6WEOPEJL_cjs.init_cjs_shims();
2904
2904
  var normalizeCwd = (cwd = getDefaultCwd()) => {
2905
2905
  const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
2906
2906
  return path2__default.default.resolve(cwdString);
@@ -2933,7 +2933,7 @@ ${originalMessage}`;
2933
2933
  return originalMessage;
2934
2934
  };
2935
2935
 
2936
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/options.js
2936
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/options.js
2937
2937
  var normalizeOptions = (filePath, rawArguments, rawOptions) => {
2938
2938
  rawOptions.cwd = normalizeCwd(rawOptions.cwd);
2939
2939
  const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
@@ -3004,14 +3004,18 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
3004
3004
  return env;
3005
3005
  };
3006
3006
 
3007
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/result.js
3008
- chunkUMAIAXFS_cjs.init_cjs_shims();
3007
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/arguments/shell.js
3008
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3009
+ var concatenateShell = (file, commandArguments, options) => options.shell && commandArguments.length > 0 ? [[file, ...commandArguments].join(" "), [], options] : [file, commandArguments, options];
3009
3010
 
3010
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/message.js
3011
- chunkUMAIAXFS_cjs.init_cjs_shims();
3011
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/result.js
3012
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3013
+
3014
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/message.js
3015
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3012
3016
 
3013
3017
  // ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
3014
- chunkUMAIAXFS_cjs.init_cjs_shims();
3018
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3015
3019
  function stripFinalNewline(input) {
3016
3020
  if (typeof input === "string") {
3017
3021
  return stripFinalNewlineString(input);
@@ -3028,17 +3032,17 @@ var LF_BINARY = LF.codePointAt(0);
3028
3032
  var CR = "\r";
3029
3033
  var CR_BINARY = CR.codePointAt(0);
3030
3034
 
3031
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/max-buffer.js
3032
- chunkUMAIAXFS_cjs.init_cjs_shims();
3035
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/max-buffer.js
3036
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3033
3037
 
3034
3038
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
3035
- chunkUMAIAXFS_cjs.init_cjs_shims();
3039
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3036
3040
 
3037
3041
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
3038
- chunkUMAIAXFS_cjs.init_cjs_shims();
3042
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3039
3043
 
3040
3044
  // ../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js
3041
- chunkUMAIAXFS_cjs.init_cjs_shims();
3045
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3042
3046
  function isStream(stream, { checkOpen = true } = {}) {
3043
3047
  return stream !== null && typeof stream === "object" && (stream.writable || stream.readable || !checkOpen || stream.writable === void 0 && stream.readable === void 0) && typeof stream.pipe === "function";
3044
3048
  }
@@ -3053,10 +3057,10 @@ function isDuplexStream(stream, options) {
3053
3057
  }
3054
3058
 
3055
3059
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
3056
- chunkUMAIAXFS_cjs.init_cjs_shims();
3060
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3057
3061
 
3058
3062
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
3059
- chunkUMAIAXFS_cjs.init_cjs_shims();
3063
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3060
3064
  var a = Object.getPrototypeOf(
3061
3065
  Object.getPrototypeOf(
3062
3066
  /* istanbul ignore next */
@@ -3145,7 +3149,7 @@ function h({ preventCancel: r = false } = {}) {
3145
3149
  }
3146
3150
 
3147
3151
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js
3148
- chunkUMAIAXFS_cjs.init_cjs_shims();
3152
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3149
3153
 
3150
3154
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
3151
3155
  var getAsyncIterable = (stream) => {
@@ -3196,13 +3200,13 @@ var handleStreamEnd = async (stream, controller, state) => {
3196
3200
  var nodeImports = {};
3197
3201
 
3198
3202
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js
3199
- chunkUMAIAXFS_cjs.init_cjs_shims();
3203
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3200
3204
 
3201
3205
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js
3202
- chunkUMAIAXFS_cjs.init_cjs_shims();
3206
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3203
3207
 
3204
3208
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js
3205
- chunkUMAIAXFS_cjs.init_cjs_shims();
3209
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3206
3210
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
3207
3211
  const asyncIterable = getAsyncIterable(stream);
3208
3212
  const state = init();
@@ -3298,7 +3302,7 @@ var MaxBufferError = class extends Error {
3298
3302
  };
3299
3303
 
3300
3304
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js
3301
- chunkUMAIAXFS_cjs.init_cjs_shims();
3305
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3302
3306
  var identity2 = (value) => value;
3303
3307
  var noop = () => void 0;
3304
3308
  var getContentsProperty = ({ contents }) => contents;
@@ -3335,7 +3339,7 @@ var arrayMethods = {
3335
3339
  };
3336
3340
 
3337
3341
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js
3338
- chunkUMAIAXFS_cjs.init_cjs_shims();
3342
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3339
3343
  async function getStreamAsArrayBuffer(stream, options) {
3340
3344
  return getStreamContents(stream, arrayBufferMethods, options);
3341
3345
  }
@@ -3389,7 +3393,7 @@ var arrayBufferMethods = {
3389
3393
  };
3390
3394
 
3391
3395
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js
3392
- chunkUMAIAXFS_cjs.init_cjs_shims();
3396
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3393
3397
  async function getStreamAsString(stream, options) {
3394
3398
  return getStreamContents(stream, stringMethods, options);
3395
3399
  }
@@ -3421,7 +3425,7 @@ var stringMethods = {
3421
3425
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
3422
3426
  Object.assign(nodeImports, { on: events.on, finished: promises.finished });
3423
3427
 
3424
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/max-buffer.js
3428
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/max-buffer.js
3425
3429
  var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
3426
3430
  if (!(error instanceof MaxBufferError)) {
3427
3431
  throw error;
@@ -3480,7 +3484,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
3480
3484
  };
3481
3485
  var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
3482
3486
 
3483
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/message.js
3487
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/message.js
3484
3488
  var createMessages = ({
3485
3489
  stdio,
3486
3490
  all,
@@ -3598,7 +3602,7 @@ var serializeMessageItem = (messageItem) => {
3598
3602
  return "";
3599
3603
  };
3600
3604
 
3601
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/result.js
3605
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/result.js
3602
3606
  var makeSuccessResult = ({
3603
3607
  command,
3604
3608
  escapedCommand,
@@ -3771,17 +3775,17 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
3771
3775
  return { exitCode, signal, signalDescription };
3772
3776
  };
3773
3777
 
3774
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/reject.js
3775
- chunkUMAIAXFS_cjs.init_cjs_shims();
3778
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/reject.js
3779
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3776
3780
 
3777
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/complete.js
3778
- chunkUMAIAXFS_cjs.init_cjs_shims();
3781
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/complete.js
3782
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3779
3783
 
3780
3784
  // ../../node_modules/.pnpm/pretty-ms@9.2.0/node_modules/pretty-ms/index.js
3781
- chunkUMAIAXFS_cjs.init_cjs_shims();
3785
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3782
3786
 
3783
3787
  // ../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js
3784
- chunkUMAIAXFS_cjs.init_cjs_shims();
3788
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3785
3789
  var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
3786
3790
  function parseNumber(milliseconds) {
3787
3791
  return {
@@ -3919,8 +3923,8 @@ function prettyMilliseconds(milliseconds, options) {
3919
3923
  return sign + result.join(separator);
3920
3924
  }
3921
3925
 
3922
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/error.js
3923
- chunkUMAIAXFS_cjs.init_cjs_shims();
3926
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/error.js
3927
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3924
3928
  var logError = (result, verboseInfo) => {
3925
3929
  if (result.failed) {
3926
3930
  verboseLog({
@@ -3932,7 +3936,7 @@ var logError = (result, verboseInfo) => {
3932
3936
  }
3933
3937
  };
3934
3938
 
3935
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/complete.js
3939
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/complete.js
3936
3940
  var logResult = (result, verboseInfo) => {
3937
3941
  if (!isVerbose(verboseInfo)) {
3938
3942
  return;
@@ -3950,7 +3954,7 @@ var logDuration = (result, verboseInfo) => {
3950
3954
  });
3951
3955
  };
3952
3956
 
3953
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/reject.js
3957
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/reject.js
3954
3958
  var handleResult = (result, verboseInfo, { reject }) => {
3955
3959
  logResult(result, verboseInfo);
3956
3960
  if (result.failed && reject) {
@@ -3959,17 +3963,17 @@ var handleResult = (result, verboseInfo, { reject }) => {
3959
3963
  return result;
3960
3964
  };
3961
3965
 
3962
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-sync.js
3963
- chunkUMAIAXFS_cjs.init_cjs_shims();
3966
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/handle-sync.js
3967
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3964
3968
 
3965
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle.js
3966
- chunkUMAIAXFS_cjs.init_cjs_shims();
3969
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/handle.js
3970
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3967
3971
 
3968
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/normalize.js
3969
- chunkUMAIAXFS_cjs.init_cjs_shims();
3972
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/normalize.js
3973
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3970
3974
 
3971
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/type.js
3972
- chunkUMAIAXFS_cjs.init_cjs_shims();
3975
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/type.js
3976
+ chunk6WEOPEJL_cjs.init_cjs_shims();
3973
3977
  var getStdioItemType = (value, optionName) => {
3974
3978
  if (isAsyncGenerator(value)) {
3975
3979
  return "asyncGenerator";
@@ -4095,8 +4099,8 @@ var TYPE_TO_MESSAGE = {
4095
4099
  uint8Array: "a Uint8Array"
4096
4100
  };
4097
4101
 
4098
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/object-mode.js
4099
- chunkUMAIAXFS_cjs.init_cjs_shims();
4102
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/object-mode.js
4103
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4100
4104
  var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
4101
4105
  var getOutputObjectModes = (objectMode, index, newTransforms) => {
4102
4106
  const writableObjectMode = index !== 0 && newTransforms[index - 1].value.readableObjectMode;
@@ -4116,7 +4120,7 @@ var getFdObjectMode = (stdioItems, direction) => {
4116
4120
  return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
4117
4121
  };
4118
4122
 
4119
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/normalize.js
4123
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/normalize.js
4120
4124
  var normalizeTransforms = (stdioItems, optionName, direction, options) => [
4121
4125
  ...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
4122
4126
  ...getTransforms(stdioItems, optionName, direction, options)
@@ -4210,8 +4214,8 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
4210
4214
  };
4211
4215
  var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
4212
4216
 
4213
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/direction.js
4214
- chunkUMAIAXFS_cjs.init_cjs_shims();
4217
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/direction.js
4218
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4215
4219
  var getStreamDirection = (stdioItems, fdNumber, optionName) => {
4216
4220
  const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
4217
4221
  if (directions.includes("input") && directions.includes("output")) {
@@ -4260,14 +4264,14 @@ var getStandardStreamDirection = (value) => {
4260
4264
  };
4261
4265
  var DEFAULT_DIRECTION = "output";
4262
4266
 
4263
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
4264
- chunkUMAIAXFS_cjs.init_cjs_shims();
4267
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/stdio-option.js
4268
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4265
4269
 
4266
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/array.js
4267
- chunkUMAIAXFS_cjs.init_cjs_shims();
4270
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/array.js
4271
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4268
4272
  var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
4269
4273
 
4270
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
4274
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/stdio-option.js
4271
4275
  var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
4272
4276
  const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
4273
4277
  return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
@@ -4301,8 +4305,8 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
4301
4305
  var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
4302
4306
  var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
4303
4307
 
4304
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/native.js
4305
- chunkUMAIAXFS_cjs.init_cjs_shims();
4308
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/native.js
4309
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4306
4310
  var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
4307
4311
  if (!isStdioArray || type !== "native") {
4308
4312
  return stdioItem;
@@ -4369,8 +4373,8 @@ var getStandardStream = (fdNumber, value, optionName) => {
4369
4373
  return standardStream;
4370
4374
  };
4371
4375
 
4372
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/input-option.js
4373
- chunkUMAIAXFS_cjs.init_cjs_shims();
4376
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/input-option.js
4377
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4374
4378
  var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
4375
4379
  ...handleInputOption(input),
4376
4380
  ...handleInputFileOption(inputFile)
@@ -4406,8 +4410,8 @@ var getInputFileType = (inputFile) => {
4406
4410
  throw new Error("The `inputFile` option must be a file path string or a file URL.");
4407
4411
  };
4408
4412
 
4409
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/duplicate.js
4410
- chunkUMAIAXFS_cjs.init_cjs_shims();
4413
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/duplicate.js
4414
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4411
4415
  var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
4412
4416
  var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
4413
4417
  const otherStdioItems = getOtherStdioItems(fileDescriptors, type);
@@ -4482,7 +4486,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
4482
4486
  }
4483
4487
  };
4484
4488
 
4485
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle.js
4489
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/handle.js
4486
4490
  var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
4487
4491
  const stdio = normalizeStdioOption(options, verboseInfo, isSync);
4488
4492
  const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
@@ -4642,7 +4646,7 @@ var forwardStdio = (stdioItems) => {
4642
4646
  return type === "native" ? value : "pipe";
4643
4647
  };
4644
4648
 
4645
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-sync.js
4649
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/handle-sync.js
4646
4650
  var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
4647
4651
  var forbiddenIfSync = ({ type, optionName }) => {
4648
4652
  throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
@@ -4688,19 +4692,19 @@ var addPropertiesSync = {
4688
4692
  }
4689
4693
  };
4690
4694
 
4691
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/strip-newline.js
4692
- chunkUMAIAXFS_cjs.init_cjs_shims();
4695
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/strip-newline.js
4696
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4693
4697
  var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
4694
4698
  var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
4695
4699
 
4696
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/input-sync.js
4697
- chunkUMAIAXFS_cjs.init_cjs_shims();
4700
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/input-sync.js
4701
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4698
4702
 
4699
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/generator.js
4700
- chunkUMAIAXFS_cjs.init_cjs_shims();
4703
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/generator.js
4704
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4701
4705
 
4702
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/split.js
4703
- chunkUMAIAXFS_cjs.init_cjs_shims();
4706
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/split.js
4707
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4704
4708
  var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
4705
4709
  var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
4706
4710
  var splitLinesItemSync = (chunk, preserveNewlines) => {
@@ -4780,8 +4784,8 @@ var linesUint8ArrayInfo = {
4780
4784
  concatBytes: concatUint8Array
4781
4785
  };
4782
4786
 
4783
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/validate.js
4784
- chunkUMAIAXFS_cjs.init_cjs_shims();
4787
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/validate.js
4788
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4785
4789
  var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
4786
4790
  var validateStringTransformInput = function* (optionName, chunk) {
4787
4791
  if (typeof chunk !== "string" && !isUint8Array(chunk) && !buffer.Buffer.isBuffer(chunk)) {
@@ -4809,8 +4813,8 @@ Instead, \`yield\` should either be called with a value, or not be called at all
4809
4813
  }
4810
4814
  };
4811
4815
 
4812
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/encoding-transform.js
4813
- chunkUMAIAXFS_cjs.init_cjs_shims();
4816
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/encoding-transform.js
4817
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4814
4818
  var getEncodingTransformGenerator = (binary, encoding, skipped) => {
4815
4819
  if (skipped) {
4816
4820
  return;
@@ -4843,8 +4847,8 @@ var encodingStringFinal = function* (stringDecoder) {
4843
4847
  }
4844
4848
  };
4845
4849
 
4846
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-async.js
4847
- chunkUMAIAXFS_cjs.init_cjs_shims();
4850
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/run-async.js
4851
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4848
4852
  var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
4849
4853
  state.currentIterable = getChunks(...getChunksArguments);
4850
4854
  try {
@@ -4891,8 +4895,8 @@ var identityGenerator = function* (chunk) {
4891
4895
  yield chunk;
4892
4896
  };
4893
4897
 
4894
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-sync.js
4895
- chunkUMAIAXFS_cjs.init_cjs_shims();
4898
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/run-sync.js
4899
+ chunk6WEOPEJL_cjs.init_cjs_shims();
4896
4900
  var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
4897
4901
  try {
4898
4902
  for (const chunk of getChunksSync(...getChunksArguments)) {
@@ -4934,7 +4938,7 @@ var identityGenerator2 = function* (chunk) {
4934
4938
  yield chunk;
4935
4939
  };
4936
4940
 
4937
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/generator.js
4941
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/transform/generator.js
4938
4942
  var generatorToStream = ({
4939
4943
  value,
4940
4944
  value: { transform, final, writableObjectMode, readableObjectMode },
@@ -4988,7 +4992,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
4988
4992
  ].filter(Boolean);
4989
4993
  };
4990
4994
 
4991
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/input-sync.js
4995
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/input-sync.js
4992
4996
  var addInputOptionsSync = (fileDescriptors, options) => {
4993
4997
  for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
4994
4998
  addInputOptionSync(fileDescriptors, fdNumber, options);
@@ -5021,11 +5025,11 @@ var validateSerializable = (newContents) => {
5021
5025
  }
5022
5026
  };
5023
5027
 
5024
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-sync.js
5025
- chunkUMAIAXFS_cjs.init_cjs_shims();
5028
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/output-sync.js
5029
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5026
5030
 
5027
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/output.js
5028
- chunkUMAIAXFS_cjs.init_cjs_shims();
5031
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/output.js
5032
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5029
5033
  var shouldLogOutput = ({ stdioItems, encoding, verboseInfo, fdNumber }) => fdNumber !== "all" && isFullVerbose(verboseInfo, fdNumber) && !BINARY_ENCODINGS.has(encoding) && fdUsesVerbose(fdNumber) && (stdioItems.some(({ type, value }) => type === "native" && PIPED_STDIO_VALUES.has(value)) || stdioItems.every(({ type }) => TRANSFORM_TYPES.has(type)));
5030
5034
  var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
5031
5035
  var PIPED_STDIO_VALUES = /* @__PURE__ */ new Set(["pipe", "overlapped"]);
@@ -5052,7 +5056,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
5052
5056
  });
5053
5057
  };
5054
5058
 
5055
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-sync.js
5059
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/output-sync.js
5056
5060
  var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
5057
5061
  if (output === null) {
5058
5062
  return { output: Array.from({ length: 3 }) };
@@ -5155,8 +5159,8 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
5155
5159
  }
5156
5160
  };
5157
5161
 
5158
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-sync.js
5159
- chunkUMAIAXFS_cjs.init_cjs_shims();
5162
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/all-sync.js
5163
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5160
5164
  var getAllSync = ([, stdout2, stderr], options) => {
5161
5165
  if (!options.all) {
5162
5166
  return;
@@ -5179,11 +5183,11 @@ var getAllSync = ([, stdout2, stderr], options) => {
5179
5183
  return `${stdout2}${stderr}`;
5180
5184
  };
5181
5185
 
5182
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-sync.js
5183
- chunkUMAIAXFS_cjs.init_cjs_shims();
5186
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/exit-sync.js
5187
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5184
5188
 
5185
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-async.js
5186
- chunkUMAIAXFS_cjs.init_cjs_shims();
5189
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/exit-async.js
5190
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5187
5191
  var waitForExit = async (subprocess, context) => {
5188
5192
  const [exitCode, signal] = await waitForExitOrError(subprocess);
5189
5193
  context.isForcefullyTerminated ??= false;
@@ -5216,7 +5220,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
5216
5220
  var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
5217
5221
  var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
5218
5222
 
5219
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-sync.js
5223
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/exit-sync.js
5220
5224
  var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
5221
5225
  const resultError = getResultError(error, exitCode, signal);
5222
5226
  const timedOut = resultError?.code === "ETIMEDOUT";
@@ -5236,7 +5240,7 @@ var getResultError = (error, exitCode, signal) => {
5236
5240
  return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
5237
5241
  };
5238
5242
 
5239
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-sync.js
5243
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/main-sync.js
5240
5244
  var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
5241
5245
  const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
5242
5246
  const result = spawnSubprocessSync({
@@ -5327,7 +5331,7 @@ var runSubprocessSync = ({ file, commandArguments, options, command, escapedComm
5327
5331
  try {
5328
5332
  addInputOptionsSync(fileDescriptors, options);
5329
5333
  const normalizedOptions = normalizeSpawnSyncOptions(options);
5330
- return child_process.spawnSync(file, commandArguments, normalizedOptions);
5334
+ return child_process.spawnSync(...concatenateShell(file, commandArguments, normalizedOptions));
5331
5335
  } catch (error) {
5332
5336
  return makeEarlyError({
5333
5337
  error,
@@ -5368,14 +5372,14 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
5368
5372
  isSync: true
5369
5373
  });
5370
5374
 
5371
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-async.js
5372
- chunkUMAIAXFS_cjs.init_cjs_shims();
5375
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/main-async.js
5376
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5373
5377
 
5374
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/methods.js
5375
- chunkUMAIAXFS_cjs.init_cjs_shims();
5378
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/methods.js
5379
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5376
5380
 
5377
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-one.js
5378
- chunkUMAIAXFS_cjs.init_cjs_shims();
5381
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/get-one.js
5382
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5379
5383
  var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
5380
5384
  validateIpcMethod({
5381
5385
  methodName: "getOneMessage",
@@ -5429,8 +5433,8 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
5429
5433
  throw getStrictResponseError(error, isSubprocess);
5430
5434
  };
5431
5435
 
5432
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-each.js
5433
- chunkUMAIAXFS_cjs.init_cjs_shims();
5436
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/get-each.js
5437
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5434
5438
  var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
5435
5439
  anyProcess,
5436
5440
  channel,
@@ -5508,7 +5512,7 @@ var throwIfStrictError = ({ error }) => {
5508
5512
  }
5509
5513
  };
5510
5514
 
5511
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/methods.js
5515
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/methods.js
5512
5516
  var addIpcMethods = (subprocess, { ipc }) => {
5513
5517
  Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
5514
5518
  };
@@ -5547,8 +5551,8 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
5547
5551
  })
5548
5552
  });
5549
5553
 
5550
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/early-error.js
5551
- chunkUMAIAXFS_cjs.init_cjs_shims();
5554
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/return/early-error.js
5555
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5552
5556
  var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
5553
5557
  cleanupCustomStreams(fileDescriptors);
5554
5558
  const subprocess = new child_process.ChildProcess();
@@ -5595,8 +5599,8 @@ var duplex = () => new stream.Duplex({ read() {
5595
5599
  } });
5596
5600
  var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
5597
5601
 
5598
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-async.js
5599
- chunkUMAIAXFS_cjs.init_cjs_shims();
5602
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/stdio/handle-async.js
5603
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5600
5604
  var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
5601
5605
  var forbiddenIfAsync = ({ type, optionName }) => {
5602
5606
  throw new TypeError(`The \`${optionName}\` option cannot be ${TYPE_TO_MESSAGE[type]}.`);
@@ -5638,11 +5642,11 @@ var addPropertiesAsync = {
5638
5642
  }
5639
5643
  };
5640
5644
 
5641
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-async.js
5642
- chunkUMAIAXFS_cjs.init_cjs_shims();
5645
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/output-async.js
5646
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5643
5647
 
5644
5648
  // ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
5645
- chunkUMAIAXFS_cjs.init_cjs_shims();
5649
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5646
5650
  function mergeStreams(streams) {
5647
5651
  if (!Array.isArray(streams)) {
5648
5652
  throw new TypeError(`Expected an array, got \`${typeof streams}\`.`);
@@ -5856,8 +5860,8 @@ var updateMaxListeners = (passThroughStream, increment2) => {
5856
5860
  var PASSTHROUGH_LISTENERS_COUNT = 2;
5857
5861
  var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
5858
5862
 
5859
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/pipeline.js
5860
- chunkUMAIAXFS_cjs.init_cjs_shims();
5863
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/pipeline.js
5864
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5861
5865
  var pipeStreams = (source, destination) => {
5862
5866
  source.pipe(destination);
5863
5867
  onSourceFinish(source, destination);
@@ -5894,7 +5898,7 @@ var abortSourceStream = (source) => {
5894
5898
  }
5895
5899
  };
5896
5900
 
5897
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-async.js
5901
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/output-async.js
5898
5902
  var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
5899
5903
  const pipeGroups = /* @__PURE__ */ new Map();
5900
5904
  for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
@@ -5946,14 +5950,14 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
5946
5950
  };
5947
5951
  var MAX_LISTENERS_INCREMENT = 2;
5948
5952
 
5949
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cleanup.js
5950
- chunkUMAIAXFS_cjs.init_cjs_shims();
5953
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/cleanup.js
5954
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5951
5955
 
5952
5956
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
5953
- chunkUMAIAXFS_cjs.init_cjs_shims();
5957
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5954
5958
 
5955
5959
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
5956
- chunkUMAIAXFS_cjs.init_cjs_shims();
5960
+ chunk6WEOPEJL_cjs.init_cjs_shims();
5957
5961
  var signals = [];
5958
5962
  signals.push("SIGHUP", "SIGINT", "SIGTERM");
5959
5963
  if (process.platform !== "win32") {
@@ -6187,7 +6191,7 @@ var {
6187
6191
  */
6188
6192
  onExit} = signalExitWrap(processOk(process9) ? new SignalExit(process9) : new SignalExitFallback());
6189
6193
 
6190
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cleanup.js
6194
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/terminate/cleanup.js
6191
6195
  var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
6192
6196
  if (!cleanup || detached) {
6193
6197
  return;
@@ -6200,11 +6204,11 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
6200
6204
  });
6201
6205
  };
6202
6206
 
6203
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/setup.js
6204
- chunkUMAIAXFS_cjs.init_cjs_shims();
6207
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/setup.js
6208
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6205
6209
 
6206
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/pipe-arguments.js
6207
- chunkUMAIAXFS_cjs.init_cjs_shims();
6210
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/pipe-arguments.js
6211
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6208
6212
  var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
6209
6213
  const startTime = getStartTime();
6210
6214
  const {
@@ -6277,8 +6281,8 @@ var getSourceStream = (source, from) => {
6277
6281
  }
6278
6282
  };
6279
6283
 
6280
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/throw.js
6281
- chunkUMAIAXFS_cjs.init_cjs_shims();
6284
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/throw.js
6285
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6282
6286
  var handlePipeArgumentsError = ({
6283
6287
  sourceStream,
6284
6288
  sourceError,
@@ -6327,8 +6331,8 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
6327
6331
  });
6328
6332
  var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
6329
6333
 
6330
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/sequence.js
6331
- chunkUMAIAXFS_cjs.init_cjs_shims();
6334
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/sequence.js
6335
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6332
6336
  var waitForBothSubprocesses = async (subprocessPromises) => {
6333
6337
  const [
6334
6338
  { status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
@@ -6346,8 +6350,8 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
6346
6350
  return destinationResult;
6347
6351
  };
6348
6352
 
6349
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/streaming.js
6350
- chunkUMAIAXFS_cjs.init_cjs_shims();
6353
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/streaming.js
6354
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6351
6355
  var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
6352
6356
  const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
6353
6357
  incrementMaxListeners(sourceStream, SOURCE_LISTENERS_PER_PIPE, maxListenersController.signal);
@@ -6377,8 +6381,8 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
6377
6381
  var SOURCE_LISTENERS_PER_PIPE = 2;
6378
6382
  var DESTINATION_LISTENERS_PER_PIPE = 1;
6379
6383
 
6380
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/abort.js
6381
- chunkUMAIAXFS_cjs.init_cjs_shims();
6384
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/abort.js
6385
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6382
6386
  var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
6383
6387
  var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
6384
6388
  await util.aborted(unpipeSignal, sourceStream);
@@ -6392,7 +6396,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
6392
6396
  });
6393
6397
  };
6394
6398
 
6395
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/setup.js
6399
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/pipe/setup.js
6396
6400
  var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
6397
6401
  if (isPlainObject(pipeArguments[0])) {
6398
6402
  return pipeToSubprocess.bind(void 0, {
@@ -6451,17 +6455,17 @@ var handlePipePromise = async ({
6451
6455
  };
6452
6456
  var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
6453
6457
 
6454
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-async.js
6455
- chunkUMAIAXFS_cjs.init_cjs_shims();
6458
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/all-async.js
6459
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6456
6460
 
6457
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/stdio.js
6458
- chunkUMAIAXFS_cjs.init_cjs_shims();
6461
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/stdio.js
6462
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6459
6463
 
6460
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/contents.js
6461
- chunkUMAIAXFS_cjs.init_cjs_shims();
6464
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/contents.js
6465
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6462
6466
 
6463
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/iterate.js
6464
- chunkUMAIAXFS_cjs.init_cjs_shims();
6467
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/iterate.js
6468
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6465
6469
  var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
6466
6470
  const controller = new AbortController();
6467
6471
  stopReadingOnExit(subprocess, controller);
@@ -6552,7 +6556,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
6552
6556
  getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
6553
6557
  ].filter(Boolean);
6554
6558
 
6555
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/contents.js
6559
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/io/contents.js
6556
6560
  var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
6557
6561
  const logPromise = logOutputAsync({
6558
6562
  stream,
@@ -6643,8 +6647,8 @@ var getBufferedData = async (streamPromise) => {
6643
6647
  };
6644
6648
  var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
6645
6649
 
6646
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-stream.js
6647
- chunkUMAIAXFS_cjs.init_cjs_shims();
6650
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/wait-stream.js
6651
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6648
6652
  var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
6649
6653
  const state = handleStdinDestroy(stream, streamInfo);
6650
6654
  const abortController = new AbortController();
@@ -6696,7 +6700,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
6696
6700
  var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
6697
6701
  var isStreamEpipe = (error) => error?.code === "EPIPE";
6698
6702
 
6699
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/stdio.js
6703
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/stdio.js
6700
6704
  var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
6701
6705
  stream,
6702
6706
  fdNumber,
@@ -6737,7 +6741,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
6737
6741
  return output;
6738
6742
  };
6739
6743
 
6740
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-async.js
6744
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/all-async.js
6741
6745
  var makeAllStream = ({ stdout: stdout2, stderr }, { all }) => all && (stdout2 || stderr) ? mergeStreams([stdout2, stderr].filter(Boolean)) : void 0;
6742
6746
  var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
6743
6747
  ...getAllStream(subprocess, buffer),
@@ -6765,14 +6769,14 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
6765
6769
  };
6766
6770
  var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
6767
6771
 
6768
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-subprocess.js
6769
- chunkUMAIAXFS_cjs.init_cjs_shims();
6772
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/wait-subprocess.js
6773
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6770
6774
 
6771
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/buffer-messages.js
6772
- chunkUMAIAXFS_cjs.init_cjs_shims();
6775
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/buffer-messages.js
6776
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6773
6777
 
6774
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/ipc.js
6775
- chunkUMAIAXFS_cjs.init_cjs_shims();
6778
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/verbose/ipc.js
6779
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6776
6780
  var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
6777
6781
  var logIpcOutput = (message, verboseInfo) => {
6778
6782
  const verboseMessage = serializeVerboseMessage(message);
@@ -6784,7 +6788,7 @@ var logIpcOutput = (message, verboseInfo) => {
6784
6788
  });
6785
6789
  };
6786
6790
 
6787
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/buffer-messages.js
6791
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/ipc/buffer-messages.js
6788
6792
  var waitForIpcOutput = async ({
6789
6793
  subprocess,
6790
6794
  buffer: bufferArray,
@@ -6822,7 +6826,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
6822
6826
  return ipcOutput;
6823
6827
  };
6824
6828
 
6825
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-subprocess.js
6829
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/resolve/wait-subprocess.js
6826
6830
  var waitForSubprocessResult = async ({
6827
6831
  subprocess,
6828
6832
  options: {
@@ -6938,11 +6942,11 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
6938
6942
  throw error;
6939
6943
  };
6940
6944
 
6941
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/add.js
6942
- chunkUMAIAXFS_cjs.init_cjs_shims();
6945
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/add.js
6946
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6943
6947
 
6944
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/concurrent.js
6945
- chunkUMAIAXFS_cjs.init_cjs_shims();
6948
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/concurrent.js
6949
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6946
6950
  var initializeConcurrentStreams = () => ({
6947
6951
  readableDestroy: /* @__PURE__ */ new WeakMap(),
6948
6952
  writableFinal: /* @__PURE__ */ new WeakMap(),
@@ -6968,11 +6972,11 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
6968
6972
  return !isSubprocessExit;
6969
6973
  };
6970
6974
 
6971
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/readable.js
6972
- chunkUMAIAXFS_cjs.init_cjs_shims();
6975
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/readable.js
6976
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6973
6977
 
6974
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/shared.js
6975
- chunkUMAIAXFS_cjs.init_cjs_shims();
6978
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/shared.js
6979
+ chunk6WEOPEJL_cjs.init_cjs_shims();
6976
6980
  var safeWaitForSubprocessStdin = async (subprocessStdin) => {
6977
6981
  if (subprocessStdin === void 0) {
6978
6982
  return;
@@ -7011,7 +7015,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
7011
7015
  }
7012
7016
  };
7013
7017
 
7014
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/readable.js
7018
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/readable.js
7015
7019
  var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
7016
7020
  const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
7017
7021
  const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
@@ -7096,8 +7100,8 @@ var destroyOtherReadable = (stream, error) => {
7096
7100
  destroyOtherStream(stream, stream.readable, error);
7097
7101
  };
7098
7102
 
7099
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/writable.js
7100
- chunkUMAIAXFS_cjs.init_cjs_shims();
7103
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/writable.js
7104
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7101
7105
  var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
7102
7106
  const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
7103
7107
  const writable2 = new stream.Writable({
@@ -7161,8 +7165,8 @@ var destroyOtherWritable = (stream, error) => {
7161
7165
  destroyOtherStream(stream, stream.writable, error);
7162
7166
  };
7163
7167
 
7164
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/duplex.js
7165
- chunkUMAIAXFS_cjs.init_cjs_shims();
7168
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/duplex.js
7169
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7166
7170
  var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
7167
7171
  const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
7168
7172
  const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
@@ -7214,8 +7218,8 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
7214
7218
  ]);
7215
7219
  };
7216
7220
 
7217
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/iterable.js
7218
- chunkUMAIAXFS_cjs.init_cjs_shims();
7221
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/iterable.js
7222
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7219
7223
  var createIterable = (subprocess, encoding, {
7220
7224
  from,
7221
7225
  binary: binaryOption = false,
@@ -7244,7 +7248,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
7244
7248
  }
7245
7249
  };
7246
7250
 
7247
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/add.js
7251
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/convert/add.js
7248
7252
  var addConvertedStreams = (subprocess, { encoding }) => {
7249
7253
  const concurrentStreams = initializeConcurrentStreams();
7250
7254
  subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
@@ -7254,8 +7258,8 @@ var addConvertedStreams = (subprocess, { encoding }) => {
7254
7258
  subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
7255
7259
  };
7256
7260
 
7257
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/promise.js
7258
- chunkUMAIAXFS_cjs.init_cjs_shims();
7261
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/promise.js
7262
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7259
7263
  var mergePromise = (subprocess, promise) => {
7260
7264
  for (const [property, descriptor] of descriptors) {
7261
7265
  const value = descriptor.value.bind(promise);
@@ -7269,7 +7273,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
7269
7273
  Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
7270
7274
  ]);
7271
7275
 
7272
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-async.js
7276
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/main-async.js
7273
7277
  var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
7274
7278
  const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
7275
7279
  const { subprocess, promise } = spawnSubprocessAsync({
@@ -7317,7 +7321,7 @@ var handleAsyncOptions = ({ timeout, signal, ...options }) => {
7317
7321
  var spawnSubprocessAsync = ({ file, commandArguments, options, startTime, verboseInfo, command, escapedCommand, fileDescriptors }) => {
7318
7322
  let subprocess;
7319
7323
  try {
7320
- subprocess = child_process.spawn(file, commandArguments, options);
7324
+ subprocess = child_process.spawn(...concatenateShell(file, commandArguments, options));
7321
7325
  } catch (error) {
7322
7326
  return handleEarlyError({
7323
7327
  error,
@@ -7424,8 +7428,8 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
7424
7428
  startTime
7425
7429
  });
7426
7430
 
7427
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/bind.js
7428
- chunkUMAIAXFS_cjs.init_cjs_shims();
7431
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/bind.js
7432
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7429
7433
  var mergeOptions = (boundOptions, options) => {
7430
7434
  const newOptions = Object.fromEntries(
7431
7435
  Object.entries(options).map(([optionName, optionValue]) => [
@@ -7443,7 +7447,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
7443
7447
  };
7444
7448
  var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
7445
7449
 
7446
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/create.js
7450
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/create.js
7447
7451
  var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
7448
7452
  const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
7449
7453
  const boundExeca = (...execaArguments) => callBoundExeca({
@@ -7489,8 +7493,8 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
7489
7493
  };
7490
7494
  };
7491
7495
 
7492
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/command.js
7493
- chunkUMAIAXFS_cjs.init_cjs_shims();
7496
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/command.js
7497
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7494
7498
  var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
7495
7499
  var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
7496
7500
  var parseCommand = (command, unusedArguments) => {
@@ -7521,8 +7525,8 @@ var parseCommandString = (command) => {
7521
7525
  };
7522
7526
  var SPACES_REGEXP = / +/g;
7523
7527
 
7524
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/script.js
7525
- chunkUMAIAXFS_cjs.init_cjs_shims();
7528
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/lib/methods/script.js
7529
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7526
7530
  var setScriptSync = (boundExeca, createNested, boundOptions) => {
7527
7531
  boundExeca.sync = createNested(mapScriptSync, boundOptions);
7528
7532
  boundExeca.s = boundExeca.sync;
@@ -7533,7 +7537,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
7533
7537
  var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
7534
7538
  var deepScriptOptions = { preferLocal: true };
7535
7539
 
7536
- // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/index.js
7540
+ // ../../node_modules/.pnpm/execa@9.5.3/node_modules/execa/index.js
7537
7541
  var execa = createExeca(() => ({}));
7538
7542
  createExeca(() => ({ isSync: true }));
7539
7543
  createExeca(mapCommandAsync);
@@ -7543,7 +7547,7 @@ createExeca(mapScriptAsync, {}, deepScriptOptions, setScriptSync);
7543
7547
  getIpcExport();
7544
7548
 
7545
7549
  // src/utils/Writables.ts
7546
- chunkUMAIAXFS_cjs.init_cjs_shims();
7550
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7547
7551
  var ConsolaWritable = class extends stream.Writable {
7548
7552
  consola;
7549
7553
  command;
@@ -7559,14 +7563,14 @@ var ConsolaWritable = class extends stream.Writable {
7559
7563
  };
7560
7564
 
7561
7565
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/index.js
7562
- chunkUMAIAXFS_cjs.init_cjs_shims();
7566
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7563
7567
 
7564
7568
  // ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.mjs
7565
- chunkUMAIAXFS_cjs.init_cjs_shims();
7566
- var import_index = chunkUMAIAXFS_cjs.__toESM(require_eventemitter3(), 1);
7569
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7570
+ var import_index = chunk6WEOPEJL_cjs.__toESM(require_eventemitter3(), 1);
7567
7571
 
7568
7572
  // ../../node_modules/.pnpm/p-timeout@6.1.3/node_modules/p-timeout/index.js
7569
- chunkUMAIAXFS_cjs.init_cjs_shims();
7573
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7570
7574
  var TimeoutError = class extends Error {
7571
7575
  constructor(message) {
7572
7576
  super(message);
@@ -7655,10 +7659,10 @@ function pTimeout(promise, options) {
7655
7659
  }
7656
7660
 
7657
7661
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/priority-queue.js
7658
- chunkUMAIAXFS_cjs.init_cjs_shims();
7662
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7659
7663
 
7660
7664
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/lower-bound.js
7661
- chunkUMAIAXFS_cjs.init_cjs_shims();
7665
+ chunk6WEOPEJL_cjs.init_cjs_shims();
7662
7666
  function lowerBound(array, value, comparator) {
7663
7667
  let first = 0;
7664
7668
  let count2 = array.length;
@@ -8075,7 +8079,7 @@ async function executeHooks({ hooks, logger: logger$1 }) {
8075
8079
  }
8076
8080
 
8077
8081
  // src/utils/getErrorCauses.ts
8078
- chunkUMAIAXFS_cjs.init_cjs_shims();
8082
+ chunk6WEOPEJL_cjs.init_cjs_shims();
8079
8083
  function getErrorCauses(errors) {
8080
8084
  return errors.reduce((prev, error) => {
8081
8085
  const causedError = error?.cause;
@@ -8089,10 +8093,10 @@ function getErrorCauses(errors) {
8089
8093
  }
8090
8094
 
8091
8095
  // src/utils/getSummary.ts
8092
- chunkUMAIAXFS_cjs.init_cjs_shims();
8096
+ chunk6WEOPEJL_cjs.init_cjs_shims();
8093
8097
 
8094
8098
  // src/utils/parseHrtimeToSeconds.ts
8095
- chunkUMAIAXFS_cjs.init_cjs_shims();
8099
+ chunk6WEOPEJL_cjs.init_cjs_shims();
8096
8100
  function parseHrtimeToSeconds(hrtime2) {
8097
8101
  const seconds = (hrtime2[0] + hrtime2[1] / 1e9).toFixed(3);
8098
8102
  return seconds;
@@ -8240,5 +8244,5 @@ ${logFiles.join("\n")}`);
8240
8244
  }
8241
8245
 
8242
8246
  exports.generate = generate;
8243
- //# sourceMappingURL=generate-637LVH4E.cjs.map
8244
- //# sourceMappingURL=generate-637LVH4E.cjs.map
8247
+ //# sourceMappingURL=generate-54WKRLVN.cjs.map
8248
+ //# sourceMappingURL=generate-54WKRLVN.cjs.map