@settlemint/sdk-cli 1.1.16-pr10e5eed1 → 1.1.16-pr18cd48b2

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.
Files changed (3) hide show
  1. package/dist/cli.js +272 -462
  2. package/dist/cli.js.map +12 -12
  3. package/package.json +5 -4
package/dist/cli.js CHANGED
@@ -1174,8 +1174,7 @@ var require_push_directory = __commonJS((exports) => {
1174
1174
  paths.push(path);
1175
1175
  }
1176
1176
  };
1177
- var empty = () => {
1178
- };
1177
+ var empty = () => {};
1179
1178
  function build(root, options) {
1180
1179
  const { includeDirs, filters, relativePaths } = options;
1181
1180
  if (!includeDirs)
@@ -1205,8 +1204,7 @@ var require_push_file = __commonJS((exports) => {
1205
1204
  var pushFile = (filename, paths) => {
1206
1205
  paths.push(filename);
1207
1206
  };
1208
- var empty = () => {
1209
- };
1207
+ var empty = () => {};
1210
1208
  function build(options) {
1211
1209
  const { excludeFiles, filters, onlyCounts } = options;
1212
1210
  if (excludeFiles)
@@ -1245,8 +1243,7 @@ var require_group_files = __commonJS((exports) => {
1245
1243
  var groupFiles = (groups, directory, files) => {
1246
1244
  groups.push({ directory, files, dir: directory });
1247
1245
  };
1248
- var empty = () => {
1249
- };
1246
+ var empty = () => {};
1250
1247
  function build(options) {
1251
1248
  return options.group ? groupFiles : empty;
1252
1249
  }
@@ -3104,8 +3101,7 @@ var require_builder = __commonJS((exports) => {
3104
3101
  try {
3105
3102
  __require.resolve("picomatch");
3106
3103
  pm = require_picomatch2();
3107
- } catch (_e) {
3108
- }
3104
+ } catch (_e) {}
3109
3105
 
3110
3106
  class Builder {
3111
3107
  globCache = {};
@@ -3839,8 +3835,7 @@ var require_utils3 = __commonJS((exports) => {
3839
3835
  function numberToBytesBE(n, len) {
3840
3836
  return hexToBytes(n.toString(16).padStart(len * 2, "0"));
3841
3837
  }
3842
- var nextTick = async () => {
3843
- };
3838
+ var nextTick = async () => {};
3844
3839
  exports.nextTick = nextTick;
3845
3840
  function utf8ToBytes(str) {
3846
3841
  if (typeof str !== "string")
@@ -4303,8 +4298,7 @@ var require_utils4 = __commonJS((exports) => {
4303
4298
  }
4304
4299
  return array;
4305
4300
  }
4306
- var nextTick = async () => {
4307
- };
4301
+ var nextTick = async () => {};
4308
4302
  exports.nextTick = nextTick;
4309
4303
  async function asyncLoop(iters, tick, cb) {
4310
4304
  let ts = Date.now();
@@ -5301,8 +5295,7 @@ var require_modular = __commonJS((exports) => {
5301
5295
  return root;
5302
5296
  };
5303
5297
  }
5304
- if (P % _16n === _9n) {
5305
- }
5298
+ if (P % _16n === _9n) {}
5306
5299
  return tonelliShanks(P);
5307
5300
  }
5308
5301
  var isNegativeLE = (num, modulo) => (mod(num, modulo) & _1n) === _1n;
@@ -10670,8 +10663,7 @@ var require_main2 = __commonJS((exports, module) => {
10670
10663
  logger.success(`✔ set ${key}${withEncryption} (${changedFilepaths.join(",")})`);
10671
10664
  } else if (unchangedFilepaths.length > 0) {
10672
10665
  logger.info(`no changes (${unchangedFilepaths})`);
10673
- } else {
10674
- }
10666
+ } else {}
10675
10667
  for (const processedEnv of processedEnvs) {
10676
10668
  if (processedEnv.privateKeyAdded) {
10677
10669
  logger.success(`✔ key added to ${processedEnv.envKeysFilepath} (${processedEnv.privateKeyName})`);
@@ -10965,7 +10957,7 @@ var require_brace_expansion = __commonJS((exports, module) => {
10965
10957
  }
10966
10958
  });
10967
10959
 
10968
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/error.js
10960
+ // ../../node_modules/commander/lib/error.js
10969
10961
  var require_error = __commonJS((exports) => {
10970
10962
  class CommanderError extends Error {
10971
10963
  constructor(exitCode, code, message) {
@@ -10989,7 +10981,7 @@ var require_error = __commonJS((exports) => {
10989
10981
  exports.InvalidArgumentError = InvalidArgumentError;
10990
10982
  });
10991
10983
 
10992
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/argument.js
10984
+ // ../../node_modules/commander/lib/argument.js
10993
10985
  var require_argument = __commonJS((exports) => {
10994
10986
  var { InvalidArgumentError } = require_error();
10995
10987
 
@@ -11068,7 +11060,7 @@ var require_argument = __commonJS((exports) => {
11068
11060
  exports.humanReadableArgName = humanReadableArgName;
11069
11061
  });
11070
11062
 
11071
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/help.js
11063
+ // ../../node_modules/commander/lib/help.js
11072
11064
  var require_help = __commonJS((exports) => {
11073
11065
  var { humanReadableArgName } = require_argument();
11074
11066
 
@@ -11315,7 +11307,7 @@ var require_help = __commonJS((exports) => {
11315
11307
  exports.Help = Help;
11316
11308
  });
11317
11309
 
11318
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/option.js
11310
+ // ../../node_modules/commander/lib/option.js
11319
11311
  var require_option = __commonJS((exports) => {
11320
11312
  var { InvalidArgumentError } = require_error();
11321
11313
 
@@ -11467,7 +11459,7 @@ var require_option = __commonJS((exports) => {
11467
11459
  exports.DualOptions = DualOptions;
11468
11460
  });
11469
11461
 
11470
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/suggestSimilar.js
11462
+ // ../../node_modules/commander/lib/suggestSimilar.js
11471
11463
  var require_suggestSimilar = __commonJS((exports) => {
11472
11464
  var maxDistance = 3;
11473
11465
  function editDistance(a, b) {
@@ -11540,7 +11532,7 @@ var require_suggestSimilar = __commonJS((exports) => {
11540
11532
  exports.suggestSimilar = suggestSimilar;
11541
11533
  });
11542
11534
 
11543
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/lib/command.js
11535
+ // ../../node_modules/commander/lib/command.js
11544
11536
  var require_command = __commonJS((exports) => {
11545
11537
  var EventEmitter2 = __require("events").EventEmitter;
11546
11538
  var childProcess = __require("child_process");
@@ -11771,8 +11763,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
11771
11763
  this._exitCallback = (err) => {
11772
11764
  if (err.code !== "commander.executeSubCommandAsync") {
11773
11765
  throw err;
11774
- } else {
11775
- }
11766
+ } else {}
11776
11767
  };
11777
11768
  }
11778
11769
  return this;
@@ -12724,7 +12715,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
12724
12715
  exports.Command = Command;
12725
12716
  });
12726
12717
 
12727
- // ../../node_modules/@commander-js/extra-typings/node_modules/commander/index.js
12718
+ // ../../node_modules/commander/index.js
12728
12719
  var require_commander = __commonJS((exports, module) => {
12729
12720
  var { Argument } = require_argument();
12730
12721
  var { Command } = require_command();
@@ -24398,8 +24389,7 @@ var require_mapAsyncIterator = __commonJS((exports) => {
24398
24389
  if (typeof iterator.return === "function") {
24399
24390
  try {
24400
24391
  await iterator.return();
24401
- } catch (_e) {
24402
- }
24392
+ } catch (_e) {}
24403
24393
  }
24404
24394
  throw error;
24405
24395
  }
@@ -28335,16 +28325,14 @@ function blockString(e2) {
28335
28325
  function ignored() {
28336
28326
  for (var e2 = 0 | i.charCodeAt(n++);e2 === 9 || e2 === 10 || e2 === 13 || e2 === 32 || e2 === 35 || e2 === 44 || e2 === 65279; e2 = 0 | i.charCodeAt(n++)) {
28337
28327
  if (e2 === 35) {
28338
- for (;(e2 = i.charCodeAt(n++)) !== 10 && e2 !== 13; ) {
28339
- }
28328
+ for (;(e2 = i.charCodeAt(n++)) !== 10 && e2 !== 13; ) {}
28340
28329
  }
28341
28330
  }
28342
28331
  n--;
28343
28332
  }
28344
28333
  function name() {
28345
28334
  var e2 = n;
28346
- for (var r2 = 0 | i.charCodeAt(n++);r2 >= 48 && r2 <= 57 || r2 >= 65 && r2 <= 90 || r2 === 95 || r2 >= 97 && r2 <= 122; r2 = 0 | i.charCodeAt(n++)) {
28347
- }
28335
+ for (var r2 = 0 | i.charCodeAt(n++);r2 >= 48 && r2 <= 57 || r2 >= 65 && r2 <= 90 || r2 === 95 || r2 >= 97 && r2 <= 122; r2 = 0 | i.charCodeAt(n++)) {}
28348
28336
  if (e2 === n - 1) {
28349
28337
  throw error("Name");
28350
28338
  }
@@ -28411,8 +28399,7 @@ function value(e2) {
28411
28399
  var s;
28412
28400
  n++;
28413
28401
  var c = false;
28414
- for (s = 0 | i.charCodeAt(n++);s === 92 && (n++, c = true) || s !== 10 && s !== 13 && s !== 34 && s; s = 0 | i.charCodeAt(n++)) {
28415
- }
28402
+ for (s = 0 | i.charCodeAt(n++);s === 92 && (n++, c = true) || s !== 10 && s !== 13 && s !== 34 && s; s = 0 | i.charCodeAt(n++)) {}
28416
28403
  if (s !== 34) {
28417
28404
  throw error("StringValue");
28418
28405
  }
@@ -28435,8 +28422,7 @@ function value(e2) {
28435
28422
  case 57:
28436
28423
  var v = n++;
28437
28424
  var f;
28438
- for (;(f = 0 | i.charCodeAt(n++)) >= 48 && f <= 57; ) {
28439
- }
28425
+ for (;(f = 0 | i.charCodeAt(n++)) >= 48 && f <= 57; ) {}
28440
28426
  var m = i.slice(v, --n);
28441
28427
  if ((f = i.charCodeAt(n)) === 46 || f === 69 || f === 101) {
28442
28428
  if ((r2 = advance(o)) == null) {
@@ -29008,8 +28994,7 @@ var require_lib2 = __commonJS((exports, module) => {
29008
28994
  get name() {
29009
28995
  return this.constructor.name;
29010
28996
  }
29011
- set name(n2) {
29012
- }
28997
+ set name(n2) {}
29013
28998
  get [Symbol.toStringTag]() {
29014
28999
  return this.constructor.name;
29015
29000
  }
@@ -29040,8 +29025,7 @@ var require_lib2 = __commonJS((exports, module) => {
29040
29025
  parseJsonError.noExceptions = (raw, reviver) => {
29041
29026
  try {
29042
29027
  return parseJson(stripBOM(raw), reviver);
29043
- } catch {
29044
- }
29028
+ } catch {}
29045
29029
  };
29046
29030
  });
29047
29031
 
@@ -29145,8 +29129,7 @@ var require_update_workspaces = __commonJS((exports, module) => {
29145
29129
 
29146
29130
  // ../../node_modules/semver/internal/debug.js
29147
29131
  var require_debug = __commonJS((exports, module) => {
29148
- var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
29149
- };
29132
+ var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {};
29150
29133
  module.exports = debug;
29151
29134
  });
29152
29135
 
@@ -30083,12 +30066,9 @@ var require_commonjs = __commonJS((exports) => {
30083
30066
  return !!t3 && !!s && (cachedNow || getNow()) - s > t3;
30084
30067
  };
30085
30068
  }
30086
- #updateItemAge = () => {
30087
- };
30088
- #statusTTL = () => {
30089
- };
30090
- #setItemTTL = () => {
30091
- };
30069
+ #updateItemAge = () => {};
30070
+ #statusTTL = () => {};
30071
+ #setItemTTL = () => {};
30092
30072
  #isStale = () => false;
30093
30073
  #initializeSizeTracking() {
30094
30074
  const sizes = new ZeroArray2(this.#max);
@@ -30132,10 +30112,8 @@ var require_commonjs = __commonJS((exports) => {
30132
30112
  }
30133
30113
  };
30134
30114
  }
30135
- #removeItemSize = (_i) => {
30136
- };
30137
- #addItemSize = (_i, _s, _st) => {
30138
- };
30115
+ #removeItemSize = (_i) => {};
30116
+ #addItemSize = (_i, _s, _st) => {};
30139
30117
  #requireSize = (_k, _v, size, sizeCalculation) => {
30140
30118
  if (size || sizeCalculation) {
30141
30119
  throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");
@@ -31038,8 +31016,7 @@ var require_parse_url = __commonJS((exports, module) => {
31038
31016
  var safeUrl = (u2) => {
31039
31017
  try {
31040
31018
  return new url.URL(u2);
31041
- } catch {
31042
- }
31019
+ } catch {}
31043
31020
  };
31044
31021
  var correctProtocol = (arg, protocols) => {
31045
31022
  const firstColon = arg.indexOf(":");
@@ -32065,8 +32042,7 @@ var require_commonjs2 = __commonJS((exports) => {
32065
32042
  }
32066
32043
  return false;
32067
32044
  }
32068
- debug(..._) {
32069
- }
32045
+ debug(..._) {}
32070
32046
  make() {
32071
32047
  const pattern = this.pattern;
32072
32048
  const options = this.options;
@@ -32647,8 +32623,7 @@ var require_commonjs3 = __commonJS((exports) => {
32647
32623
  unpipe() {
32648
32624
  this.dest.removeListener("drain", this.ondrain);
32649
32625
  }
32650
- proxyErrors(_er) {
32651
- }
32626
+ proxyErrors(_er) {}
32652
32627
  end() {
32653
32628
  this.unpipe();
32654
32629
  if (this.opts.end)
@@ -32758,8 +32733,7 @@ var require_commonjs3 = __commonJS((exports) => {
32758
32733
  get aborted() {
32759
32734
  return this[ABORTED2];
32760
32735
  }
32761
- set aborted(_) {
32762
- }
32736
+ set aborted(_) {}
32763
32737
  write(chunk, encoding, cb) {
32764
32738
  if (this[ABORTED2])
32765
32739
  return false;
@@ -32931,8 +32905,7 @@ var require_commonjs3 = __commonJS((exports) => {
32931
32905
  return this[BUFFER2].shift();
32932
32906
  }
32933
32907
  [FLUSH2](noDrain = false) {
32934
- do {
32935
- } while (this[FLUSHCHUNK2](this[BUFFERSHIFT2]()) && this[BUFFER2].length);
32908
+ do {} while (this[FLUSHCHUNK2](this[BUFFERSHIFT2]()) && this[BUFFER2].length);
32936
32909
  if (!noDrain && !this[BUFFER2].length && !this[EOF2])
32937
32910
  this.emit("drain");
32938
32911
  }
@@ -33923,8 +33896,7 @@ var require_commonjs4 = __commonJS((exports) => {
33923
33896
  if (this.#asyncReaddirInFlight) {
33924
33897
  await this.#asyncReaddirInFlight;
33925
33898
  } else {
33926
- let resolve2 = () => {
33927
- };
33899
+ let resolve2 = () => {};
33928
33900
  this.#asyncReaddirInFlight = new Promise((res) => resolve2 = res);
33929
33901
  try {
33930
33902
  for (const e3 of await this.#fs.promises.readdir(fullpath, {
@@ -36150,8 +36122,7 @@ var require_err_code = __commonJS((exports, module) => {
36150
36122
  } catch (_) {
36151
36123
  props.message = err.message;
36152
36124
  props.stack = err.stack;
36153
- const ErrClass = function() {
36154
- };
36125
+ const ErrClass = function() {};
36155
36126
  ErrClass.prototype = Object.create(Object.getPrototypeOf(err));
36156
36127
  return assign(new ErrClass, props);
36157
36128
  }
@@ -36654,8 +36625,7 @@ var require_ini = __commonJS((exports, module) => {
36654
36625
  }
36655
36626
  try {
36656
36627
  val = JSON.parse(val);
36657
- } catch {
36658
- }
36628
+ } catch {}
36659
36629
  } else {
36660
36630
  let esc = false;
36661
36631
  let unesc = "";
@@ -36748,8 +36718,7 @@ var require_which = __commonJS((exports, module) => {
36748
36718
  var gitPath;
36749
36719
  try {
36750
36720
  gitPath = which.sync("git");
36751
- } catch {
36752
- }
36721
+ } catch {}
36753
36722
  module.exports = (opts = {}) => {
36754
36723
  if (opts.git) {
36755
36724
  return opts.git;
@@ -41169,8 +41138,7 @@ var require_normalize = __commonJS((exports, module) => {
41169
41138
  scripts.start = "node server.js";
41170
41139
  data.scripts = scripts;
41171
41140
  changes?.push('"scripts.start" was set to "node server.js"');
41172
- } catch {
41173
- }
41141
+ } catch {}
41174
41142
  }
41175
41143
  if ((steps.includes("scripts") || steps.includes("scriptpath")) && data.scripts !== undefined) {
41176
41144
  const spre = /^(\.[/\\])?node_modules[/\\].bin[\\/]/;
@@ -41201,8 +41169,7 @@ var require_normalize = __commonJS((exports, module) => {
41201
41169
  const authors = authorData.split(/\r?\n/g).map((line) => line.replace(/^\s*#.*$/, "").trim()).filter((line) => line);
41202
41170
  data.contributors = authors;
41203
41171
  changes?.push('"contributors" was auto-populated with the contents of the "AUTHORS" file');
41204
- } catch {
41205
- }
41172
+ } catch {}
41206
41173
  }
41207
41174
  if (steps.includes("readme") && !data.readme) {
41208
41175
  const mdre = /\.m?a?r?k?d?o?w?n?$/i;
@@ -41265,8 +41232,7 @@ var require_normalize = __commonJS((exports, module) => {
41265
41232
  if (gitRoot) {
41266
41233
  try {
41267
41234
  head = await fs4.readFile(path6.resolve(gitRoot, ".git/HEAD"), "utf8");
41268
- } catch (err) {
41269
- }
41235
+ } catch (err) {}
41270
41236
  }
41271
41237
  let headData;
41272
41238
  if (head) {
@@ -41276,8 +41242,7 @@ var require_normalize = __commonJS((exports, module) => {
41276
41242
  try {
41277
41243
  headData = await fs4.readFile(headFile, "utf8");
41278
41244
  headData = headData.replace(/^ref: /, "").trim();
41279
- } catch (err) {
41280
- }
41245
+ } catch (err) {}
41281
41246
  if (!headData) {
41282
41247
  const packFile = path6.resolve(gitRoot, ".git/packed-refs");
41283
41248
  try {
@@ -41293,8 +41258,7 @@ var require_normalize = __commonJS((exports, module) => {
41293
41258
  }
41294
41259
  }
41295
41260
  }
41296
- } catch {
41297
- }
41261
+ } catch {}
41298
41262
  }
41299
41263
  } else {
41300
41264
  headData = head.trim();
@@ -41316,8 +41280,7 @@ var require_normalize = __commonJS((exports, module) => {
41316
41280
  try {
41317
41281
  await fs4.access(path6.join(pkg.path, dts));
41318
41282
  data.types = dts.split(path6.sep).join("/");
41319
- } catch {
41320
- }
41283
+ } catch {}
41321
41284
  }
41322
41285
  }
41323
41286
  if (steps.includes("fixRepositoryField") || steps.includes("normalizeData")) {
@@ -43507,8 +43470,7 @@ var require_source_map_support = __commonJS((exports, module) => {
43507
43470
  if (!fs4.existsSync || !fs4.readFileSync) {
43508
43471
  fs4 = null;
43509
43472
  }
43510
- } catch (err) {
43511
- }
43473
+ } catch (err) {}
43512
43474
  var bufferFrom = require_buffer_from();
43513
43475
  function dynamicRequire(mod, request2) {
43514
43476
  return mod.require(request2);
@@ -43583,8 +43545,7 @@ var require_source_map_support = __commonJS((exports, module) => {
43583
43545
  } else if (fs4.existsSync(path7)) {
43584
43546
  contents = fs4.readFileSync(path7, "utf8");
43585
43547
  }
43586
- } catch (er) {
43587
- }
43548
+ } catch (er) {}
43588
43549
  return fileContentsCache[path7] = contents;
43589
43550
  });
43590
43551
  function supportRelativeURL(file, url) {
@@ -43612,8 +43573,7 @@ var require_source_map_support = __commonJS((exports, module) => {
43612
43573
  if (sourceMapHeader) {
43613
43574
  return sourceMapHeader;
43614
43575
  }
43615
- } catch (e3) {
43616
- }
43576
+ } catch (e3) {}
43617
43577
  }
43618
43578
  fileData = retrieveFile(source);
43619
43579
  var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg;
@@ -43943,8 +43903,7 @@ var require_source_map_support = __commonJS((exports, module) => {
43943
43903
  if (worker_threads.isMainThread === false) {
43944
43904
  installHandler = false;
43945
43905
  }
43946
- } catch (e3) {
43947
- }
43906
+ } catch (e3) {}
43948
43907
  if (installHandler && hasGlobalProcessEventEmitter()) {
43949
43908
  uncaughtShimInstalled = true;
43950
43909
  shimEmitUncaughtException();
@@ -47331,8 +47290,7 @@ var require_typescript = __commonJS((exports, module) => {
47331
47290
  return value2;
47332
47291
  return Debug.fail(`Invalid cast. The supplied value ${value2} did not pass the test '${Debug.getFunctionName(test)}'.`);
47333
47292
  }
47334
- function noop(_) {
47335
- }
47293
+ function noop(_) {}
47336
47294
  function returnFalse() {
47337
47295
  return false;
47338
47296
  }
@@ -47662,8 +47620,7 @@ var require_typescript = __commonJS((exports, module) => {
47662
47620
  function not(fn) {
47663
47621
  return (...args) => !fn(...args);
47664
47622
  }
47665
- function assertType(_) {
47666
- }
47623
+ function assertType(_) {}
47667
47624
  function singleElementArray(t3) {
47668
47625
  return t3 === undefined ? undefined : [t3];
47669
47626
  }
@@ -47934,8 +47891,7 @@ Verbose Debug Information: ` + (typeof verboseDebugInfo === "string" ? verboseDe
47934
47891
  }
47935
47892
  }
47936
47893
  Debug2.assertMissingNode = assertMissingNode;
47937
- function type2(_value) {
47938
- }
47894
+ function type2(_value) {}
47939
47895
  Debug2.type = type2;
47940
47896
  function getFunctionName(func) {
47941
47897
  if (typeof func !== "function") {
@@ -48946,8 +48902,7 @@ ${lanes.join(`
48946
48902
  performance: performance2
48947
48903
  };
48948
48904
  }
48949
- } catch {
48950
- }
48905
+ } catch {}
48951
48906
  }
48952
48907
  if (typeof performance === "object") {
48953
48908
  return {
@@ -52092,8 +52047,7 @@ ${lanes.join(`
52092
52047
  tryEnableSourceMapsForHost() {
52093
52048
  try {
52094
52049
  require_source_map_support().install();
52095
- } catch {
52096
- }
52050
+ } catch {}
52097
52051
  },
52098
52052
  setTimeout,
52099
52053
  clearTimeout,
@@ -52176,8 +52130,7 @@ ${lanes.join(`
52176
52130
  }
52177
52131
  try {
52178
52132
  _fs.mkdirSync(_path.dirname(profilePath), { recursive: true });
52179
- } catch {
52180
- }
52133
+ } catch {}
52181
52134
  _fs.writeFileSync(profilePath, JSON.stringify(cleanupPaths(profile)));
52182
52135
  }
52183
52136
  activeSession = undefined;
@@ -103738,8 +103691,7 @@ ${lanes.join(`
103738
103691
  function getAnonymousPartialType(type22) {
103739
103692
  const members = createSymbolTable();
103740
103693
  for (const prop of getPropertiesOfType(type22)) {
103741
- if (getDeclarationModifierFlagsFromSymbol(prop) & (2 | 4)) {
103742
- } else if (isSpreadableProperty(prop)) {
103694
+ if (getDeclarationModifierFlagsFromSymbol(prop) & (2 | 4)) {} else if (isSpreadableProperty(prop)) {
103743
103695
  const isSetonlyAccessor = prop.flags & 65536 && !(prop.flags & 32768);
103744
103696
  const flags = 4 | 16777216;
103745
103697
  const result = createSymbol(flags, prop.escapedName, getIsLateCheckFlag(prop) | (readonly ? 8 : 0));
@@ -106038,8 +105990,7 @@ ${lanes.join(`
106038
105990
  const id = getRelationKey(source2, target2, intersectionState, relation, false);
106039
105991
  const entry = relation.get(id);
106040
105992
  if (entry !== undefined) {
106041
- if (reportErrors2 && entry & 2 && !(entry & 96)) {
106042
- } else {
105993
+ if (reportErrors2 && entry & 2 && !(entry & 96)) {} else {
106043
105994
  if (outofbandVarianceMarkerHandler) {
106044
105995
  const saved = entry & 24;
106045
105996
  if (saved & 8) {
@@ -111369,8 +111320,7 @@ ${lanes.join(`
111369
111320
  return;
111370
111321
  }
111371
111322
  const symbol = resolveName(exportedName, exportedName.escapedText, 111551 | 788968 | 1920 | 2097152, undefined, true);
111372
- if (symbol && (symbol === undefinedSymbol || symbol === globalThisSymbol || symbol.declarations && isGlobalSourceFile(getDeclarationContainer(symbol.declarations[0])))) {
111373
- } else {
111323
+ if (symbol && (symbol === undefinedSymbol || symbol === globalThisSymbol || symbol.declarations && isGlobalSourceFile(getDeclarationContainer(symbol.declarations[0])))) {} else {
111374
111324
  const target = symbol && (symbol.flags & 2097152 ? resolveAlias(symbol) : symbol);
111375
111325
  if (!target || getSymbolFlags(target) & 111551) {
111376
111326
  markExportAsReferenced(location);
@@ -127312,8 +127262,7 @@ ${lanes.join(`
127312
127262
  if (!links2.hasReportedStatementInAmbientContext) {
127313
127263
  return links2.hasReportedStatementInAmbientContext = grammarErrorOnFirstToken(node, Diagnostics.Statements_are_not_allowed_in_ambient_contexts);
127314
127264
  }
127315
- } else {
127316
- }
127265
+ } else {}
127317
127266
  }
127318
127267
  return false;
127319
127268
  }
@@ -128562,8 +128511,7 @@ ${lanes.join(`
128562
128511
  if (isRawSourceMap(parsed)) {
128563
128512
  return parsed;
128564
128513
  }
128565
- } catch {
128566
- }
128514
+ } catch {}
128567
128515
  return;
128568
128516
  }
128569
128517
  function decodeMappings(mappings) {
@@ -136762,8 +136710,7 @@ ${lanes.join(`
136762
136710
  ], 2));
136763
136711
  setParentRecursive(requireStatement, false);
136764
136712
  statements = insertStatementAfterCustomPrologue(statements.slice(), requireStatement);
136765
- } else {
136766
- }
136713
+ } else {}
136767
136714
  }
136768
136715
  }
136769
136716
  if (statements !== visited.statements) {
@@ -176615,8 +176562,7 @@ ${newComment.split(`
176615
176562
  var _a, _b, _c, _d;
176616
176563
  if (key2 === "constructor" && member.valueDeclaration) {
176617
176564
  const prototypeAssignment = (_d = (_c = (_b = (_a = symbol.exports) == null ? undefined : _a.get("prototype")) == null ? undefined : _b.declarations) == null ? undefined : _c[0]) == null ? undefined : _d.parent;
176618
- if (prototypeAssignment && isBinaryExpression(prototypeAssignment) && isObjectLiteralExpression(prototypeAssignment.right) && some(prototypeAssignment.right.properties, isConstructorAssignment)) {
176619
- } else {
176565
+ if (prototypeAssignment && isBinaryExpression(prototypeAssignment) && isObjectLiteralExpression(prototypeAssignment.right) && some(prototypeAssignment.right.properties, isConstructorAssignment)) {} else {
176620
176566
  changes.delete(sourceFile, member.valueDeclaration.parent);
176621
176567
  }
176622
176568
  return;
@@ -183114,8 +183060,7 @@ ${newComment.split(`
183114
183060
  usage.isNumber = true;
183115
183061
  } else if (otherOperandType.flags & 402653316) {
183116
183062
  usage.isString = true;
183117
- } else if (otherOperandType.flags & 1) {
183118
- } else {
183063
+ } else if (otherOperandType.flags & 1) {} else {
183119
183064
  usage.isNumberOrString = true;
183120
183065
  }
183121
183066
  break;
@@ -202464,8 +202409,7 @@ ${options.prefix}` : `
202464
202409
  ScriptTarget12["Latest"] = "esnext";
202465
202410
  return ScriptTarget12;
202466
202411
  })(ScriptTarget11 || {});
202467
- {
202468
- }
202412
+ {}
202469
202413
  var TextStorage = class {
202470
202414
  constructor(host, info, initialVersion) {
202471
202415
  this.host = host;
@@ -209128,8 +209072,7 @@ ${json}${newLine}`;
209128
209072
  File text of ${fileRequest.file}:${indent2(text)}
209129
209073
  `;
209130
209074
  }
209131
- } catch {
209132
- }
209075
+ } catch {}
209133
209076
  }
209134
209077
  if (err.ProgramFiles) {
209135
209078
  msg += `
@@ -210567,9 +210510,7 @@ Additional information: BADCLIENT: Bad error code, ${badCode} not found in range
210567
210510
  const commands = args.command;
210568
210511
  for (const command of toArray(commands)) {
210569
210512
  const { file, project } = this.getFileAndProject(command);
210570
- project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then((_result) => {
210571
- }, (_error) => {
210572
- });
210513
+ project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then((_result) => {}, (_error) => {});
210573
210514
  }
210574
210515
  return {};
210575
210516
  }
@@ -210787,8 +210728,7 @@ Additional information: BADCLIENT: Bad error code, ${badCode} not found in range
210787
210728
  const name2 = this.host.useCaseSensitiveFileNames ? fileName : toFileNameLowerCase(fileName);
210788
210729
  return normalizePath(name2);
210789
210730
  }
210790
- exit() {
210791
- }
210731
+ exit() {}
210792
210732
  notRequired(request2) {
210793
210733
  if (request2)
210794
210734
  this.doOutput(undefined, request2.command, request2.seq, true, this.performanceData);
@@ -212004,8 +211944,7 @@ function mergeMap(e4) {
212004
211944
  var i3 = false;
212005
211945
  var o3 = false;
212006
211946
  r3((r4) => {
212007
- if (o3) {
212008
- } else if (r4 === 0) {
211947
+ if (o3) {} else if (r4 === 0) {
212009
211948
  o3 = true;
212010
211949
  if (!n3.length) {
212011
211950
  a4(0);
@@ -212080,8 +212019,7 @@ function onEnd(e4) {
212080
212019
  return (r3) => (a4) => {
212081
212020
  var n3 = false;
212082
212021
  r3((r4) => {
212083
- if (n3) {
212084
- } else if (r4 === 0) {
212022
+ if (n3) {} else if (r4 === 0) {
212085
212023
  n3 = true;
212086
212024
  a4(0);
212087
212025
  e4();
@@ -212106,8 +212044,7 @@ function onPush(e4) {
212106
212044
  return (r3) => (a4) => {
212107
212045
  var n3 = false;
212108
212046
  r3((r4) => {
212109
- if (n3) {
212110
- } else if (r4 === 0) {
212047
+ if (n3) {} else if (r4 === 0) {
212111
212048
  n3 = true;
212112
212049
  a4(0);
212113
212050
  } else if (r4.tag === 0) {
@@ -212185,8 +212122,7 @@ function switchMap(e4) {
212185
212122
  var s2 = false;
212186
212123
  var u3 = false;
212187
212124
  r3((r4) => {
212188
- if (u3) {
212189
- } else if (r4 === 0) {
212125
+ if (u3) {} else if (r4 === 0) {
212190
212126
  u3 = true;
212191
212127
  if (!s2) {
212192
212128
  a4(0);
@@ -212207,8 +212143,7 @@ function switchMap(e4) {
212207
212143
  (function applyInnerSource(e5) {
212208
212144
  s2 = true;
212209
212145
  e5((e6) => {
212210
- if (!s2) {
212211
- } else if (e6 === 0) {
212146
+ if (!s2) {} else if (e6 === 0) {
212212
212147
  s2 = false;
212213
212148
  if (u3) {
212214
212149
  a4(0);
@@ -212260,8 +212195,7 @@ function take(e4) {
212260
212195
  var t4 = false;
212261
212196
  var i3 = 0;
212262
212197
  r3((r4) => {
212263
- if (t4) {
212264
- } else if (r4 === 0) {
212198
+ if (t4) {} else if (r4 === 0) {
212265
212199
  t4 = true;
212266
212200
  a4(0);
212267
212201
  } else if (r4.tag === 0) {
@@ -212293,16 +212227,14 @@ function takeUntil(e4) {
212293
212227
  var t4 = h;
212294
212228
  var i3 = false;
212295
212229
  r3((r4) => {
212296
- if (i3) {
212297
- } else if (r4 === 0) {
212230
+ if (i3) {} else if (r4 === 0) {
212298
212231
  i3 = true;
212299
212232
  t4(1);
212300
212233
  a4(0);
212301
212234
  } else if (r4.tag === 0) {
212302
212235
  n3 = r4[0];
212303
212236
  e4((e5) => {
212304
- if (e5 === 0) {
212305
- } else if (e5.tag === 0) {
212237
+ if (e5 === 0) {} else if (e5.tag === 0) {
212306
212238
  (t4 = e5[0])(0);
212307
212239
  } else {
212308
212240
  i3 = true;
@@ -212331,8 +212263,7 @@ function takeWhile(e4, r3) {
212331
212263
  var n3 = h;
212332
212264
  var t4 = false;
212333
212265
  r4((r5) => {
212334
- if (t4) {
212335
- } else if (r5 === 0) {
212266
+ if (t4) {} else if (r5 === 0) {
212336
212267
  t4 = true;
212337
212268
  a4(0);
212338
212269
  } else if (r5.tag === 0) {
@@ -212726,8 +212657,7 @@ The JSON payload did not evaluate to an introspection schema.`);
212726
212657
  e5(i3);
212727
212658
  }
212728
212659
  }
212729
- } catch (e6) {
212730
- }
212660
+ } catch (e6) {}
212731
212661
  }, 250, {
212732
212662
  watchFile: import_typescript.default.WatchFileKind.UseFsEventsOnParentDirectory,
212733
212663
  fallbackPolling: import_typescript.default.PollingWatchKind.PriorityInterval
@@ -212958,8 +212888,7 @@ function loadRef(e4) {
212958
212888
  ...r5
212959
212889
  };
212960
212890
  }
212961
- }).catch((e7) => {
212962
- });
212891
+ }).catch((e7) => {});
212963
212892
  return r4.notifyOnUpdate((r5) => {
212964
212893
  n3.version++;
212965
212894
  if (e6.name) {
@@ -213154,8 +213083,7 @@ function outputIntrospectionFile(e4, r3) {
213154
213083
  }
213155
213084
  throw new TadaError(`No available introspection format for "${r3.fileType}" (expected ".ts" or ".d.ts")`);
213156
213085
  }
213157
- var import_typescript, import_graphql8, teardownPlaceholder = () => {
213158
- }, h, asyncIteratorSymbol = () => typeof Symbol == "function" && Symbol.asyncIterator || "@@asyncIterator", identity = (e4) => e4, E = function fromIterable(e4) {
213086
+ var import_typescript, import_graphql8, teardownPlaceholder = () => {}, h, asyncIteratorSymbol = () => typeof Symbol == "function" && Symbol.asyncIterator || "@@asyncIterator", identity = (e4) => e4, E = function fromIterable(e4) {
213159
213087
  if (e4[Symbol.asyncIterator]) {
213160
213088
  return fromAsyncIterable(e4);
213161
213089
  }
@@ -213255,8 +213183,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
213255
213183
  k.delete(e4);
213256
213184
  return o3 + "}";
213257
213185
  }, extract = (e4, r3, a4) => {
213258
- if (a4 == null || typeof a4 != "object" || a4.toJSON || k.has(a4)) {
213259
- } else if (Array.isArray(a4)) {
213186
+ if (a4 == null || typeof a4 != "object" || a4.toJSON || k.has(a4)) {} else if (Array.isArray(a4)) {
213260
213187
  for (var n3 = 0, t4 = a4.length;n3 < t4; n3++) {
213261
213188
  extract(e4, `${r3}.${n3}`, a4[n3]);
213262
213189
  }
@@ -213525,8 +213452,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
213525
213452
  body: i3,
213526
213453
  headers: a4
213527
213454
  };
213528
- }, b, L, S, toString = (e4) => e4.constructor.name === "Buffer" ? e4.toString() : b.decode(e4), noop = () => {
213529
- }, fetchExchange = ({ forward: e4, dispatchDebug: r3 }) => (a4) => {
213455
+ }, b, L, S, toString = (e4) => e4.constructor.name === "Buffer" ? e4.toString() : b.decode(e4), noop = () => {}, fetchExchange = ({ forward: e4, dispatchDebug: r3 }) => (a4) => {
213530
213456
  var n3 = mergeMap((e5) => {
213531
213457
  var n4 = function makeFetchBody(e6) {
213532
213458
  var r4 = {
@@ -213829,8 +213755,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
213829
213755
  })
213830
213756
  })(s2.source));
213831
213757
  (function publish(e5) {
213832
- subscribe((e6) => {
213833
- })(e5);
213758
+ subscribe((e6) => {})(e5);
213834
213759
  })(y);
213835
213760
  return d2;
213836
213761
  }, _hasField = (e4, r3) => !!e4 && !!e4.fields && e4.fields.some((e5) => e5.name === r3), _supportsDeprecatedArgumentsArg = (e4) => {
@@ -214545,8 +214470,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
214545
214470
  var t5 = false;
214546
214471
  var i4 = false;
214547
214472
  r5((r6) => {
214548
- if (i4) {
214549
- } else if (r6 === 0) {
214473
+ if (i4) {} else if (r6 === 0) {
214550
214474
  i4 = true;
214551
214475
  if (n4) {
214552
214476
  t5 = true;
@@ -214792,8 +214716,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
214792
214716
  if (o3) {
214793
214717
  return await load3(o3);
214794
214718
  }
214795
- } catch (e4) {
214796
- }
214719
+ } catch (e4) {}
214797
214720
  }
214798
214721
  } else if (n3.extends) {
214799
214722
  try {
@@ -214801,8 +214724,7 @@ var import_typescript, import_graphql8, teardownPlaceholder = () => {
214801
214724
  if (s2) {
214802
214725
  return await load3(s2);
214803
214726
  }
214804
- } catch (e4) {
214805
- }
214727
+ } catch (e4) {}
214806
214728
  }
214807
214729
  throw new TadaError(`Could not find a valid GraphQLSP plugin entry in: ${maybeRelative(a4)}`);
214808
214730
  };
@@ -215505,8 +215427,7 @@ function blockString2(e5) {
215505
215427
  function ignored2() {
215506
215428
  for (var e5 = 0 | F2.charCodeAt(N2++);e5 === 9 || e5 === 10 || e5 === 13 || e5 === 32 || e5 === 35 || e5 === 44 || e5 === 65279; e5 = 0 | F2.charCodeAt(N2++)) {
215507
215429
  if (e5 === 35) {
215508
- while ((e5 = F2.charCodeAt(N2++)) !== 10 && e5 !== 13) {
215509
- }
215430
+ while ((e5 = F2.charCodeAt(N2++)) !== 10 && e5 !== 13) {}
215510
215431
  }
215511
215432
  }
215512
215433
  N2--;
@@ -216144,8 +216065,7 @@ function unrollFragment(e5, t5, i4) {
216144
216065
  r4.push(e7);
216145
216066
  }
216146
216067
  });
216147
- } catch (e7) {
216148
- }
216068
+ } catch (e7) {}
216149
216069
  };
216150
216070
  var s3;
216151
216071
  while ((s3 = a5.shift()) !== undefined) {
@@ -216271,8 +216191,7 @@ function getAllFragments(e5, t5, i4) {
216271
216191
  }
216272
216192
  });
216273
216193
  }
216274
- } catch (e8) {
216275
- }
216194
+ } catch (e8) {}
216276
216195
  }
216277
216196
  });
216278
216197
  }
@@ -216506,8 +216425,7 @@ function getGraphQLDiagnostics(e5, t5, i4) {
216506
216425
  d3.add(e7.name.value);
216507
216426
  }
216508
216427
  });
216509
- } catch (e7) {
216510
- }
216428
+ } catch (e7) {}
216511
216429
  });
216512
216430
  Object.keys(v3).forEach((e6) => {
216513
216431
  var { fragments: t6, start: i5, length: r5 } = v3[e6];
@@ -217037,8 +216955,7 @@ ${print3(T3)}`;
217037
216955
  noLocation: true
217038
216956
  }).definitions.filter((t7) => t7.kind === import_graphql10.Kind.FRAGMENT_DEFINITION);
217039
216957
  v3 = v3.filter((t7) => !d3.some((i6) => i6.kind === import_graphql10.Kind.FRAGMENT_DEFINITION && i6.name.value === t7.name.value));
217040
- } catch (e5) {
217041
- }
216958
+ } catch (e5) {}
217042
216959
  }
217043
216960
  var g3 = t6.schema && a5.multi[t6.schema] ? a5.multi[t6.schema]?.schema : a5.current?.schema;
217044
216961
  if (!g3) {
@@ -217113,8 +217030,7 @@ ${print3(T3)}`;
217113
217030
  });
217114
217031
  }
217115
217032
  }
217116
- } catch (e5) {
217117
- }
217033
+ } catch (e5) {}
217118
217034
  return m3;
217119
217035
  }).flat().filter(Boolean);
217120
217036
  var u4 = l2.map((e5) => ({
@@ -217935,12 +217851,9 @@ var init_api_chunk = __esm(() => {
217935
217851
  };
217936
217852
  this.#L = (r4) => e5[r4] !== 0 && t5[r4] !== 0 && (i4 || getNow()) - t5[r4] > e5[r4];
217937
217853
  }
217938
- #N = () => {
217939
- };
217940
- #z = () => {
217941
- };
217942
- #F = () => {
217943
- };
217854
+ #N = () => {};
217855
+ #z = () => {};
217856
+ #F = () => {};
217944
217857
  #L = () => false;
217945
217858
  #_() {
217946
217859
  var e5 = new ZeroArray2(this.#t);
@@ -217984,10 +217897,8 @@ var init_api_chunk = __esm(() => {
217984
217897
  }
217985
217898
  };
217986
217899
  }
217987
- #O = (e5) => {
217988
- };
217989
- #$ = (e5, t5, i4) => {
217990
- };
217900
+ #O = (e5) => {};
217901
+ #$ = (e5, t5, i4) => {};
217991
217902
  #I = (e5, t5, i4, r4) => {
217992
217903
  if (i4 || r4) {
217993
217904
  throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");
@@ -219044,8 +218955,7 @@ function blockString3(e7) {
219044
218955
  function ignored3() {
219045
218956
  for (var e7 = 0 | u4.charCodeAt(d3++);e7 === 9 || e7 === 10 || e7 === 13 || e7 === 32 || e7 === 35 || e7 === 44 || e7 === 65279; e7 = 0 | u4.charCodeAt(d3++)) {
219046
218957
  if (e7 === 35) {
219047
- while ((e7 = u4.charCodeAt(d3++)) !== 10 && e7 !== 13) {
219048
- }
218958
+ while ((e7 = u4.charCodeAt(d3++)) !== 10 && e7 !== 13) {}
219049
218959
  }
219050
218960
  }
219051
218961
  d3--;
@@ -220184,10 +220094,10 @@ function runMachineInternal(e10, t8, r6 = false) {
220184
220094
  })(e10, {
220185
220095
  prefix: " "
220186
220096
  });
220187
- var n6 = [ee.StartOfInput, ...t8];
220097
+ var n6 = [ee2.StartOfInput, ...t8];
220188
220098
  for (var a6 = 0;a6 < n6.length; ++a6) {
220189
220099
  var s6 = n6[a6];
220190
- var l2 = s6 === ee.EndOfInput || s6 === ee.EndOfPartialInput;
220100
+ var l2 = s6 === ee2.EndOfInput || s6 === ee2.EndOfPartialInput;
220191
220101
  var c3 = a6 - 1;
220192
220102
  debug(` Processing ${JSON.stringify(s6)}`);
220193
220103
  var D3 = [];
@@ -220290,7 +220200,7 @@ function runMachineInternal(e10, t8, r6 = false) {
220290
220200
  }
220291
220201
  return i6;
220292
220202
  }
220293
- function runMachine(e10, t8, { endToken: r6 = ee.EndOfInput } = {}) {
220203
+ function runMachine(e10, t8, { endToken: r6 = ee2.EndOfInput } = {}) {
220294
220204
  return function selectBestState(e11, t9) {
220295
220205
  var r7 = t9.filter((e12) => e12.selectedIndex !== null);
220296
220206
  if (r7.length === 0) {
@@ -220555,7 +220465,7 @@ class CommandBuilder {
220555
220465
  shortcuts: [],
220556
220466
  statics: {}
220557
220467
  });
220558
- registerStatic(e10, re2.InitialNode, ee.StartOfInput, t8, ["setCandidateState", {
220468
+ registerStatic(e10, re2.InitialNode, ee2.StartOfInput, t8, ["setCandidateState", {
220559
220469
  candidateUsage: r6,
220560
220470
  requiredOptions: i6
220561
220471
  }]);
@@ -220588,7 +220498,7 @@ class CommandBuilder {
220588
220498
  statics: {}
220589
220499
  });
220590
220500
  registerDynamic(e10, l2, "isHelp", f4, ["useHelp", this.cliIndex]);
220591
- registerStatic(e10, f4, ee.EndOfInput, re2.SuccessNode, ["setSelectedIndex", ie2]);
220501
+ registerStatic(e10, f4, ee2.EndOfInput, re2.SuccessNode, ["setSelectedIndex", ie2]);
220592
220502
  }
220593
220503
  }
220594
220504
  if (this.arity.leading.length > 0 || !this.arity.proxy) {
@@ -220599,12 +220509,12 @@ class CommandBuilder {
220599
220509
  });
220600
220510
  registerDynamic(e10, l2, "isHelp", p4, ["useHelp", this.cliIndex]);
220601
220511
  registerDynamic(e10, p4, "always", p4, "pushExtra");
220602
- registerStatic(e10, p4, ee.EndOfInput, re2.SuccessNode, ["setSelectedIndex", ie2]);
220512
+ registerStatic(e10, p4, ee2.EndOfInput, re2.SuccessNode, ["setSelectedIndex", ie2]);
220603
220513
  this.registerOptions(e10, l2);
220604
220514
  }
220605
220515
  if (this.arity.leading.length > 0) {
220606
- registerStatic(e10, l2, ee.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220607
- registerStatic(e10, l2, ee.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220516
+ registerStatic(e10, l2, ee2.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220517
+ registerStatic(e10, l2, ee2.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220608
220518
  }
220609
220519
  var h5 = l2;
220610
220520
  for (var g5 = 0;g5 < this.arity.leading.length; ++g5) {
@@ -220617,8 +220527,8 @@ class CommandBuilder {
220617
220527
  this.registerOptions(e10, m5);
220618
220528
  }
220619
220529
  if (this.arity.trailing.length > 0 || g5 + 1 !== this.arity.leading.length) {
220620
- registerStatic(e10, m5, ee.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220621
- registerStatic(e10, m5, ee.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220530
+ registerStatic(e10, m5, ee2.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220531
+ registerStatic(e10, m5, ee2.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220622
220532
  }
220623
220533
  registerDynamic(e10, h5, "isNotOptionLike", m5, "pushPositional");
220624
220534
  h5 = m5;
@@ -220661,8 +220571,8 @@ class CommandBuilder {
220661
220571
  E4 = w4;
220662
220572
  }
220663
220573
  if (this.arity.trailing.length > 0) {
220664
- registerStatic(e10, E4, ee.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220665
- registerStatic(e10, E4, ee.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220574
+ registerStatic(e10, E4, ee2.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220575
+ registerStatic(e10, E4, ee2.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220666
220576
  }
220667
220577
  var O4 = E4;
220668
220578
  for (var k5 = 0;k5 < this.arity.trailing.length; ++k5) {
@@ -220675,15 +220585,15 @@ class CommandBuilder {
220675
220585
  this.registerOptions(e10, I4);
220676
220586
  }
220677
220587
  if (k5 + 1 < this.arity.trailing.length) {
220678
- registerStatic(e10, I4, ee.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220679
- registerStatic(e10, I4, ee.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220588
+ registerStatic(e10, I4, ee2.EndOfInput, re2.ErrorNode, ["setError", "Not enough positional arguments"]);
220589
+ registerStatic(e10, I4, ee2.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220680
220590
  }
220681
220591
  registerDynamic(e10, O4, "isNotOptionLike", I4, "pushPositional");
220682
220592
  O4 = I4;
220683
220593
  }
220684
220594
  registerDynamic(e10, O4, n6, re2.ErrorNode, ["setError", "Extraneous positional argument"]);
220685
- registerStatic(e10, O4, ee.EndOfInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220686
- registerStatic(e10, O4, ee.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220595
+ registerStatic(e10, O4, ee2.EndOfInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220596
+ registerStatic(e10, O4, ee2.EndOfPartialInput, re2.SuccessNode, ["setSelectedIndex", this.cliIndex]);
220687
220597
  }
220688
220598
  return {
220689
220599
  machine: e10,
@@ -220719,8 +220629,8 @@ class CommandBuilder {
220719
220629
  shortcuts: [],
220720
220630
  statics: {}
220721
220631
  });
220722
- registerStatic(e10, n6, ee.EndOfInput, re2.ErrorNode, "setOptionArityError");
220723
- registerStatic(e10, n6, ee.EndOfPartialInput, re2.ErrorNode, "setOptionArityError");
220632
+ registerStatic(e10, n6, ee2.EndOfInput, re2.ErrorNode, "setOptionArityError");
220633
+ registerStatic(e10, n6, ee2.EndOfPartialInput, re2.ErrorNode, "setOptionArityError");
220724
220634
  registerDynamic(e10, n6, "isOptionLike", re2.ErrorNode, "setOptionArityError");
220725
220635
  registerDynamic(e10, n6, "isNotOptionLike", l2, r6.arity === 1 ? "setStringValue" : "pushStringValue");
220726
220636
  n6 = l2;
@@ -220840,7 +220750,7 @@ class CliBuilder {
220840
220750
  machine: a6,
220841
220751
  contexts: t8,
220842
220752
  process: (e11, { partial: t9 } = {}) => runMachine(a6, e11, {
220843
- endToken: t9 ? ee.EndOfPartialInput : ee.EndOfInput
220753
+ endToken: t9 ? ee2.EndOfPartialInput : ee2.EndOfInput
220844
220754
  })
220845
220755
  };
220846
220756
  }
@@ -221415,8 +221325,7 @@ function concatMap(e10) {
221415
221325
  });
221416
221326
  }
221417
221327
  t8((t9) => {
221418
- if (D3) {
221419
- } else if (t9 === 0) {
221328
+ if (D3) {} else if (t9 === 0) {
221420
221329
  D3 = true;
221421
221330
  if (!c3 && !i6.length) {
221422
221331
  r6(0);
@@ -221494,8 +221403,7 @@ function mergeAll(e10) {
221494
221403
  var a6 = false;
221495
221404
  var s6 = false;
221496
221405
  t8((t9) => {
221497
- if (s6) {
221498
- } else if (t9 === 0) {
221406
+ if (s6) {} else if (t9 === 0) {
221499
221407
  s6 = true;
221500
221408
  if (!i6.length) {
221501
221409
  r6(0);
@@ -221569,8 +221477,7 @@ function onEnd2(e10) {
221569
221477
  return (t8) => (r6) => {
221570
221478
  var i6 = false;
221571
221479
  t8((t9) => {
221572
- if (i6) {
221573
- } else if (t9 === 0) {
221480
+ if (i6) {} else if (t9 === 0) {
221574
221481
  i6 = true;
221575
221482
  r6(0);
221576
221483
  e10();
@@ -221595,8 +221502,7 @@ function onPush2(e10) {
221595
221502
  return (t8) => (r6) => {
221596
221503
  var i6 = false;
221597
221504
  t8((t9) => {
221598
- if (i6) {
221599
- } else if (t9 === 0) {
221505
+ if (i6) {} else if (t9 === 0) {
221600
221506
  i6 = true;
221601
221507
  r6(0);
221602
221508
  } else if (t9.tag === 0) {
@@ -221678,16 +221584,14 @@ function takeUntil2(e10) {
221678
221584
  var n6 = e$1;
221679
221585
  var a6 = false;
221680
221586
  t8((t9) => {
221681
- if (a6) {
221682
- } else if (t9 === 0) {
221587
+ if (a6) {} else if (t9 === 0) {
221683
221588
  a6 = true;
221684
221589
  n6(1);
221685
221590
  r6(0);
221686
221591
  } else if (t9.tag === 0) {
221687
221592
  i6 = t9[0];
221688
221593
  e10((e11) => {
221689
- if (e11 === 0) {
221690
- } else if (e11.tag === 0) {
221594
+ if (e11 === 0) {} else if (e11.tag === 0) {
221691
221595
  (n6 = e11[0])(0);
221692
221596
  } else {
221693
221597
  a6 = true;
@@ -223367,8 +223271,7 @@ function resolveCommandAttempt(e10, t8) {
223367
223271
  if (a6) {
223368
223272
  try {
223369
223273
  process.chdir(e10.options.cwd);
223370
- } catch (e11) {
223371
- }
223274
+ } catch (e11) {}
223372
223275
  }
223373
223276
  var s6;
223374
223277
  try {
@@ -223378,8 +223281,7 @@ function resolveCommandAttempt(e10, t8) {
223378
223281
  })],
223379
223282
  pathExt: t8 ? cr.delimiter : undefined
223380
223283
  });
223381
- } catch (e11) {
223382
- } finally {
223284
+ } catch (e11) {} finally {
223383
223285
  if (a6) {
223384
223286
  process.chdir(i6);
223385
223287
  }
@@ -223646,8 +223548,7 @@ async function run(e10) {
223646
223548
  }
223647
223549
  ii.stop("Validated the URL.");
223648
223550
  return true;
223649
- } catch (e11) {
223650
- }
223551
+ } catch (e11) {}
223651
223552
  if (!(r7.endsWith(".json") || r7.endsWith(".graphql"))) {
223652
223553
  return false;
223653
223554
  }
@@ -223693,8 +223594,7 @@ Could not find "${i7}"`);
223693
223594
  if (d5 && typeof d5[1] == "string") {
223694
223595
  a6 = semverComply(d5[1], Je);
223695
223596
  }
223696
- } catch (e11) {
223697
- }
223597
+ } catch (e11) {}
223698
223598
  if (n6) {
223699
223599
  ii.start("Installing packages.");
223700
223600
  await async function installPackages(e11, t8, r7) {
@@ -223758,8 +223658,7 @@ Could not find "${i7}"`);
223758
223658
  }]
223759
223659
  };
223760
223660
  await f3.writeFile(g5, JSON.stringify(m5, null, 2));
223761
- } catch (e11) {
223762
- }
223661
+ } catch (e11) {}
223763
223662
  ii.stop("Written to tsconfig.json.");
223764
223663
  ((e11 = "") => {
223765
223664
  process.stdout.write(`${Bt.gray(Kt)}
@@ -223768,7 +223667,7 @@ ${Bt.gray(Yt)} ${e11}
223768
223667
  `);
223769
223668
  })("Off to the races!");
223770
223669
  }
223771
- var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/node_modules/@gql.tada/cli-utils/dist/chunks", ee, re2, ie2 = -1, ne2, ae2, oe2, le2, ce, UsageError, UnknownSyntaxError, AmbiguousSyntaxError, whileRunning = (e10) => `While running ${e10.filter((e11) => e11 !== ee.EndOfInput && e11 !== ee.EndOfPartialInput).map((e11) => {
223670
+ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/node_modules/@gql.tada/cli-utils/dist/chunks", ee2, re2, ie2 = -1, ne2, ae2, oe2, le2, ce, UsageError, UnknownSyntaxError, AmbiguousSyntaxError, whileRunning = (e10) => `While running ${e10.filter((e11) => e11 !== ee2.EndOfInput && e11 !== ee2.EndOfPartialInput).map((e11) => {
223772
223671
  var t8 = JSON.stringify(e11);
223773
223672
  if (e11.match(/\s/) || e11.length === 0 || t8 !== `"${e11}"`) {
223774
223673
  return t8;
@@ -223778,8 +223677,7 @@ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk
223778
223677
  }).join(" ")}`, De, de, fe2, pe2, he2, ge, ve, me, Ce, HelpCommand, ye, Fe, TadaError2, exitCode = () => {
223779
223678
  var { exitCode: e10 } = process;
223780
223679
  return typeof e10 == "string" ? parseInt(e10, 10) || 0 : e10;
223781
- }, e$1 = () => {
223782
- }, asyncIteratorSymbol3 = () => typeof Symbol == "function" && Symbol.asyncIterator || "@@asyncIterator", identity$1 = (e10) => e10, Ee = function fromIterable2(e10) {
223680
+ }, e$1 = () => {}, asyncIteratorSymbol3 = () => typeof Symbol == "function" && Symbol.asyncIterator || "@@asyncIterator", identity$1 = (e10) => e10, Ee = function fromIterable2(e10) {
223783
223681
  if (e10[Symbol.asyncIterator]) {
223784
223682
  return fromAsyncIterable2(e10);
223785
223683
  }
@@ -223878,8 +223776,7 @@ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk
223878
223776
  try {
223879
223777
  var t9 = new Date;
223880
223778
  await d4.utimes(e11, t9, t9);
223881
- } catch (e12) {
223882
- }
223779
+ } catch (e12) {}
223883
223780
  })(e10);
223884
223781
  }
223885
223782
  }
@@ -224514,8 +224411,7 @@ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk
224514
224411
  var n6 = [];
224515
224412
  try {
224516
224413
  n6 = await d4.readdir(r6);
224517
- } catch (e10) {
224518
- }
224414
+ } catch (e10) {}
224519
224415
  var a6 = n6.find((e10) => vt.test(e10));
224520
224416
  if (a6) {
224521
224417
  return a6;
@@ -224545,8 +224441,7 @@ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk
224545
224441
  if (a7 && typeof a7 == "object" && Array.isArray(a7.workspaces)) {
224546
224442
  return r7;
224547
224443
  }
224548
- } catch (e10) {
224549
- }
224444
+ } catch (e10) {}
224550
224445
  }
224551
224446
  r7 = e9.resolve(r7, "..");
224552
224447
  }
@@ -224560,8 +224455,7 @@ var import_graphql11, import_typescript5, __dirname = "/home/runner/work/sdk/sdk
224560
224455
  if (c3 && typeof c3 == "object" && "graphql" in c3 && c3.graphql && typeof c3.graphql == "object") {
224561
224456
  return l2;
224562
224457
  }
224563
- } catch (e10) {
224564
- }
224458
+ } catch (e10) {}
224565
224459
  }
224566
224460
  }
224567
224461
  return null;
@@ -225023,8 +224917,7 @@ ${Bt.cyan(Yt)}
225023
224917
  r6 = vr.openSync(e10, "r");
225024
224918
  vr.readSync(r6, t8, 0, 150, 0);
225025
224919
  vr.closeSync(r6);
225026
- } catch (e11) {
225027
- }
224920
+ } catch (e11) {}
225028
224921
  return shebangCommand(t8.toString());
225029
224922
  }, Er, wr, Sr, br, Br, xr, $r = function parse$1(e10, t8, r6) {
225030
224923
  if (t8 && !Array.isArray(t8)) {
@@ -225651,7 +225544,7 @@ var init_index_chunk = __esm(() => {
225651
225544
  e10.StartOfInput = "\x00";
225652
225545
  e10.EndOfInput = "\x01";
225653
225546
  e10.EndOfPartialInput = "\x02";
225654
- })(ee || (ee = {}));
225547
+ })(ee2 || (ee2 = {}));
225655
225548
  (function(e10) {
225656
225549
  e10[e10.InitialNode = 0] = "InitialNode";
225657
225550
  e10[e10.SuccessNode = 1] = "SuccessNode";
@@ -225988,7 +225881,7 @@ ${whileRunning(e10)}`;
225988
225881
  }
225989
225882
  },
225990
225883
  setError: (e10, t8, r6, i6) => {
225991
- if (t8 === ee.EndOfInput || t8 === ee.EndOfPartialInput) {
225884
+ if (t8 === ee2.EndOfInput || t8 === ee2.EndOfPartialInput) {
225992
225885
  return {
225993
225886
  ...e10,
225994
225887
  errorMessage: `${i6}.`
@@ -227460,8 +227353,7 @@ ${whileRunning(e10)}`;
227460
227353
  return p4;
227461
227354
  }
227462
227355
  }
227463
- } catch (e11) {
227464
- }
227356
+ } catch (e11) {}
227465
227357
  }
227466
227358
  }
227467
227359
  if (t8.all && a6.length) {
@@ -227843,8 +227735,7 @@ ${whileRunning(e10)}`;
227843
227735
  }
227844
227736
  onExit(e10, t8) {
227845
227737
  if (!processOk2(this.#r)) {
227846
- return () => {
227847
- };
227738
+ return () => {};
227848
227739
  }
227849
227740
  if (this.#o === false) {
227850
227741
  this.load();
@@ -227870,8 +227761,7 @@ ${whileRunning(e10)}`;
227870
227761
  if (t8) {
227871
227762
  this.#r.on(e10, t8);
227872
227763
  }
227873
- } catch (e11) {
227874
- }
227764
+ } catch (e11) {}
227875
227765
  }
227876
227766
  this.#r.emit = (e11, ...t9) => this.#u(e11, ...t9);
227877
227767
  this.#r.reallyExit = (e11) => this.#s(e11);
@@ -227888,8 +227778,7 @@ ${whileRunning(e10)}`;
227888
227778
  }
227889
227779
  try {
227890
227780
  this.#r.removeListener(e10, t8);
227891
- } catch (e11) {
227892
- }
227781
+ } catch (e11) {}
227893
227782
  });
227894
227783
  this.#r.emit = this.#i;
227895
227784
  this.#r.reallyExit = this.#n;
@@ -227918,13 +227807,10 @@ ${whileRunning(e10)}`;
227918
227807
  }
227919
227808
  }(Hr) : new class SignalExitFallback2 extends SignalExitBase2 {
227920
227809
  onExit() {
227921
- return () => {
227922
- };
227923
- }
227924
- load() {
227925
- }
227926
- unload() {
227810
+ return () => {};
227927
227811
  }
227812
+ load() {}
227813
+ unload() {}
227928
227814
  }, {
227929
227815
  onExit: (e10, t8) => Wr.onExit(e10, t8),
227930
227816
  load: () => Wr.load(),
@@ -227957,8 +227843,7 @@ ${whileRunning(e10)}`;
227957
227843
  new Uint8Array(n6).set(e10, r6);
227958
227844
  return n6;
227959
227845
  },
227960
- getFinalChunk: () => {
227961
- },
227846
+ getFinalChunk: () => {},
227962
227847
  finalize: ({ contents: e10, length: t8 }) => hasArrayBufferResize() ? e10 : e10.slice(0, t8)
227963
227848
  };
227964
227849
  Jr = {
@@ -228018,8 +227903,7 @@ ${whileRunning(e10)}`;
228018
227903
  }
228019
227904
  }
228020
227905
  });
228021
- Qr = (async () => {
228022
- })().constructor.prototype;
227906
+ Qr = (async () => {})().constructor.prototype;
228023
227907
  ei = ["then", "catch", "finally"].map((e10) => [e10, Reflect.getOwnPropertyDescriptor(Qr, e10)]);
228024
227908
  ti = /^[\w.-]+$/;
228025
227909
  ri = Q2("execa").enabled;
@@ -228179,8 +228063,7 @@ var require_multipart_parser = __commonJS((exports) => {
228179
228063
  var A5 = 97;
228180
228064
  var Z4 = 122;
228181
228065
  var lower = c3((_5) => _5 | 32, "lower");
228182
- var noop2 = c3(() => {
228183
- }, "noop");
228066
+ var noop2 = c3(() => {}, "noop");
228184
228067
 
228185
228068
  class MultipartParser {
228186
228069
  static {
@@ -228406,8 +228289,7 @@ var require_node3 = __commonJS((exports) => {
228406
228289
  (function(d6, y4) {
228407
228290
  y4(l2);
228408
228291
  })(ponyfill_es2018, function(d6) {
228409
- function y4() {
228410
- }
228292
+ function y4() {}
228411
228293
  u6(y4, "noop");
228412
228294
  function b4(n6) {
228413
228295
  return typeof n6 == "object" && n6 !== null || typeof n6 == "function";
@@ -228417,8 +228299,7 @@ var require_node3 = __commonJS((exports) => {
228417
228299
  function w5(n6, o8) {
228418
228300
  try {
228419
228301
  Object.defineProperty(n6, "name", { value: o8, configurable: true });
228420
- } catch {
228421
- }
228302
+ } catch {}
228422
228303
  }
228423
228304
  u6(w5, "setFunctionName");
228424
228305
  const A5 = Promise, F3 = Promise.prototype.then, B4 = Promise.reject.bind(A5);
@@ -228708,8 +228589,7 @@ var require_node3 = __commonJS((exports) => {
228708
228589
  return new TypeError(`ReadableStreamDefaultReader.prototype.${n6} can only be used on a ReadableStreamDefaultReader`);
228709
228590
  }
228710
228591
  u6(it2, "defaultReaderBrandCheckException");
228711
- const Vn = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {
228712
- }).prototype);
228592
+ const Vn = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);
228713
228593
 
228714
228594
  class Wr2 {
228715
228595
  static {
@@ -228971,7 +228851,7 @@ var require_node3 = __commonJS((exports) => {
228971
228851
  error(o8 = undefined) {
228972
228852
  if (!ve3(this))
228973
228853
  throw Ge3("error");
228974
- ee3(this, o8);
228854
+ ee4(this, o8);
228975
228855
  }
228976
228856
  [Ot2](o8) {
228977
228857
  Mr2(this), _e3(this);
@@ -229023,7 +228903,7 @@ var require_node3 = __commonJS((exports) => {
229023
228903
  }
229024
228904
  n6._pulling = true;
229025
228905
  const a7 = n6._pullAlgorithm();
229026
- E6(a7, () => (n6._pulling = false, n6._pullAgain && (n6._pullAgain = false, Ae3(n6)), null), (p6) => (ee3(n6, p6), null));
228906
+ E6(a7, () => (n6._pulling = false, n6._pullAgain && (n6._pullAgain = false, Ae3(n6)), null), (p6) => (ee4(n6, p6), null));
229027
228907
  }
229028
228908
  u6(Ae3, "ReadableByteStreamControllerCallPullIfNeeded");
229029
228909
  function Mr2(n6) {
@@ -229051,7 +228931,7 @@ var require_node3 = __commonJS((exports) => {
229051
228931
  try {
229052
228932
  g5 = jr2(o8, a7, a7 + p6);
229053
228933
  } catch (_5) {
229054
- throw ee3(n6, _5), _5;
228934
+ throw ee4(n6, _5), _5;
229055
228935
  }
229056
228936
  st2(n6, g5, 0, p6);
229057
228937
  }
@@ -229131,7 +229011,7 @@ var require_node3 = __commonJS((exports) => {
229131
229011
  }
229132
229012
  if (n6._closeRequested) {
229133
229013
  const j3 = new TypeError("Insufficient bytes to fill elements in the given buffer");
229134
- ee3(n6, j3), p6._errorSteps(j3);
229014
+ ee4(n6, j3), p6._errorSteps(j3);
229135
229015
  return;
229136
229016
  }
229137
229017
  }
@@ -229193,7 +229073,7 @@ var require_node3 = __commonJS((exports) => {
229193
229073
  const a7 = n6._pendingPullIntos.peek();
229194
229074
  if (a7.bytesFilled % a7.elementSize !== 0) {
229195
229075
  const p6 = new TypeError("Insufficient bytes to fill elements in the given buffer");
229196
- throw ee3(n6, p6), p6;
229076
+ throw ee4(n6, p6), p6;
229197
229077
  }
229198
229078
  }
229199
229079
  ut2(n6), tt2(o8);
@@ -229227,11 +229107,11 @@ var require_node3 = __commonJS((exports) => {
229227
229107
  Ae3(n6);
229228
229108
  }
229229
229109
  u6(lt3, "ReadableByteStreamControllerEnqueue");
229230
- function ee3(n6, o8) {
229110
+ function ee4(n6, o8) {
229231
229111
  const a7 = n6._controlledReadableByteStream;
229232
229112
  a7._state === "readable" && (Mr2(n6), _e3(n6), ut2(n6), Pn(a7, o8));
229233
229113
  }
229234
- u6(ee3, "ReadableByteStreamControllerError");
229114
+ u6(ee4, "ReadableByteStreamControllerError");
229235
229115
  function Gr2(n6, o8) {
229236
229116
  const a7 = n6._queue.shift();
229237
229117
  n6._queueTotalSize -= a7.byteLength, Qr2(n6);
@@ -229286,14 +229166,13 @@ var require_node3 = __commonJS((exports) => {
229286
229166
  function Kr2(n6, o8, a7, p6, g5, _5, S4) {
229287
229167
  o8._controlledReadableByteStream = n6, o8._pullAgain = false, o8._pulling = false, o8._byobRequest = null, o8._queue = o8._queueTotalSize = undefined, _e3(o8), o8._closeRequested = false, o8._started = false, o8._strategyHWM = _5, o8._pullAlgorithm = p6, o8._cancelAlgorithm = g5, o8._autoAllocateChunkSize = S4, o8._pendingPullIntos = new Q4, n6._readableStreamController = o8;
229288
229168
  const C4 = a7();
229289
- E6(W4(C4), () => (o8._started = true, Ae3(o8), null), (q5) => (ee3(o8, q5), null));
229169
+ E6(W4(C4), () => (o8._started = true, Ae3(o8), null), (q5) => (ee4(o8, q5), null));
229290
229170
  }
229291
229171
  u6(Kr2, "SetUpReadableByteStreamController");
229292
229172
  function so(n6, o8, a7) {
229293
229173
  const p6 = Object.create(ce3.prototype);
229294
229174
  let g5, _5, S4;
229295
- o8.start !== undefined ? g5 = u6(() => o8.start(p6), "startAlgorithm") : g5 = u6(() => {
229296
- }, "startAlgorithm"), o8.pull !== undefined ? _5 = u6(() => o8.pull(p6), "pullAlgorithm") : _5 = u6(() => W4(undefined), "pullAlgorithm"), o8.cancel !== undefined ? S4 = u6((q5) => o8.cancel(q5), "cancelAlgorithm") : S4 = u6(() => W4(undefined), "cancelAlgorithm");
229175
+ o8.start !== undefined ? g5 = u6(() => o8.start(p6), "startAlgorithm") : g5 = u6(() => {}, "startAlgorithm"), o8.pull !== undefined ? _5 = u6(() => o8.pull(p6), "pullAlgorithm") : _5 = u6(() => W4(undefined), "pullAlgorithm"), o8.cancel !== undefined ? S4 = u6((q5) => o8.cancel(q5), "cancelAlgorithm") : S4 = u6(() => W4(undefined), "cancelAlgorithm");
229297
229176
  const C4 = o8.autoAllocateChunkSize;
229298
229177
  if (C4 === 0)
229299
229178
  throw new TypeError("autoAllocateChunkSize must be greater than 0");
@@ -229536,7 +229415,7 @@ var require_node3 = __commonJS((exports) => {
229536
229415
  }
229537
229416
  Object.defineProperties(we3.prototype, { abort: { enumerable: true }, close: { enumerable: true }, getWriter: { enumerable: true }, locked: { enumerable: true } }), w5(we3.prototype.abort, "abort"), w5(we3.prototype.close, "close"), w5(we3.prototype.getWriter, "getWriter"), typeof Symbol.toStringTag == "symbol" && Object.defineProperty(we3.prototype, Symbol.toStringTag, { value: "WritableStream", configurable: true });
229538
229417
  function on(n6) {
229539
- return new de2(n6);
229418
+ return new de3(n6);
229540
229419
  }
229541
229420
  u6(on, "AcquireWritableStreamDefaultWriter");
229542
229421
  function Co(n6, o8, a7, p6, g5 = 1, _5 = () => 1) {
@@ -229673,7 +229552,7 @@ var require_node3 = __commonJS((exports) => {
229673
229552
  }
229674
229553
  u6(ar2, "WritableStreamUpdateBackpressure");
229675
229554
 
229676
- class de2 {
229555
+ class de3 {
229677
229556
  static {
229678
229557
  u6(this, "WritableStreamDefaultWriter");
229679
229558
  }
@@ -229724,9 +229603,9 @@ var require_node3 = __commonJS((exports) => {
229724
229603
  return qe2(this) ? this._ownerWritableStream === undefined ? T4(Je3("write to")) : cn(this, o8) : T4(We3("write"));
229725
229604
  }
229726
229605
  }
229727
- Object.defineProperties(de2.prototype, { abort: { enumerable: true }, close: { enumerable: true }, releaseLock: { enumerable: true }, write: { enumerable: true }, closed: { enumerable: true }, desiredSize: { enumerable: true }, ready: { enumerable: true } }), w5(de2.prototype.abort, "abort"), w5(de2.prototype.close, "close"), w5(de2.prototype.releaseLock, "releaseLock"), w5(de2.prototype.write, "write"), typeof Symbol.toStringTag == "symbol" && Object.defineProperty(de2.prototype, Symbol.toStringTag, { value: "WritableStreamDefaultWriter", configurable: true });
229606
+ Object.defineProperties(de3.prototype, { abort: { enumerable: true }, close: { enumerable: true }, releaseLock: { enumerable: true }, write: { enumerable: true }, closed: { enumerable: true }, desiredSize: { enumerable: true }, ready: { enumerable: true } }), w5(de3.prototype.abort, "abort"), w5(de3.prototype.close, "close"), w5(de3.prototype.releaseLock, "releaseLock"), w5(de3.prototype.write, "write"), typeof Symbol.toStringTag == "symbol" && Object.defineProperty(de3.prototype, Symbol.toStringTag, { value: "WritableStreamDefaultWriter", configurable: true });
229728
229607
  function qe2(n6) {
229729
- return !b4(n6) || !Object.prototype.hasOwnProperty.call(n6, "_ownerWritableStream") ? false : n6 instanceof de2;
229608
+ return !b4(n6) || !Object.prototype.hasOwnProperty.call(n6, "_ownerWritableStream") ? false : n6 instanceof de3;
229730
229609
  }
229731
229610
  u6(qe2, "IsWritableStreamDefaultWriter");
229732
229611
  function Oo(n6, o8) {
@@ -229827,8 +229706,7 @@ var require_node3 = __commonJS((exports) => {
229827
229706
  function jo(n6, o8, a7, p6) {
229828
229707
  const g5 = Object.create(Le3.prototype);
229829
229708
  let _5, S4, C4, q5;
229830
- o8.start !== undefined ? _5 = u6(() => o8.start(g5), "startAlgorithm") : _5 = u6(() => {
229831
- }, "startAlgorithm"), o8.write !== undefined ? S4 = u6((P4) => o8.write(P4, g5), "writeAlgorithm") : S4 = u6(() => W4(undefined), "writeAlgorithm"), o8.close !== undefined ? C4 = u6(() => o8.close(), "closeAlgorithm") : C4 = u6(() => W4(undefined), "closeAlgorithm"), o8.abort !== undefined ? q5 = u6((P4) => o8.abort(P4), "abortAlgorithm") : q5 = u6(() => W4(undefined), "abortAlgorithm"), hn(n6, g5, _5, S4, C4, q5, a7, p6);
229709
+ o8.start !== undefined ? _5 = u6(() => o8.start(g5), "startAlgorithm") : _5 = u6(() => {}, "startAlgorithm"), o8.write !== undefined ? S4 = u6((P4) => o8.write(P4, g5), "writeAlgorithm") : S4 = u6(() => W4(undefined), "writeAlgorithm"), o8.close !== undefined ? C4 = u6(() => o8.close(), "closeAlgorithm") : C4 = u6(() => W4(undefined), "closeAlgorithm"), o8.abort !== undefined ? q5 = u6((P4) => o8.abort(P4), "abortAlgorithm") : q5 = u6(() => W4(undefined), "abortAlgorithm"), hn(n6, g5, _5, S4, C4, q5, a7, p6);
229832
229710
  }
229833
229711
  u6(jo, "SetUpWritableStreamDefaultControllerFromUnderlyingSink");
229834
229712
  function yt2(n6) {
@@ -230136,8 +230014,7 @@ var require_node3 = __commonJS((exports) => {
230136
230014
  } else
230137
230015
  Ar2(a7, o8), Xe3(this);
230138
230016
  }
230139
- [It2]() {
230140
- }
230017
+ [It2]() {}
230141
230018
  }
230142
230019
  Object.defineProperties(he4.prototype, { close: { enumerable: true }, enqueue: { enumerable: true }, error: { enumerable: true }, desiredSize: { enumerable: true } }), w5(he4.prototype.close, "close"), w5(he4.prototype.enqueue, "enqueue"), w5(he4.prototype.error, "error"), typeof Symbol.toStringTag == "symbol" && Object.defineProperty(he4.prototype, Symbol.toStringTag, { value: "ReadableStreamDefaultController", configurable: true });
230143
230020
  function Rt2(n6) {
@@ -230222,8 +230099,7 @@ var require_node3 = __commonJS((exports) => {
230222
230099
  function Xo(n6, o8, a7, p6) {
230223
230100
  const g5 = Object.create(he4.prototype);
230224
230101
  let _5, S4, C4;
230225
- o8.start !== undefined ? _5 = u6(() => o8.start(g5), "startAlgorithm") : _5 = u6(() => {
230226
- }, "startAlgorithm"), o8.pull !== undefined ? S4 = u6(() => o8.pull(g5), "pullAlgorithm") : S4 = u6(() => W4(undefined), "pullAlgorithm"), o8.cancel !== undefined ? C4 = u6((q5) => o8.cancel(q5), "cancelAlgorithm") : C4 = u6(() => W4(undefined), "cancelAlgorithm"), Rn(n6, g5, _5, S4, C4, a7, p6);
230102
+ o8.start !== undefined ? _5 = u6(() => o8.start(g5), "startAlgorithm") : _5 = u6(() => {}, "startAlgorithm"), o8.pull !== undefined ? S4 = u6(() => o8.pull(g5), "pullAlgorithm") : S4 = u6(() => W4(undefined), "pullAlgorithm"), o8.cancel !== undefined ? C4 = u6((q5) => o8.cancel(q5), "cancelAlgorithm") : C4 = u6(() => W4(undefined), "cancelAlgorithm"), Rn(n6, g5, _5, S4, C4, a7, p6);
230227
230103
  }
230228
230104
  u6(Xo, "SetUpReadableStreamDefaultControllerFromUnderlyingSource");
230229
230105
  function Ct2(n6) {
@@ -230270,8 +230146,7 @@ var require_node3 = __commonJS((exports) => {
230270
230146
  return j3;
230271
230147
  }
230272
230148
  u6(Pe3, "cancel2Algorithm");
230273
- function pe4() {
230274
- }
230149
+ function pe4() {}
230275
230150
  return u6(pe4, "startAlgorithm"), P4 = et2(pe4, oe4, xe3), k5 = et2(pe4, oe4, Pe3), M5(a7._closedPromise, (Y4) => (re4(P4._readableStreamController, Y4), re4(k5._readableStreamController, Y4), (!_5 || !S4) && O6(undefined), null)), [P4, k5];
230276
230151
  }
230277
230152
  u6(ti2, "ReadableStreamDefaultTee");
@@ -230281,7 +230156,7 @@ var require_node3 = __commonJS((exports) => {
230281
230156
  O6 = v6;
230282
230157
  });
230283
230158
  function oe4(v6) {
230284
- M5(v6._closedPromise, (I5) => (v6 !== o8 || (ee3(P4._readableStreamController, I5), ee3(k5._readableStreamController, I5), (!_5 || !S4) && O6(undefined)), null));
230159
+ M5(v6._closedPromise, (I5) => (v6 !== o8 || (ee4(P4._readableStreamController, I5), ee4(k5._readableStreamController, I5), (!_5 || !S4) && O6(undefined)), null));
230285
230160
  }
230286
230161
  u6(oe4, "forwardReaderError");
230287
230162
  function xe3() {
@@ -230294,7 +230169,7 @@ var require_node3 = __commonJS((exports) => {
230294
230169
  try {
230295
230170
  J4 = Dr2(I5);
230296
230171
  } catch (Ue3) {
230297
- ee3(P4._readableStreamController, Ue3), ee3(k5._readableStreamController, Ue3), O6(ne4(n6, Ue3));
230172
+ ee4(P4._readableStreamController, Ue3), ee4(k5._readableStreamController, Ue3), O6(ne4(n6, Ue3));
230298
230173
  return;
230299
230174
  }
230300
230175
  _5 || lt3(P4._readableStreamController, L4), S4 || lt3(k5._readableStreamController, J4), a7 = false, p6 ? pe4() : g5 && Y4();
@@ -230320,7 +230195,7 @@ var require_node3 = __commonJS((exports) => {
230320
230195
  try {
230321
230196
  Ln = Dr2(Ne3);
230322
230197
  } catch (_r2) {
230323
- ee3(L4._readableStreamController, _r2), ee3(J4._readableStreamController, _r2), O6(ne4(n6, _r2));
230198
+ ee4(L4._readableStreamController, _r2), ee4(J4._readableStreamController, _r2), O6(ne4(n6, _r2));
230324
230199
  return;
230325
230200
  }
230326
230201
  He3 || ct2(L4._readableStreamController, Ne3), lt3(J4._readableStreamController, Ln);
@@ -230368,8 +230243,7 @@ var require_node3 = __commonJS((exports) => {
230368
230243
  return j3;
230369
230244
  }
230370
230245
  u6(te3, "cancel2Algorithm");
230371
- function be3() {
230372
- }
230246
+ function be3() {}
230373
230247
  return u6(be3, "startAlgorithm"), P4 = Cn(be3, pe4, G4), k5 = Cn(be3, Y4, te3), oe4(o8), [P4, k5];
230374
230248
  }
230375
230249
  u6(ri2, "ReadableByteStreamTee");
@@ -230972,7 +230846,7 @@ var require_node3 = __commonJS((exports) => {
230972
230846
  function jn(n6) {
230973
230847
  return new TypeError(`TransformStream.prototype.${n6} can only be used on a TransformStream`);
230974
230848
  }
230975
- u6(jn, "streamBrandCheckException"), d6.ByteLengthQueuingStrategy = Pt2, d6.CountQueuingStrategy = Et2, d6.ReadableByteStreamController = ce3, d6.ReadableStream = H4, d6.ReadableStreamBYOBReader = Se3, d6.ReadableStreamBYOBRequest = Ee3, d6.ReadableStreamDefaultController = he4, d6.ReadableStreamDefaultReader = me3, d6.TransformStream = vt2, d6.TransformStreamDefaultController = Ce2, d6.WritableStream = we3, d6.WritableStreamDefaultController = Le3, d6.WritableStreamDefaultWriter = de2;
230849
+ u6(jn, "streamBrandCheckException"), d6.ByteLengthQueuingStrategy = Pt2, d6.CountQueuingStrategy = Et2, d6.ReadableByteStreamController = ce3, d6.ReadableStream = H4, d6.ReadableStreamBYOBReader = Se3, d6.ReadableStreamBYOBRequest = Ee3, d6.ReadableStreamDefaultController = he4, d6.ReadableStreamDefaultReader = me3, d6.TransformStream = vt2, d6.TransformStreamDefaultController = Ce2, d6.WritableStream = we3, d6.WritableStreamDefaultController = Le3, d6.WritableStreamDefaultWriter = de3;
230976
230850
  });
230977
230851
  }(ponyfill_es2018$1, ponyfill_es2018$1.exports)), ponyfill_es2018$1.exports;
230978
230852
  }
@@ -230987,8 +230861,7 @@ var require_node3 = __commonJS((exports) => {
230987
230861
  try {
230988
230862
  const l2 = __require("node:process"), { emitWarning: d6 } = l2;
230989
230863
  try {
230990
- l2.emitWarning = () => {
230991
- }, Object.assign(globalThis, __require("node:stream/web")), l2.emitWarning = d6;
230864
+ l2.emitWarning = () => {}, Object.assign(globalThis, __require("node:stream/web")), l2.emitWarning = d6;
230992
230865
  } catch (y4) {
230993
230866
  throw l2.emitWarning = d6, y4;
230994
230867
  }
@@ -231005,8 +230878,7 @@ var require_node3 = __commonJS((exports) => {
231005
230878
  b4 += F3.byteLength, w5.enqueue(new Uint8Array(F3)), b4 === R5.size && w5.close();
231006
230879
  } });
231007
230880
  }, "name"));
231008
- } catch {
231009
- }
230881
+ } catch {}
231010
230882
  return streams;
231011
230883
  }
231012
230884
  u6(requireStreams, "requireStreams"), requireStreams();
@@ -231319,8 +231191,7 @@ Content-Type: ${R5.type || "application/octet-stream"}\r
231319
231191
  return consumeBody(this);
231320
231192
  }
231321
231193
  }
231322
- Body.prototype.buffer = require$$0$1.deprecate(Body.prototype.buffer, "Please use 'response.arrayBuffer()' instead of 'response.buffer()'", "node-fetch#buffer"), Object.defineProperties(Body.prototype, { body: { enumerable: true }, bodyUsed: { enumerable: true }, arrayBuffer: { enumerable: true }, blob: { enumerable: true }, json: { enumerable: true }, text: { enumerable: true }, data: { get: require$$0$1.deprecate(() => {
231323
- }, "data doesn't exist, use json(), text(), arrayBuffer(), or body instead", "https://github.com/node-fetch/node-fetch/issues/1000 (response)") } });
231194
+ Body.prototype.buffer = require$$0$1.deprecate(Body.prototype.buffer, "Please use 'response.arrayBuffer()' instead of 'response.buffer()'", "node-fetch#buffer"), Object.defineProperties(Body.prototype, { body: { enumerable: true }, bodyUsed: { enumerable: true }, arrayBuffer: { enumerable: true }, blob: { enumerable: true }, json: { enumerable: true }, text: { enumerable: true }, data: { get: require$$0$1.deprecate(() => {}, "data doesn't exist, use json(), text(), arrayBuffer(), or body instead", "https://github.com/node-fetch/node-fetch/issues/1000 (response)") } });
231324
231195
  async function consumeBody(c3) {
231325
231196
  if (c3[INTERNALS$2].disturbed)
231326
231197
  throw new TypeError(`body used already for: ${c3.url}`);
@@ -231611,8 +231482,7 @@ Content-Type: ${R5.type || "application/octet-stream"}\r
231611
231482
  u6(parseReferrerPolicyFromHeader, "parseReferrerPolicyFromHeader");
231612
231483
  var INTERNALS = Symbol("Request internals");
231613
231484
  var isRequest = u6((c3) => typeof c3 == "object" && typeof c3[INTERNALS] == "object", "isRequest");
231614
- var doBadDataWarn = require$$0$1.deprecate(() => {
231615
- }, ".data is not a valid RequestInit property, use .body instead", "https://github.com/node-fetch/node-fetch/issues/1000 (request)");
231485
+ var doBadDataWarn = require$$0$1.deprecate(() => {}, ".data is not a valid RequestInit property, use .body instead", "https://github.com/node-fetch/node-fetch/issues/1000 (request)");
231616
231486
 
231617
231487
  class Request extends Body {
231618
231488
  static {
@@ -231980,8 +231850,7 @@ Content-Type: ${R5.type || "application/octet-stream"}\r
231980
231850
  return !pd(this).canceled;
231981
231851
  }, set returnValue(c3) {
231982
231852
  c3 || setCancelFlag(pd(this));
231983
- }, initEvent() {
231984
- } }, Object.defineProperty(Event2.prototype, "constructor", { value: Event2, configurable: true, writable: true }), typeof window < "u" && typeof window.Event < "u" && (Object.setPrototypeOf(Event2.prototype, window.Event.prototype), wrappers.set(window.Event.prototype, Event2));
231853
+ }, initEvent() {} }, Object.defineProperty(Event2.prototype, "constructor", { value: Event2, configurable: true, writable: true }), typeof window < "u" && typeof window.Event < "u" && (Object.setPrototypeOf(Event2.prototype, window.Event.prototype), wrappers.set(window.Event.prototype, Event2));
231985
231854
  function defineRedirectDescriptor(c3) {
231986
231855
  return { get() {
231987
231856
  return pd(this).event[c3];
@@ -232693,8 +232562,7 @@ var require_proxy = __commonJS((exports) => {
232693
232562
  })), L4) : L4 && typeof L4.pipeTo == "function" ? new M5(L4) : L4 && typeof L4 != "string" && !ArrayBuffer.isView(L4) && q5(L4) ? new M5(L4) : L4;
232694
232563
  }
232695
232564
  e10(Y4, "wrapRequestBody");
232696
- function J4() {
232697
- }
232565
+ function J4() {}
232698
232566
  e10(J4, "nop");
232699
232567
  function V5(L4) {
232700
232568
  return L4 && typeof L4 == "object" && typeof L4.pipe == "function" && typeof L4.on == "function";
@@ -233502,8 +233370,7 @@ var require_proxy = __commonJS((exports) => {
233502
233370
  return connect;
233503
233371
  hasRequiredConnect = 1;
233504
233372
  const A5 = require$$0__default$1, p6 = require$$0__default, c3 = requireUtil$7(), { InvalidArgumentError: E6, ConnectTimeoutError: t8 } = requireErrors(), B4 = requireTimers();
233505
- function f5() {
233506
- }
233373
+ function f5() {}
233507
233374
  e10(f5, "noop");
233508
233375
  let l2, Q4;
233509
233376
  _commonjsHelpers.commonjsGlobal.FinalizationRegistry && !(process.env.NODE_V8_COVERAGE || process.env.UNDICI_NO_FG) ? Q4 = class {
@@ -233979,8 +233846,7 @@ var require_proxy = __commonJS((exports) => {
233979
233846
  case "object":
233980
233847
  return B4 === null ? "Null" : "Object";
233981
233848
  }
233982
- }, t8.util.markAsUncloneable = c3 || (() => {
233983
- }), t8.util.ConvertToInt = function(B4, f5, l2, Q4) {
233849
+ }, t8.util.markAsUncloneable = c3 || (() => {}), t8.util.ConvertToInt = function(B4, f5, l2, Q4) {
233984
233850
  let u6, n6;
233985
233851
  f5 === 64 ? (u6 = Math.pow(2, 53) - 1, l2 === "unsigned" ? n6 = 0 : n6 = Math.pow(-2, 53) + 1) : l2 === "unsigned" ? (n6 = 0, u6 = Math.pow(2, f5) - 1) : (n6 = Math.pow(-2, f5) - 1, u6 = Math.pow(2, f5 - 1) - 1);
233986
233852
  let r6 = Number(B4);
@@ -234143,8 +234009,7 @@ var require_proxy = __commonJS((exports) => {
234143
234009
  J4 = __require("node:crypto");
234144
234010
  const G4 = ["sha256", "sha384", "sha512"];
234145
234011
  Y4 = J4.getHashes().filter((j3) => G4.includes(j3));
234146
- } catch {
234147
- }
234012
+ } catch {}
234148
234013
  function V5(G4) {
234149
234014
  const j3 = G4.urlList, T4 = j3.length;
234150
234015
  return T4 === 0 ? null : j3[T4 - 1].toString();
@@ -234400,8 +234265,7 @@ var require_proxy = __commonJS((exports) => {
234400
234265
  return true;
234401
234266
  }
234402
234267
  e10(sA, "compareBase64Mixed");
234403
- function BA(G4) {
234404
- }
234268
+ function BA(G4) {}
234405
234269
  e10(BA, "tryUpgradeRequestToAPotentiallyTrustworthyURL");
234406
234270
  function dA(G4, j3) {
234407
234271
  return G4.origin === j3.origin && G4.origin === "null" || G4.protocol === j3.protocol && G4.hostname === j3.hostname && G4.port === j3.port;
@@ -234958,8 +234822,7 @@ var require_proxy = __commonJS((exports) => {
234958
234822
  J4 = e10((Z4) => Math.floor(Math.random(Z4)), "random");
234959
234823
  }
234960
234824
  const V5 = new TextEncoder;
234961
- function H4() {
234962
- }
234825
+ function H4() {}
234963
234826
  e10(H4, "noop");
234964
234827
  const h7 = globalThis.FinalizationRegistry && process.version.indexOf("v18") !== 0;
234965
234828
  let I5;
@@ -234972,8 +234835,7 @@ var require_proxy = __commonJS((exports) => {
234972
234835
  Z4 instanceof ReadableStream ? EA = Z4 : c3(Z4) ? EA = Z4.stream() : EA = new ReadableStream({ async pull(TA) {
234973
234836
  const UA = typeof uA == "string" ? V5.encode(uA) : uA;
234974
234837
  UA.byteLength && TA.enqueue(UA), queueMicrotask(() => t8(TA));
234975
- }, start() {
234976
- }, type: "bytes" }), a7(E6(EA));
234838
+ }, start() {}, type: "bytes" }), a7(E6(EA));
234977
234839
  let fA = null, uA = null, pA = null, RA = null;
234978
234840
  if (typeof Z4 == "string")
234979
234841
  uA = Z4, RA = "text/plain;charset=UTF-8";
@@ -235955,8 +235817,7 @@ ${j3.toString(16)}\r
235955
235817
  hasRequiredClient = 1;
235956
235818
  const A5 = require$$0__default, p6 = require$$0__default$1, c3 = http__default, E6 = requireUtil$7(), { channels: t8 } = requireDiagnostics(), B4 = requireRequest$1(), f5 = requireDispatcherBase(), { InvalidArgumentError: l2, InformationalError: Q4, ClientDestroyedError: u6 } = requireErrors(), n6 = requireConnect(), { kUrl: r6, kServerName: o8, kClient: a7, kBusy: g5, kConnect: d6, kResuming: N6, kRunning: M5, kPending: Y4, kSize: J4, kQueue: V5, kConnected: H4, kConnecting: h7, kNeedDrain: I5, kKeepAliveDefaultTimeout: k5, kHostHeader: i6, kPendingIdx: F3, kRunningIdx: m6, kError: D3, kPipelining: S4, kKeepAliveTimeoutValue: W4, kMaxHeadersSize: q5, kKeepAliveMaxTimeout: O6, kKeepAliveTimeoutThreshold: P4, kHeadersTimeout: Z4, kBodyTimeout: cA, kStrictContentLength: EA, kConnector: fA, kMaxRedirections: uA, kMaxRequests: pA, kCounter: RA, kClose: DA, kDestroy: TA, kDispatch: UA, kInterceptors: QA, kLocalAddress: eA, kMaxResponseSize: lA, kOnError: YA, kHTTPContext: nA, kMaxConcurrentStreams: $4, kResume: sA } = requireSymbols$4(), BA = requireClientH1(), dA = requireClientH2();
235957
235819
  let CA = false;
235958
- const mA = Symbol("kClosedResolve"), xA = e10(() => {
235959
- }, "noop");
235820
+ const mA = Symbol("kClosedResolve"), xA = e10(() => {}, "noop");
235960
235821
  function bA(oA) {
235961
235822
  return oA[S4] ?? oA[nA]?.defaultPipelining ?? 1;
235962
235823
  }
@@ -236543,8 +236404,7 @@ ${j3.toString(16)}\r
236543
236404
  return new f5(k5, i6);
236544
236405
  }
236545
236406
  e10(J4, "defaultFactory");
236546
- const V5 = e10(() => {
236547
- }, "noop");
236407
+ const V5 = e10(() => {}, "noop");
236548
236408
 
236549
236409
  class H4 extends l2 {
236550
236410
  static {
@@ -236848,8 +236708,7 @@ ${j3.toString(16)}\r
236848
236708
  if (hasRequiredReadable)
236849
236709
  return readable;
236850
236710
  hasRequiredReadable = 1;
236851
- const A5 = require$$0__default, { Readable: p6 } = Stream__default, { RequestAbortedError: c3, NotSupportedError: E6, InvalidArgumentError: t8, AbortError: B4 } = requireErrors(), f5 = requireUtil$7(), { ReadableStreamFrom: l2 } = requireUtil$7(), Q4 = Symbol("kConsume"), u6 = Symbol("kReading"), n6 = Symbol("kBody"), r6 = Symbol("kAbort"), o8 = Symbol("kContentType"), a7 = Symbol("kContentLength"), g5 = e10(() => {
236852
- }, "noop");
236711
+ const A5 = require$$0__default, { Readable: p6 } = Stream__default, { RequestAbortedError: c3, NotSupportedError: E6, InvalidArgumentError: t8, AbortError: B4 } = requireErrors(), f5 = requireUtil$7(), { ReadableStreamFrom: l2 } = requireUtil$7(), Q4 = Symbol("kConsume"), u6 = Symbol("kReading"), n6 = Symbol("kBody"), r6 = Symbol("kAbort"), o8 = Symbol("kContentType"), a7 = Symbol("kContentLength"), g5 = e10(() => {}, "noop");
236853
236712
 
236854
236713
  class d6 extends p6 {
236855
236714
  static {
@@ -237038,8 +236897,7 @@ ${j3.toString(16)}\r
237038
236897
  let M5;
237039
236898
  try {
237040
236899
  B4(u6) ? M5 = JSON.parse(c3(a7, g5)) : f5(u6) && (M5 = c3(a7, g5));
237041
- } catch {
237042
- } finally {
236900
+ } catch {} finally {
237043
236901
  Error.stackTraceLimit = N6;
237044
236902
  }
237045
236903
  queueMicrotask(() => l2(new p6(d6, n6, o8, M5)));
@@ -237691,8 +237549,7 @@ ${j3.toString(16)}\r
237691
237549
  S4.onConnect?.((sA) => S4.onError(sA), null), S4.onHeaders?.(O6, nA, TA, h7(O6)), S4.onData?.(Buffer.from(YA)), S4.onComplete?.($4), J4(UA, W4);
237692
237550
  }
237693
237551
  e10(DA, "handleReply");
237694
- function TA() {
237695
- }
237552
+ function TA() {}
237696
237553
  return e10(TA, "resume"), true;
237697
237554
  }
237698
237555
  e10(k5, "mockDispatch");
@@ -238560,8 +238417,7 @@ ${h7.format(I5)}
238560
238417
  if (!l2.types.isProxy(H4) && k5 === N6.prototype.entries)
238561
238418
  try {
238562
238419
  return J4(H4).entriesList;
238563
- } catch {
238564
- }
238420
+ } catch {}
238565
238421
  return typeof k5 == "function" ? B4.converters["sequence<sequence<ByteString>>"](H4, h7, I5, k5.bind(H4)) : B4.converters["record<ByteString, ByteString>"](H4, h7, I5);
238566
238422
  }
238567
238423
  throw B4.errors.conversionFailed({ prefix: "Headers constructor", argument: "Argument 1", types: ["sequence<sequence<ByteString>>", "record<ByteString, ByteString>"] });
@@ -238755,8 +238611,7 @@ ${h7.format(I5)}
238755
238611
  B4[A5] === 0 && B4[p6] === 0 && this.finalizer(f5);
238756
238612
  });
238757
238613
  }
238758
- unregister(B4) {
238759
- }
238614
+ unregister(B4) {}
238760
238615
  }
238761
238616
  return dispatcherWeakref = e10(function() {
238762
238617
  return process.env.NODE_V8_COVERAGE && process.version.startsWith("v18") ? (process._rawDebug("Using compatibility WeakRef and FinalizationRegistry"), { WeakRef: c3, FinalizationRegistry: E6 }) : { WeakRef, FinalizationRegistry };
@@ -238873,8 +238728,7 @@ ${h7.format(I5)}
238873
238728
  const AA = new WeakRef(KA), IA = UA(AA);
238874
238729
  try {
238875
238730
  (typeof EA == "function" && EA(bA) === pA || uA(bA, "abort").length >= pA) && fA(1500, bA);
238876
- } catch {
238877
- }
238731
+ } catch {}
238878
238732
  o8.addAbortListener(bA, IA), DA.register(KA, { signal: bA, abort: IA }, IA);
238879
238733
  }
238880
238734
  }
@@ -239371,17 +239225,17 @@ ${h7.format(I5)}
239371
239225
  function ne4({ body: HA }) {
239372
239226
  const Ae3 = N6(_5), re4 = T4.controller.dispatcher;
239373
239227
  return new Promise((XA, oe4) => re4.dispatch({ path: Ae3.pathname + Ae3.search, origin: Ae3.origin, method: _5.method, body: re4.isMockActive ? _5.body && (_5.body.source || _5.body.stream) : HA, headers: _5.headersList.entries, maxRedirections: 0, upgrade: _5.mode === "websocket" ? "websocket" : undefined }, { body: null, abort: null, onConnect(jA) {
239374
- const { connection: ee3 } = T4.controller;
239375
- tA.finalConnectionTimingInfo = fA(undefined, tA.postRedirectStartTime, T4.crossOriginIsolatedCapability), ee3.destroyed ? jA(new DOMException("The operation was aborted.", "AbortError")) : (T4.controller.on("terminated", jA), this.abort = ee3.abort = jA), tA.finalNetworkRequestStartTime = k5(T4.crossOriginIsolatedCapability);
239228
+ const { connection: ee4 } = T4.controller;
239229
+ tA.finalConnectionTimingInfo = fA(undefined, tA.postRedirectStartTime, T4.crossOriginIsolatedCapability), ee4.destroyed ? jA(new DOMException("The operation was aborted.", "AbortError")) : (T4.controller.on("terminated", jA), this.abort = ee4.abort = jA), tA.finalNetworkRequestStartTime = k5(T4.crossOriginIsolatedCapability);
239376
239230
  }, onResponseStarted() {
239377
239231
  tA.finalNetworkResponseStartTime = k5(T4.crossOriginIsolatedCapability);
239378
- }, onHeaders(jA, ee3, ce3, ae4) {
239232
+ }, onHeaders(jA, ee4, ce3, ae4) {
239379
239233
  if (jA < 200)
239380
239234
  return;
239381
239235
  let se4 = [], Be3 = "";
239382
239236
  const ge3 = new B4;
239383
- for (let te3 = 0;te3 < ee3.length; te3 += 2)
239384
- ge3.append(GA(ee3[te3]), ee3[te3 + 1].toString("latin1"), true);
239237
+ for (let te3 = 0;te3 < ee4.length; te3 += 2)
239238
+ ge3.append(GA(ee4[te3]), ee4[te3 + 1].toString("latin1"), true);
239385
239239
  const Ee3 = ge3.get("content-encoding", true);
239386
239240
  Ee3 && (se4 = Ee3.toLowerCase().split(",").map((te3) => te3.trim())), Be3 = ge3.get("location", true), this.body = new CA({ read: ce3 });
239387
239241
  const ie4 = [], Ie3 = Be3 && _5.redirect === "follow" && YA.has(jA);
@@ -239406,18 +239260,18 @@ ${h7.format(I5)}
239406
239260
  }, onData(jA) {
239407
239261
  if (T4.controller.dump)
239408
239262
  return;
239409
- const ee3 = jA;
239410
- return tA.encodedBodySize += ee3.byteLength, this.body.push(ee3);
239263
+ const ee4 = jA;
239264
+ return tA.encodedBodySize += ee4.byteLength, this.body.push(ee4);
239411
239265
  }, onComplete() {
239412
239266
  this.abort && T4.controller.off("terminated", this.abort), T4.controller.onAborted && T4.controller.off("terminated", T4.controller.onAborted), T4.controller.ended = true, this.body.push(null);
239413
239267
  }, onError(jA) {
239414
239268
  this.abort && T4.controller.off("terminated", this.abort), this.body?.destroy(jA), T4.controller.terminate(jA), oe4(jA);
239415
- }, onUpgrade(jA, ee3, ce3) {
239269
+ }, onUpgrade(jA, ee4, ce3) {
239416
239270
  if (jA !== 101)
239417
239271
  return;
239418
239272
  const ae4 = new B4;
239419
- for (let se4 = 0;se4 < ee3.length; se4 += 2)
239420
- ae4.append(GA(ee3[se4]), ee3[se4 + 1].toString("latin1"), true);
239273
+ for (let se4 = 0;se4 < ee4.length; se4 += 2)
239274
+ ae4.append(GA(ee4[se4]), ee4[se4 + 1].toString("latin1"), true);
239421
239275
  return XA({ status: jA, statusText: L4[jA], headersList: ae4, socket: ce3 }), true;
239422
239276
  } }));
239423
239277
  }
@@ -240777,8 +240631,7 @@ ${h7.format(I5)}
240777
240631
  let k5;
240778
240632
  try {
240779
240633
  k5 = __require("node:crypto");
240780
- } catch {
240781
- }
240634
+ } catch {}
240782
240635
  function i6(W4, q5, O6, P4, Z4, cA) {
240783
240636
  const EA = W4;
240784
240637
  EA.protocol = W4.protocol === "ws:" ? "http:" : "https:";
@@ -241964,29 +241817,25 @@ ${g5}`;
241964
241817
  o8 !== "%%" && (n6++, o8 === "%c" && (r6 = n6));
241965
241818
  }), Q4.splice(r6, 0, u6);
241966
241819
  }
241967
- e10(E6, "formatArgs"), p6.log = console.debug || console.log || (() => {
241968
- });
241820
+ e10(E6, "formatArgs"), p6.log = console.debug || console.log || (() => {});
241969
241821
  function t8(Q4) {
241970
241822
  try {
241971
241823
  Q4 ? p6.storage.setItem("debug", Q4) : p6.storage.removeItem("debug");
241972
- } catch {
241973
- }
241824
+ } catch {}
241974
241825
  }
241975
241826
  e10(t8, "save");
241976
241827
  function B4() {
241977
241828
  let Q4;
241978
241829
  try {
241979
241830
  Q4 = p6.storage.getItem("debug");
241980
- } catch {
241981
- }
241831
+ } catch {}
241982
241832
  return !Q4 && typeof process < "u" && "env" in process && (Q4 = process.env.DEBUG), Q4;
241983
241833
  }
241984
241834
  e10(B4, "load");
241985
241835
  function f5() {
241986
241836
  try {
241987
241837
  return localStorage;
241988
- } catch {
241989
- }
241838
+ } catch {}
241990
241839
  }
241991
241840
  e10(f5, "localstorage"), A5.exports = requireCommon()(p6);
241992
241841
  const { formatters: l2 } = A5.exports;
@@ -242068,13 +241917,11 @@ ${g5}`;
242068
241917
  function requireNode() {
242069
241918
  return hasRequiredNode || (hasRequiredNode = 1, function(A5, p6) {
242070
241919
  const c3 = require$$1__default$5, E6 = require$$1__default$6;
242071
- p6.init = n6, p6.log = l2, p6.formatArgs = B4, p6.save = Q4, p6.load = u6, p6.useColors = t8, p6.destroy = E6.deprecate(() => {
242072
- }, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."), p6.colors = [6, 2, 3, 4, 5, 1];
241920
+ p6.init = n6, p6.log = l2, p6.formatArgs = B4, p6.save = Q4, p6.load = u6, p6.useColors = t8, p6.destroy = E6.deprecate(() => {}, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."), p6.colors = [6, 2, 3, 4, 5, 1];
242073
241921
  try {
242074
241922
  const o8 = requireSupportsColor();
242075
241923
  o8 && (o8.stderr || o8).level >= 2 && (p6.colors = [20, 21, 26, 27, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 56, 57, 62, 63, 68, 69, 74, 75, 76, 77, 78, 79, 80, 81, 92, 93, 98, 99, 112, 113, 128, 129, 134, 135, 148, 149, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 179, 184, 185, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 214, 215, 220, 221]);
242076
- } catch {
242077
- }
241924
+ } catch {}
242078
241925
  p6.inspectOpts = Object.keys(process.env).filter((o8) => /^debug_/i.test(o8)).reduce((o8, a7) => {
242079
241926
  const g5 = a7.substring(6).toLowerCase().replace(/_([a-z])/g, (N6, M5) => M5.toUpperCase());
242080
241927
  let d6 = process.env[a7];
@@ -246450,7 +246297,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
246450
246297
  }
246451
246298
  }
246452
246299
  const expectedEnd = isMap ? "}" : "]";
246453
- const [ce3, ...ee3] = fc.end;
246300
+ const [ce3, ...ee4] = fc.end;
246454
246301
  let cePos = offset;
246455
246302
  if (ce3 && ce3.source === expectedEnd)
246456
246303
  cePos = ce3.offset + ce3.source.length;
@@ -246459,10 +246306,10 @@ var require_resolve_flow_collection = __commonJS((exports) => {
246459
246306
  const msg = atRoot ? `${name3} must end with a ${expectedEnd}` : `${name3} in block collection must be sufficiently indented and end with a ${expectedEnd}`;
246460
246307
  onError(offset, atRoot ? "MISSING_CHAR" : "BAD_INDENT", msg);
246461
246308
  if (ce3 && ce3.source.length !== 1)
246462
- ee3.unshift(ce3);
246309
+ ee4.unshift(ce3);
246463
246310
  }
246464
- if (ee3.length > 0) {
246465
- const end = resolveEnd.resolveEnd(ee3, cePos, ctx.options.strict, onError);
246311
+ if (ee4.length > 0) {
246312
+ const end = resolveEnd.resolveEnd(ee4, cePos, ctx.options.strict, onError);
246466
246313
  if (end.comment) {
246467
246314
  if (coll.comment)
246468
246315
  coll.comment += `
@@ -248470,8 +248317,7 @@ var require_parser2 = __commonJS((exports) => {
248470
248317
  break loop;
248471
248318
  }
248472
248319
  }
248473
- while (prev[++i7]?.type === "space") {
248474
- }
248320
+ while (prev[++i7]?.type === "space") {}
248475
248321
  return prev.splice(i7, prev.length);
248476
248322
  }
248477
248323
  function fixFlowSeqItems(fc) {
@@ -249655,8 +249501,7 @@ var import_console_table_printer = __toESM(require_dist2(), 1);
249655
249501
  var util;
249656
249502
  (function(util2) {
249657
249503
  util2.assertEqual = (val) => val;
249658
- function assertIs(_arg) {
249659
- }
249504
+ function assertIs(_arg) {}
249660
249505
  util2.assertIs = assertIs;
249661
249506
  function assertNever(_x) {
249662
249507
  throw new Error;
@@ -253672,7 +253517,7 @@ import path from "node:path";
253672
253517
  import fs, { promises as fsPromises } from "node:fs";
253673
253518
  import { fileURLToPath } from "node:url";
253674
253519
 
253675
- // ../../node_modules/yocto-queue/index.js
253520
+ // ../../node_modules/p-locate/node_modules/p-limit/node_modules/yocto-queue/index.js
253676
253521
  class Node {
253677
253522
  value;
253678
253523
  next;
@@ -253737,7 +253582,7 @@ class Queue {
253737
253582
  }
253738
253583
  }
253739
253584
 
253740
- // ../../node_modules/p-limit/index.js
253585
+ // ../../node_modules/p-locate/node_modules/p-limit/index.js
253741
253586
  function pLimit(concurrency) {
253742
253587
  if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
253743
253588
  throw new TypeError("Expected `concurrency` to be a number from 1 and up");
@@ -253756,8 +253601,7 @@ function pLimit(concurrency) {
253756
253601
  resolve(result);
253757
253602
  try {
253758
253603
  await result;
253759
- } catch {
253760
- }
253604
+ } catch {}
253761
253605
  next();
253762
253606
  };
253763
253607
  const enqueue = (fn, resolve, args) => {
@@ -254621,8 +254465,7 @@ class Minimatch {
254621
254465
  }
254622
254466
  return false;
254623
254467
  }
254624
- debug(..._) {
254625
- }
254468
+ debug(..._) {}
254626
254469
  make() {
254627
254470
  const pattern = this.pattern;
254628
254471
  const options = this.options;
@@ -255454,12 +255297,9 @@ class LRUCache {
255454
255297
  return !!t && !!s && (cachedNow || getNow()) - s > t;
255455
255298
  };
255456
255299
  }
255457
- #updateItemAge = () => {
255458
- };
255459
- #statusTTL = () => {
255460
- };
255461
- #setItemTTL = () => {
255462
- };
255300
+ #updateItemAge = () => {};
255301
+ #statusTTL = () => {};
255302
+ #setItemTTL = () => {};
255463
255303
  #isStale = () => false;
255464
255304
  #initializeSizeTracking() {
255465
255305
  const sizes = new ZeroArray(this.#max);
@@ -255503,10 +255343,8 @@ class LRUCache {
255503
255343
  }
255504
255344
  };
255505
255345
  }
255506
- #removeItemSize = (_i) => {
255507
- };
255508
- #addItemSize = (_i, _s, _st) => {
255509
- };
255346
+ #removeItemSize = (_i) => {};
255347
+ #addItemSize = (_i, _s, _st) => {};
255510
255348
  #requireSize = (_k, _v, size, sizeCalculation) => {
255511
255349
  if (size || sizeCalculation) {
255512
255350
  throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");
@@ -256305,8 +256143,7 @@ class Pipe {
256305
256143
  unpipe() {
256306
256144
  this.dest.removeListener("drain", this.ondrain);
256307
256145
  }
256308
- proxyErrors(_er) {
256309
- }
256146
+ proxyErrors(_er) {}
256310
256147
  end() {
256311
256148
  this.unpipe();
256312
256149
  if (this.opts.end)
@@ -256416,8 +256253,7 @@ class Minipass extends EventEmitter {
256416
256253
  get aborted() {
256417
256254
  return this[ABORTED];
256418
256255
  }
256419
- set aborted(_) {
256420
- }
256256
+ set aborted(_) {}
256421
256257
  write(chunk, encoding, cb) {
256422
256258
  if (this[ABORTED])
256423
256259
  return false;
@@ -256589,8 +256425,7 @@ class Minipass extends EventEmitter {
256589
256425
  return this[BUFFER].shift();
256590
256426
  }
256591
256427
  [FLUSH](noDrain = false) {
256592
- do {
256593
- } while (this[FLUSHCHUNK](this[BUFFERSHIFT]()) && this[BUFFER].length);
256428
+ do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]()) && this[BUFFER].length);
256594
256429
  if (!noDrain && !this[BUFFER].length && !this[EOF])
256595
256430
  this.emit("drain");
256596
256431
  }
@@ -257535,8 +257370,7 @@ class PathBase {
257535
257370
  if (this.#asyncReaddirInFlight) {
257536
257371
  await this.#asyncReaddirInFlight;
257537
257372
  } else {
257538
- let resolve = () => {
257539
- };
257373
+ let resolve = () => {};
257540
257374
  this.#asyncReaddirInFlight = new Promise((res) => resolve = res);
257541
257375
  try {
257542
257376
  for (const e of await this.#fs.promises.readdir(fullpath, {
@@ -259536,7 +259370,7 @@ async function loadEnvironmentEnv(validateEnv, prod, path4 = process.cwd()) {
259536
259370
  logLevel: "error",
259537
259371
  overload: true,
259538
259372
  quiet: true,
259539
- path: join(path4, ".env")
259373
+ path: [join(path4, ".env"), join(path4, ".env.local")]
259540
259374
  });
259541
259375
  if (!parsed) {
259542
259376
  parsed = {};
@@ -259683,7 +259517,7 @@ function pruneCurrentEnv(currentEnv, env2) {
259683
259517
  var package_default = {
259684
259518
  name: "@settlemint/sdk-cli",
259685
259519
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
259686
- version: "1.1.16-pr10e5eed1",
259520
+ version: "1.1.16-pr18cd48b2",
259687
259521
  type: "module",
259688
259522
  private: false,
259689
259523
  license: "FSL-1.1-MIT",
@@ -259726,13 +259560,14 @@ var package_default = {
259726
259560
  tinyexec: "0.3.2"
259727
259561
  },
259728
259562
  devDependencies: {
259729
- "@commander-js/extra-typings": "13.1.0",
259563
+ "@commander-js/extra-typings": "11.1.0",
259564
+ commander: "11.1.0",
259730
259565
  "@inquirer/confirm": "5.1.7",
259731
259566
  "@inquirer/input": "4.1.7",
259732
259567
  "@inquirer/password": "4.0.10",
259733
259568
  "@inquirer/select": "4.0.10",
259734
- "@settlemint/sdk-js": "1.1.16-pr10e5eed1",
259735
- "@settlemint/sdk-utils": "1.1.16-pr10e5eed1",
259569
+ "@settlemint/sdk-js": "1.1.16-pr18cd48b2",
259570
+ "@settlemint/sdk-utils": "1.1.16-pr18cd48b2",
259736
259571
  "@types/node": "22.13.10",
259737
259572
  "@types/semver": "7.5.8",
259738
259573
  "@types/which": "3.0.4",
@@ -259801,8 +259636,7 @@ async function telemetry(data) {
259801
259636
  signal: controller.signal
259802
259637
  });
259803
259638
  clearTimeout(timeout);
259804
- } catch (error) {
259805
- }
259639
+ } catch (error) {}
259806
259640
  }
259807
259641
 
259808
259642
  // ../../node_modules/@commander-js/extra-typings/esm.mjs
@@ -259866,8 +259700,7 @@ function createStore(rl) {
259866
259700
  hooksCleanup: [],
259867
259701
  hooksEffect: [],
259868
259702
  index: 0,
259869
- handleChange() {
259870
- }
259703
+ handleChange() {}
259871
259704
  };
259872
259705
  return store;
259873
259706
  }
@@ -260588,13 +260421,10 @@ var signalExitWrap = (handler) => {
260588
260421
 
260589
260422
  class SignalExitFallback extends SignalExitBase {
260590
260423
  onExit() {
260591
- return () => {
260592
- };
260593
- }
260594
- load() {
260595
- }
260596
- unload() {
260424
+ return () => {};
260597
260425
  }
260426
+ load() {}
260427
+ unload() {}
260598
260428
  }
260599
260429
 
260600
260430
  class SignalExit extends SignalExitBase {
@@ -260631,8 +260461,7 @@ class SignalExit extends SignalExitBase {
260631
260461
  }
260632
260462
  onExit(cb, opts) {
260633
260463
  if (!processOk(this.#process)) {
260634
- return () => {
260635
- };
260464
+ return () => {};
260636
260465
  }
260637
260466
  if (this.#loaded === false) {
260638
260467
  this.load();
@@ -260657,8 +260486,7 @@ class SignalExit extends SignalExitBase {
260657
260486
  const fn = this.#sigListeners[sig];
260658
260487
  if (fn)
260659
260488
  this.#process.on(sig, fn);
260660
- } catch (_) {
260661
- }
260489
+ } catch (_) {}
260662
260490
  }
260663
260491
  this.#process.emit = (ev, ...a) => {
260664
260492
  return this.#processEmit(ev, ...a);
@@ -260679,8 +260507,7 @@ class SignalExit extends SignalExitBase {
260679
260507
  }
260680
260508
  try {
260681
260509
  this.#process.removeListener(sig, listener);
260682
- } catch (_) {
260683
- }
260510
+ } catch (_) {}
260684
260511
  });
260685
260512
  this.#process.emit = this.#originalProcessEmit;
260686
260513
  this.#process.reallyExit = this.#originalProcessReallyExit;
@@ -263359,8 +263186,7 @@ async function handlePackageManager(filepath, onUnknown) {
263359
263186
  return onUnknown?.(pkg.packageManager) ?? null;
263360
263187
  }
263361
263188
  }
263362
- } catch {
263363
- }
263189
+ } catch {}
263364
263190
  return null;
263365
263191
  }
263366
263192
  function isMetadataYarnClassic(metadataPath) {
@@ -263560,8 +263386,7 @@ function handlePackageManager2(filepath, onUnknown) {
263560
263386
  return onUnknown?.(pkg.packageManager) ?? null;
263561
263387
  }
263562
263388
  }
263563
- } catch {
263564
- }
263389
+ } catch {}
263565
263390
  return null;
263566
263391
  }
263567
263392
 
@@ -264272,8 +264097,8 @@ var v5 = (r6, t8, e10) => {
264272
264097
 
264273
264098
  // ../../node_modules/get-tsconfig/dist/index.mjs
264274
264099
  import Ae2 from "fs";
264275
- var de = Object.defineProperty;
264276
- var o7 = (e10, t8) => de(e10, "name", { value: t8, configurable: true });
264100
+ var de2 = Object.defineProperty;
264101
+ var o7 = (e10, t8) => de2(e10, "name", { value: t8, configurable: true });
264277
264102
  function E5(e10) {
264278
264103
  return e10.startsWith("\\\\?\\") ? e10 : e10.replace(/\\/g, "/");
264279
264104
  }
@@ -264797,8 +264622,7 @@ var Be2 = o7((e10, t8, s7) => {
264797
264622
  if (A5)
264798
264623
  return A5;
264799
264624
  }
264800
- } catch {
264801
- }
264625
+ } catch {}
264802
264626
  }
264803
264627
  const g5 = le3(p5.resolve(t8), p5.join("node_modules", u6), s7);
264804
264628
  if (!g5 || !W3(s7, g5).isDirectory())
@@ -265049,7 +264873,7 @@ var Ge2 = o7((e10) => {
265049
264873
  }, "getDefaultExcludeSpec");
265050
264874
  var ke2 = o7((e10) => e10.replaceAll(/[.*+?^${}()|[\]\\]/g, String.raw`\$&`), "escapeForRegexp");
265051
264875
  var Qe2 = ["node_modules", "bower_components", "jspm_packages"];
265052
- var ee2 = `(?!(${Qe2.join("|")})(/|$))`;
264876
+ var ee3 = `(?!(${Qe2.join("|")})(/|$))`;
265053
264877
  var He2 = /(?:^|\/)[^.*?]+$/;
265054
264878
  var we2 = "**/*";
265055
264879
  var z4 = "[^/]";
@@ -265067,12 +264891,12 @@ var Xe2 = o7(({ config: e10, path: t8 }, s7 = ze2()) => {
265067
264891
  }), d6 = l2 || i6 ? i6 : [we2], A5 = d6 ? d6.map((w5) => {
265068
264892
  let y4 = J3(n6, w5);
265069
264893
  He2.test(y4) && (y4 = J3(y4, we2));
265070
- const I5 = ke2(y4).replaceAll(String.raw`/\*\*`, `(/${ee2}${ne3}${z4}*)*?`).replaceAll(/(\/)?\\\*/g, (L4, c3) => {
264894
+ const I5 = ke2(y4).replaceAll(String.raw`/\*\*`, `(/${ee3}${ne3}${z4}*)*?`).replaceAll(/(\/)?\\\*/g, (L4, c3) => {
265071
264895
  const k5 = `(${ne3}|(\\.(?!min\\.js$))?)*`;
265072
- return c3 ? `/${ee2}${ne3}${k5}` : k5;
264896
+ return c3 ? `/${ee3}${ne3}${k5}` : k5;
265073
264897
  }).replaceAll(/(\/)?\\\?/g, (L4, c3) => {
265074
264898
  const k5 = z4;
265075
- return c3 ? `/${ee2}${k5}` : k5;
264899
+ return c3 ? `/${ee3}${k5}` : k5;
265076
264900
  });
265077
264901
  return new RegExp(`^${I5}$`, T4);
265078
264902
  }) : undefined;
@@ -265989,8 +265813,7 @@ async function applicationAccessTokenPrompt(env2, application, settlemint, accep
265989
265813
  try {
265990
265814
  validate2(ApplicationAccessTokenSchema2, aat);
265991
265815
  return aat;
265992
- } catch (error5) {
265993
- }
265816
+ } catch (error5) {}
265994
265817
  }
265995
265818
  return esm_default5({
265996
265819
  message: "What is the application access token for your application in SettleMint? (format: sm_aat_...)",
@@ -267568,8 +267391,7 @@ function c$3() {
267568
267391
  }
267569
267392
  try {
267570
267393
  i$4()(r6);
267571
- } catch {
267572
- }
267394
+ } catch {}
267573
267395
  return u$4;
267574
267396
  }
267575
267397
  var s$5 = {};
@@ -267587,8 +267409,7 @@ function ft2() {
267587
267409
  unpipe() {
267588
267410
  this.dest.removeListener("drain", this.ondrain);
267589
267411
  }
267590
- proxyErrors() {
267591
- }
267412
+ proxyErrors() {}
267592
267413
  end() {
267593
267414
  this.unpipe(), this.opts.end && this.dest.end();
267594
267415
  }
@@ -267641,8 +267462,7 @@ function ft2() {
267641
267462
  get aborted() {
267642
267463
  return this[O6];
267643
267464
  }
267644
- set aborted(t8) {
267645
- }
267465
+ set aborted(t8) {}
267646
267466
  write(t8, e10, s7) {
267647
267467
  if (this[O6])
267648
267468
  return false;
@@ -267965,8 +267785,7 @@ function tt2() {
267965
267785
  unpipe() {
267966
267786
  this.dest.removeListener("drain", this.ondrain);
267967
267787
  }
267968
- proxyErrors() {
267969
- }
267788
+ proxyErrors() {}
267970
267789
  end() {
267971
267790
  this.unpipe(), this.opts.end && this.dest.end();
267972
267791
  }
@@ -268243,11 +268062,9 @@ function J4() {
268243
268062
  return;
268244
268063
  w6(this[t8], "zlib binding closed");
268245
268064
  const m6 = this[t8]._handle, R5 = m6.close;
268246
- m6.close = () => {
268247
- };
268065
+ m6.close = () => {};
268248
268066
  const G4 = this[t8].close;
268249
- this[t8].close = () => {
268250
- }, n6.concat = (l2) => l2;
268067
+ this[t8].close = () => {}, n6.concat = (l2) => l2;
268251
268068
  let h7;
268252
268069
  try {
268253
268070
  const l2 = typeof s7[p6] == "number" ? s7[p6] : this[p6];
@@ -268770,8 +268587,7 @@ function X4() {
268770
268587
  if (e10)
268771
268588
  try {
268772
268589
  this[h7]();
268773
- } catch {
268774
- }
268590
+ } catch {}
268775
268591
  }
268776
268592
  }
268777
268593
  }
@@ -269356,14 +269172,12 @@ function Os() {
269356
269172
  [U4](s8, i7) {
269357
269173
  const e11 = s8.mode & 4095 || this.fmode, t9 = new es.WriteStream(s8.absolute, { flags: J5(s8.size), mode: e11, autoClose: false });
269358
269174
  t9.on("error", (c4) => {
269359
- t9.fd && r6.close(t9.fd, () => {
269360
- }), t9.write = () => true, this[m7](c4, s8), i7();
269175
+ t9.fd && r6.close(t9.fd, () => {}), t9.write = () => true, this[m7](c4, s8), i7();
269361
269176
  });
269362
269177
  let o9 = 1;
269363
269178
  const u7 = (c4) => {
269364
269179
  if (c4) {
269365
- t9.fd && r6.close(t9.fd, () => {
269366
- }), this[m7](c4, s8), i7();
269180
+ t9.fd && r6.close(t9.fd, () => {}), this[m7](c4, s8), i7();
269367
269181
  return;
269368
269182
  }
269369
269183
  --o9 === 0 && r6.close(t9.fd, (n7) => {
@@ -269516,8 +269330,7 @@ function Os() {
269516
269330
 
269517
269331
  class ls extends L4 {
269518
269332
  [d6](s8, i7) {
269519
- return super[d6](s8, i7, () => {
269520
- });
269333
+ return super[d6](s8, i7, () => {});
269521
269334
  }
269522
269335
  [q5](s8) {
269523
269336
  if (this[v6](s8), !this[g5]) {
@@ -269613,13 +269426,11 @@ function Os() {
269613
269426
  if (s8.mtime && !this.noMtime)
269614
269427
  try {
269615
269428
  r6.utimesSync(s8.absolute, s8.atime || new Date, s8.mtime);
269616
- } catch {
269617
- }
269429
+ } catch {}
269618
269430
  if (this[E7](s8))
269619
269431
  try {
269620
269432
  r6.chownSync(s8.absolute, this[R6](s8), this[_6](s8));
269621
- } catch {
269622
- }
269433
+ } catch {}
269623
269434
  i7(), s8.resume();
269624
269435
  }
269625
269436
  [b4](s8, i7) {
@@ -269741,8 +269552,7 @@ function cacheDirectory() {
269741
269552
  if (!existsSync3(windowsCacheDir) && existsSync3(cacheDir)) {
269742
269553
  try {
269743
269554
  renameSync(cacheDir, windowsCacheDir);
269744
- } catch {
269745
- }
269555
+ } catch {}
269746
269556
  }
269747
269557
  return windowsCacheDir;
269748
269558
  }
@@ -270534,7 +270344,7 @@ function blockchainNetworkBesuCreateCommand() {
270534
270344
  subType: "Besu",
270535
270345
  alias: "b",
270536
270346
  execute: (cmd2, baseAction) => {
270537
- addClusterServiceArgs(cmd2).option("-app, --application <application>", "The unique name of the application to create the network in (defaults to application from env)").requiredOption("--node-name <name>", "Name of the node").option("--chain-id <chainId>", "The chain ID for the network", parseNumber).option("--contract-size-limit <limit>", "Maximum contract size limit", parseNumber).option("--evm-stack-size <size>", "EVM stack size", parseNumber).option("--gas-limit <limit>", "Block gas limit").option("--gas-price <price>", "Gas price in wei", parseNumber).option("--seconds-per-block <seconds>", "Block time in seconds", parseNumber).action(async (name3, {
270347
+ addClusterServiceArgs(cmd2).option("--app, --application <application>", "The unique name of the application to create the network in (defaults to application from env)").requiredOption("--node-name <name>", "Name of the node").option("--chain-id <chainId>", "The chain ID for the network", parseNumber).option("--contract-size-limit <limit>", "Maximum contract size limit", parseNumber).option("--evm-stack-size <size>", "EVM stack size", parseNumber).option("--gas-limit <limit>", "Block gas limit").option("--gas-price <price>", "Gas price in wei", parseNumber).option("--seconds-per-block <seconds>", "Block time in seconds", parseNumber).action(async (name3, {
270538
270348
  application,
270539
270349
  chainId,
270540
270350
  contractSizeLimit,
@@ -270762,7 +270572,7 @@ function applicationAccessTokenCreateCommand() {
270762
270572
  type: "application access token",
270763
270573
  alias: "aat",
270764
270574
  execute: (cmd2, baseAction) => {
270765
- cmd2.option("-app, --application <application>", "The application unique name to create the application access token for (defaults to application from env)").addOption(new Option("-v, --validity-period <period>", "The validity period for the token").choices(["DAYS_7", "DAYS_30", "DAYS_60", "DAYS_90", "NONE"]).default("DAYS_7")).action(async (name3, { application, validityPeriod, ...defaultArgs }) => {
270575
+ cmd2.option("--app, --application <application>", "The application unique name to create the application access token for (defaults to application from env)").addOption(new Option("-v, --validity-period <period>", "The validity period for the token").choices(["DAYS_7", "DAYS_30", "DAYS_60", "DAYS_90", "NONE"]).default("DAYS_7")).action(async (name3, { application, validityPeriod, ...defaultArgs }) => {
270766
270576
  return baseAction(defaultArgs, async (settlemint, env2, showSpinner) => {
270767
270577
  const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
270768
270578
  if (!applicationUniqueName) {
@@ -270930,7 +270740,7 @@ function blockchainNodeBesuCreateCommand() {
270930
270740
  subType: "Besu",
270931
270741
  alias: "b",
270932
270742
  execute: (cmd2, baseAction) => {
270933
- addClusterServiceArgs(cmd2).option("-app, --application <application>", "The application unique name to create the node in (defaults to application from env)").option("--blockchain-network <blockchainNetwork>", "Blockchain network unique name to add this node to").option("--node-identity <nodeIdentity>", "EC DSA P256 private key to use as the node identity").addOption(new Option("--node-type <nodeType>", "Type of the node").choices(["VALIDATOR", "NON_VALIDATOR"]).makeOptionMandatory()).action(async (name3, {
270743
+ addClusterServiceArgs(cmd2).option("--app, --application <application>", "The application unique name to create the node in (defaults to application from env)").option("--blockchain-network <blockchainNetwork>", "Blockchain network unique name to add this node to").option("--node-identity <nodeIdentity>", "EC DSA P256 private key to use as the node identity").addOption(new Option("--node-type <nodeType>", "Type of the node").choices(["VALIDATOR", "NON_VALIDATOR"]).makeOptionMandatory()).action(async (name3, {
270934
270744
  application,
270935
270745
  provider,
270936
270746
  region,
@@ -272046,7 +271856,7 @@ function yamlOutput(data) {
272046
271856
 
272047
271857
  // src/commands/platform/config.ts
272048
271858
  function configCommand() {
272049
- return new Command("config").alias("c").description("Get platform configuration").option("--prod", "Connect to your production environment").option("-i, --instance <instance>", "The instance to connect to (defaults to the instance in the .env file)").addOption(new Option("-o, --output <output>", "The output format").choices(["json", "yaml"])).action(async ({ prod, instance, output }) => {
271859
+ return new Command("config").alias("cfg").description("Get platform configuration").option("--prod", "Connect to your production environment").option("-i, --instance <instance>", "The instance to connect to (defaults to the instance in the .env file)").addOption(new Option("-o, --output <output>", "The output format").choices(["json", "yaml"])).action(async ({ prod, instance, output }) => {
272050
271860
  const printToTerminal = !output;
272051
271861
  if (printToTerminal) {
272052
271862
  intro("Getting platform configuration");
@@ -272290,7 +272100,7 @@ function servicesCommand() {
272290
272100
  description: "List the application services for multiple types",
272291
272101
  command: "platform list services --type blockchain-network blockchain-node middleware"
272292
272102
  }
272293
- ])).option("-app, --application <application>", "The application unique name to list the services in (defaults to application from env)").addOption(new Option("-t, --type <type...>", "The type(s) of service to list").choices(SERVICE_TYPES)).addOption(new Option("-o, --output <output>", "The output format").choices(["wide", "json", "yaml"])).action(async ({ application, type: type4, output }) => {
272103
+ ])).option("--app, --application <application>", "The application unique name to list the services in (defaults to application from env)").addOption(new Option("-t, --type <type...>", "The type(s) of service to list").choices(SERVICE_TYPES)).addOption(new Option("-o, --output <output>", "The output format").choices(["wide", "json", "yaml"])).action(async ({ application, type: type4, output }) => {
272294
272104
  const printToTerminal = !output || output === "wide";
272295
272105
  if (printToTerminal) {
272296
272106
  intro("Listing application services");
@@ -273469,18 +273279,18 @@ function subgraphRemoveCommand() {
273469
273279
 
273470
273280
  // src/commands/smart-contract.set.ts
273471
273281
  function smartContractSetCommand() {
273472
- const foundry = new Command("foundry").alias("f").description("Foundry commands for building and testing smart contracts");
273282
+ const foundry = new Command("foundry").alias("f").enablePositionalOptions().description("Foundry commands for building and testing smart contracts");
273473
273283
  foundry.addCommand(foundryBuildCommand());
273474
273284
  foundry.addCommand(foundryFormatCommand());
273475
273285
  foundry.addCommand(foundryNetworkCommand());
273476
273286
  foundry.addCommand(foundryTestCommand());
273477
- const hardhat = new Command("hardhat").alias("h").description("Hardhat commands for building, testing and deploying smart contracts");
273287
+ const hardhat = new Command("hardhat").alias("h").enablePositionalOptions().description("Hardhat commands for building, testing and deploying smart contracts");
273478
273288
  hardhat.addCommand(hardhatBuildCommand());
273479
273289
  hardhat.addCommand(hardhatDeployCommand());
273480
273290
  hardhat.addCommand(hardhatNetworkCommand());
273481
273291
  hardhat.addCommand(hardhatScriptCommand());
273482
273292
  hardhat.addCommand(hardhatTestCommand());
273483
- const subgraph = new Command("subgraph").alias("sg").description("Commands for managing TheGraph subgraphs for smart contract indexing");
273293
+ const subgraph = new Command("subgraph").alias("sg").enablePositionalOptions().description("Commands for managing TheGraph subgraphs for smart contract indexing");
273484
273294
  subgraph.addCommand(subgraphBuildCommand());
273485
273295
  subgraph.addCommand(subgraphCodegenCommand());
273486
273296
  subgraph.addCommand(subgraphDeployCommand());
@@ -273606,4 +273416,4 @@ async function sdkCliCommand(argv = process.argv) {
273606
273416
  // src/cli.ts
273607
273417
  sdkCliCommand();
273608
273418
 
273609
- //# debugId=38910B48FDAB243364756E2164756E21
273419
+ //# debugId=C2B439012FBE3DB364756E2164756E21