@settlemint/sdk-cli 2.4.0-pr62aee5c3 → 2.4.0-pr6922b64b

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 +998 -547
  2. package/dist/cli.js.map +22 -8
  3. package/package.json +8 -8
package/dist/cli.js CHANGED
@@ -161742,7 +161742,7 @@ ${lanes.join(`
161742
161742
  function generateOptionOutput(sys2, option, rightAlignOfLeft, leftAlignOfRight) {
161743
161743
  var _a;
161744
161744
  const text = [];
161745
- const colors3 = createColors(sys2);
161745
+ const colors2 = createColors(sys2);
161746
161746
  const name2 = getDisplayNameTextOfOption(option);
161747
161747
  const valueCandidates = getValueCandidate(option);
161748
161748
  const defaultValueDescription = typeof option.defaultValueDescription === "object" ? getDiagnosticText(option.defaultValueDescription) : formatDefaultValue(option.defaultValueDescription, option.type === "list" || option.type === "listOrElement" ? option.element.type : option.type);
@@ -161763,7 +161763,7 @@ ${lanes.join(`
161763
161763
  }
161764
161764
  text.push(sys2.newLine);
161765
161765
  } else {
161766
- text.push(colors3.blue(name2), sys2.newLine);
161766
+ text.push(colors2.blue(name2), sys2.newLine);
161767
161767
  if (option.description) {
161768
161768
  const description3 = getDiagnosticText(option.description);
161769
161769
  text.push(description3);
@@ -161808,7 +161808,7 @@ ${lanes.join(`
161808
161808
  if (isFirstLine) {
161809
161809
  curLeft = left.padStart(rightAlignOfLeft2);
161810
161810
  curLeft = curLeft.padEnd(leftAlignOfRight2);
161811
- curLeft = colorLeft ? colors3.blue(curLeft) : curLeft;
161811
+ curLeft = colorLeft ? colors2.blue(curLeft) : curLeft;
161812
161812
  } else {
161813
161813
  curLeft = "".padStart(leftAlignOfRight2);
161814
161814
  }
@@ -161920,9 +161920,9 @@ ${lanes.join(`
161920
161920
  return res;
161921
161921
  }
161922
161922
  function printEasyHelp(sys2, simpleOptions) {
161923
- const colors3 = createColors(sys2);
161923
+ const colors2 = createColors(sys2);
161924
161924
  let output = [...getHeader(sys2, `${getDiagnosticText(Diagnostics.tsc_Colon_The_TypeScript_Compiler)} - ${getDiagnosticText(Diagnostics.Version_0, version4)}`)];
161925
- output.push(colors3.bold(getDiagnosticText(Diagnostics.COMMON_COMMANDS)) + sys2.newLine + sys2.newLine);
161925
+ output.push(colors2.bold(getDiagnosticText(Diagnostics.COMMON_COMMANDS)) + sys2.newLine + sys2.newLine);
161926
161926
  example("tsc", Diagnostics.Compiles_the_current_project_tsconfig_json_in_the_working_directory);
161927
161927
  example("tsc app.ts util.ts", Diagnostics.Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options);
161928
161928
  example("tsc -b", Diagnostics.Build_a_composite_project_in_the_working_directory);
@@ -161943,7 +161943,7 @@ ${lanes.join(`
161943
161943
  function example(ex, desc) {
161944
161944
  const examples = typeof ex === "string" ? [ex] : ex;
161945
161945
  for (const example2 of examples) {
161946
- output.push(" " + colors3.blue(example2) + sys2.newLine);
161946
+ output.push(" " + colors2.blue(example2) + sys2.newLine);
161947
161947
  }
161948
161948
  output.push(" " + getDiagnosticText(desc) + sys2.newLine + sys2.newLine);
161949
161949
  }
@@ -161966,12 +161966,12 @@ ${lanes.join(`
161966
161966
  }
161967
161967
  function getHeader(sys2, message) {
161968
161968
  var _a;
161969
- const colors3 = createColors(sys2);
161969
+ const colors2 = createColors(sys2);
161970
161970
  const header = [];
161971
161971
  const terminalWidth = ((_a = sys2.getWidthOfTerminal) == null ? undefined : _a.call(sys2)) ?? 0;
161972
161972
  const tsIconLength = 5;
161973
- const tsIconFirstLine = colors3.blueBackground("".padStart(tsIconLength));
161974
- const tsIconSecondLine = colors3.blueBackground(colors3.brightWhite("TS ".padStart(tsIconLength)));
161973
+ const tsIconFirstLine = colors2.blueBackground("".padStart(tsIconLength));
161974
+ const tsIconSecondLine = colors2.blueBackground(colors2.brightWhite("TS ".padStart(tsIconLength)));
161975
161975
  if (terminalWidth >= message.length + tsIconLength) {
161976
161976
  const rightAlign = terminalWidth > 120 ? 120 : terminalWidth;
161977
161977
  const leftAlign = rightAlign - tsIconLength;
@@ -232832,16 +232832,16 @@ var init_lru = __esm(() => {
232832
232832
  });
232833
232833
  this.maxSize = size2;
232834
232834
  }
232835
- get(key2) {
232836
- const value4 = super.get(key2);
232837
- if (super.has(key2) && value4 !== undefined) {
232838
- this.delete(key2);
232839
- super.set(key2, value4);
232835
+ get(key3) {
232836
+ const value4 = super.get(key3);
232837
+ if (super.has(key3) && value4 !== undefined) {
232838
+ this.delete(key3);
232839
+ super.set(key3, value4);
232840
232840
  }
232841
232841
  return value4;
232842
232842
  }
232843
- set(key2, value4) {
232844
- super.set(key2, value4);
232843
+ set(key3, value4) {
232844
+ super.set(key3, value4);
232845
232845
  if (this.maxSize && this.size > this.maxSize) {
232846
232846
  const firstKey = this.keys().next().value;
232847
232847
  if (firstKey)
@@ -233883,9 +233883,9 @@ var init_decodeErrorResult = __esm(() => {
233883
233883
  });
233884
233884
 
233885
233885
  // ../../node_modules/viem/_esm/utils/stringify.js
233886
- var stringify3 = (value4, replacer, space) => JSON.stringify(value4, (key2, value_) => {
233886
+ var stringify3 = (value4, replacer, space) => JSON.stringify(value4, (key3, value_) => {
233887
233887
  const value5 = typeof value_ === "bigint" ? value_.toString() : value_;
233888
- return typeof replacer === "function" ? replacer(key2, value5) : value5;
233888
+ return typeof replacer === "function" ? replacer(key3, value5) : value5;
233889
233889
  }, space);
233890
233890
 
233891
233891
  // ../../node_modules/viem/_esm/utils/abi/formatAbiItemWithArgs.js
@@ -233999,13 +233999,13 @@ var init_stateOverride = __esm(() => {
233999
233999
 
234000
234000
  // ../../node_modules/viem/_esm/errors/transaction.js
234001
234001
  function prettyPrint(args) {
234002
- const entries = Object.entries(args).map(([key2, value4]) => {
234002
+ const entries = Object.entries(args).map(([key3, value4]) => {
234003
234003
  if (value4 === undefined || value4 === false)
234004
234004
  return null;
234005
- return [key2, value4];
234005
+ return [key3, value4];
234006
234006
  }).filter(Boolean);
234007
- const maxLength = entries.reduce((acc, [key2]) => Math.max(acc, key2.length), 0);
234008
- return entries.map(([key2, value4]) => ` ${`${key2}:`.padEnd(maxLength + 1)} ${value4}`).join(`
234007
+ const maxLength = entries.reduce((acc, [key3]) => Math.max(acc, key3.length), 0);
234008
+ return entries.map(([key3, value4]) => ` ${`${key3}:`.padEnd(maxLength + 1)} ${value4}`).join(`
234009
234009
  `);
234010
234010
  }
234011
234011
  var FeeConflictError, InvalidSerializableTransactionError, TransactionNotFoundError, TransactionReceiptNotFoundError, WaitForTransactionReceiptTimeoutError;
@@ -235111,7 +235111,7 @@ var init_sha2 = __esm(() => {
235111
235111
  });
235112
235112
 
235113
235113
  // ../../node_modules/@noble/hashes/esm/hmac.js
235114
- var HMAC, hmac = (hash2, key2, message) => new HMAC(hash2, key2).update(message).digest();
235114
+ var HMAC, hmac = (hash2, key3, message) => new HMAC(hash2, key3).update(message).digest();
235115
235115
  var init_hmac = __esm(() => {
235116
235116
  init_utils2();
235117
235117
  HMAC = class HMAC extends Hash {
@@ -235120,7 +235120,7 @@ var init_hmac = __esm(() => {
235120
235120
  this.finished = false;
235121
235121
  this.destroyed = false;
235122
235122
  ahash(hash2);
235123
- const key2 = toBytes2(_key);
235123
+ const key3 = toBytes2(_key);
235124
235124
  this.iHash = hash2.create();
235125
235125
  if (typeof this.iHash.update !== "function")
235126
235126
  throw new Error("Expected instance of class which extends utils.Hash");
@@ -235128,7 +235128,7 @@ var init_hmac = __esm(() => {
235128
235128
  this.outputLen = this.iHash.outputLen;
235129
235129
  const blockLen = this.blockLen;
235130
235130
  const pad2 = new Uint8Array(blockLen);
235131
- pad2.set(key2.length > blockLen ? hash2.create().update(key2).digest() : key2);
235131
+ pad2.set(key3.length > blockLen ? hash2.create().update(key3).digest() : key3);
235132
235132
  for (let i6 = 0;i6 < pad2.length; i6++)
235133
235133
  pad2[i6] ^= 54;
235134
235134
  this.iHash.update(pad2);
@@ -235178,7 +235178,7 @@ var init_hmac = __esm(() => {
235178
235178
  this.iHash.destroy();
235179
235179
  }
235180
235180
  };
235181
- hmac.create = (hash2, key2) => new HMAC(hash2, key2);
235181
+ hmac.create = (hash2, key3) => new HMAC(hash2, key3);
235182
235182
  });
235183
235183
 
235184
235184
  // ../../node_modules/@noble/curves/esm/utils.js
@@ -235579,13 +235579,13 @@ function getMinHashLength(fieldOrder) {
235579
235579
  const length = getFieldBytesLength(fieldOrder);
235580
235580
  return length + Math.ceil(length / 2);
235581
235581
  }
235582
- function mapHashToField(key2, fieldOrder, isLE2 = false) {
235583
- const len = key2.length;
235582
+ function mapHashToField(key3, fieldOrder, isLE2 = false) {
235583
+ const len = key3.length;
235584
235584
  const fieldLen = getFieldBytesLength(fieldOrder);
235585
235585
  const minLen = getMinHashLength(fieldOrder);
235586
235586
  if (len < 16 || len < minLen || len > 1024)
235587
235587
  throw new Error("expected " + minLen + "-1024 bytes of input, got " + len);
235588
- const num = isLE2 ? bytesToNumberLE(key2) : bytesToNumberBE(key2);
235588
+ const num = isLE2 ? bytesToNumberLE(key3) : bytesToNumberBE(key3);
235589
235589
  const reduced = mod(num, fieldOrder - _1n3) + _1n3;
235590
235590
  return isLE2 ? numberToBytesLE(reduced, fieldLen) : numberToBytesBE(reduced, fieldLen);
235591
235591
  }
@@ -235888,12 +235888,12 @@ function _legacyHelperEquat(Fp, a7, b4) {
235888
235888
  }
235889
235889
  function _legacyHelperNormPriv(Fn, allowedPrivateKeyLengths, wrapPrivateKey) {
235890
235890
  const { BYTES: expected } = Fn;
235891
- function normPrivateKeyToScalar(key2) {
235891
+ function normPrivateKeyToScalar(key3) {
235892
235892
  let num;
235893
- if (typeof key2 === "bigint") {
235894
- num = key2;
235893
+ if (typeof key3 === "bigint") {
235894
+ num = key3;
235895
235895
  } else {
235896
- let bytes = ensureBytes("private key", key2);
235896
+ let bytes = ensureBytes("private key", key3);
235897
235897
  if (allowedPrivateKeyLengths) {
235898
235898
  if (!allowedPrivateKeyLengths.includes(bytes.length * 2))
235899
235899
  throw new Error("invalid private key");
@@ -235904,7 +235904,7 @@ function _legacyHelperNormPriv(Fn, allowedPrivateKeyLengths, wrapPrivateKey) {
235904
235904
  try {
235905
235905
  num = Fn.fromBytes(bytes);
235906
235906
  } catch (error44) {
235907
- throw new Error(`invalid private key: expected ui8a of size ${expected}, got ${typeof key2}`);
235907
+ throw new Error(`invalid private key: expected ui8a of size ${expected}, got ${typeof key3}`);
235908
235908
  }
235909
235909
  }
235910
235910
  if (wrapPrivateKey)
@@ -236306,7 +236306,7 @@ function ecdsa(Point, ecdsaOpts, curveOpts = {}) {
236306
236306
  bits2int_modN: "function"
236307
236307
  });
236308
236308
  const randomBytes_ = ecdsaOpts.randomBytes || randomBytes;
236309
- const hmac_ = ecdsaOpts.hmac || ((key2, ...msgs) => hmac(ecdsaOpts.hash, key2, concatBytes(...msgs)));
236309
+ const hmac_ = ecdsaOpts.hmac || ((key3, ...msgs) => hmac(ecdsaOpts.hash, key3, concatBytes(...msgs)));
236310
236310
  const { Fp, Fn } = Point;
236311
236311
  const { ORDER: CURVE_ORDER, BITS: fnBits } = Fn;
236312
236312
  function isBiggerThanHalfOrder(number6) {
@@ -237464,11 +237464,11 @@ function extract2(value_, { format: format2 }) {
237464
237464
  const value4 = {};
237465
237465
  function extract_(formatted2) {
237466
237466
  const keys = Object.keys(formatted2);
237467
- for (const key2 of keys) {
237468
- if (key2 in value_)
237469
- value4[key2] = value_[key2];
237470
- if (formatted2[key2] && typeof formatted2[key2] === "object" && !Array.isArray(formatted2[key2]))
237471
- extract_(formatted2[key2]);
237467
+ for (const key3 of keys) {
237468
+ if (key3 in value_)
237469
+ value4[key3] = value_[key3];
237470
+ if (formatted2[key3] && typeof formatted2[key3] === "object" && !Array.isArray(formatted2[key3]))
237471
+ extract_(formatted2[key3]);
237472
237472
  }
237473
237473
  }
237474
237474
  const formatted = format2(value_ || {});
@@ -237872,9 +237872,9 @@ var init_Errors = __esm(() => {
237872
237872
 
237873
237873
  // ../../node_modules/ox/_esm/core/Json.js
237874
237874
  function stringify4(value4, replacer, space) {
237875
- return JSON.stringify(value4, (key2, value5) => {
237875
+ return JSON.stringify(value4, (key3, value5) => {
237876
237876
  if (typeof replacer === "function")
237877
- return replacer(key2, value5);
237877
+ return replacer(key3, value5);
237878
237878
  if (typeof value5 === "bigint")
237879
237879
  return value5.toString() + bigIntSuffix;
237880
237880
  return value5;
@@ -239297,11 +239297,11 @@ var require_visit = __commonJS((exports) => {
239297
239297
  visit2.BREAK = BREAK;
239298
239298
  visit2.SKIP = SKIP;
239299
239299
  visit2.REMOVE = REMOVE;
239300
- function visit_(key2, node, visitor, path7) {
239301
- const ctrl = callVisitor(key2, node, visitor, path7);
239300
+ function visit_(key3, node, visitor, path7) {
239301
+ const ctrl = callVisitor(key3, node, visitor, path7);
239302
239302
  if (identity2.isNode(ctrl) || identity2.isPair(ctrl)) {
239303
- replaceNode(key2, path7, ctrl);
239304
- return visit_(key2, ctrl, visitor, path7);
239303
+ replaceNode(key3, path7, ctrl);
239304
+ return visit_(key3, ctrl, visitor, path7);
239305
239305
  }
239306
239306
  if (typeof ctrl !== "symbol") {
239307
239307
  if (identity2.isCollection(node)) {
@@ -239345,11 +239345,11 @@ var require_visit = __commonJS((exports) => {
239345
239345
  visitAsync.BREAK = BREAK;
239346
239346
  visitAsync.SKIP = SKIP;
239347
239347
  visitAsync.REMOVE = REMOVE;
239348
- async function visitAsync_(key2, node, visitor, path7) {
239349
- const ctrl = await callVisitor(key2, node, visitor, path7);
239348
+ async function visitAsync_(key3, node, visitor, path7) {
239349
+ const ctrl = await callVisitor(key3, node, visitor, path7);
239350
239350
  if (identity2.isNode(ctrl) || identity2.isPair(ctrl)) {
239351
- replaceNode(key2, path7, ctrl);
239352
- return visitAsync_(key2, ctrl, visitor, path7);
239351
+ replaceNode(key3, path7, ctrl);
239352
+ return visitAsync_(key3, ctrl, visitor, path7);
239353
239353
  }
239354
239354
  if (typeof ctrl !== "symbol") {
239355
239355
  if (identity2.isCollection(node)) {
@@ -239399,27 +239399,27 @@ var require_visit = __commonJS((exports) => {
239399
239399
  }
239400
239400
  return visitor;
239401
239401
  }
239402
- function callVisitor(key2, node, visitor, path7) {
239402
+ function callVisitor(key3, node, visitor, path7) {
239403
239403
  if (typeof visitor === "function")
239404
- return visitor(key2, node, path7);
239404
+ return visitor(key3, node, path7);
239405
239405
  if (identity2.isMap(node))
239406
- return visitor.Map?.(key2, node, path7);
239406
+ return visitor.Map?.(key3, node, path7);
239407
239407
  if (identity2.isSeq(node))
239408
- return visitor.Seq?.(key2, node, path7);
239408
+ return visitor.Seq?.(key3, node, path7);
239409
239409
  if (identity2.isPair(node))
239410
- return visitor.Pair?.(key2, node, path7);
239410
+ return visitor.Pair?.(key3, node, path7);
239411
239411
  if (identity2.isScalar(node))
239412
- return visitor.Scalar?.(key2, node, path7);
239412
+ return visitor.Scalar?.(key3, node, path7);
239413
239413
  if (identity2.isAlias(node))
239414
- return visitor.Alias?.(key2, node, path7);
239414
+ return visitor.Alias?.(key3, node, path7);
239415
239415
  return;
239416
239416
  }
239417
- function replaceNode(key2, path7, node) {
239417
+ function replaceNode(key3, path7, node) {
239418
239418
  const parent = path7[path7.length - 1];
239419
239419
  if (identity2.isCollection(parent)) {
239420
- parent.items[key2] = node;
239420
+ parent.items[key3] = node;
239421
239421
  } else if (identity2.isPair(parent)) {
239422
- if (key2 === "key")
239422
+ if (key3 === "key")
239423
239423
  parent.key = node;
239424
239424
  else
239425
239425
  parent.value = node;
@@ -239650,7 +239650,7 @@ var require_anchors = __commonJS((exports) => {
239650
239650
 
239651
239651
  // ../../node_modules/yaml/dist/doc/applyReviver.js
239652
239652
  var require_applyReviver = __commonJS((exports) => {
239653
- function applyReviver(reviver, obj, key2, val) {
239653
+ function applyReviver(reviver, obj, key3, val) {
239654
239654
  if (val && typeof val === "object") {
239655
239655
  if (Array.isArray(val)) {
239656
239656
  for (let i7 = 0, len = val.length;i7 < len; ++i7) {
@@ -239690,7 +239690,7 @@ var require_applyReviver = __commonJS((exports) => {
239690
239690
  }
239691
239691
  }
239692
239692
  }
239693
- return reviver.call(obj, key2, val);
239693
+ return reviver.call(obj, key3, val);
239694
239694
  }
239695
239695
  exports.applyReviver = applyReviver;
239696
239696
  });
@@ -240019,29 +240019,29 @@ var require_Collection = __commonJS((exports) => {
240019
240019
  if (isEmptyPath(path7))
240020
240020
  this.add(value4);
240021
240021
  else {
240022
- const [key2, ...rest] = path7;
240023
- const node = this.get(key2, true);
240022
+ const [key3, ...rest] = path7;
240023
+ const node = this.get(key3, true);
240024
240024
  if (identity2.isCollection(node))
240025
240025
  node.addIn(rest, value4);
240026
240026
  else if (node === undefined && this.schema)
240027
- this.set(key2, collectionFromPath(this.schema, rest, value4));
240027
+ this.set(key3, collectionFromPath(this.schema, rest, value4));
240028
240028
  else
240029
- throw new Error(`Expected YAML collection at ${key2}. Remaining path: ${rest}`);
240029
+ throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
240030
240030
  }
240031
240031
  }
240032
240032
  deleteIn(path7) {
240033
- const [key2, ...rest] = path7;
240033
+ const [key3, ...rest] = path7;
240034
240034
  if (rest.length === 0)
240035
- return this.delete(key2);
240036
- const node = this.get(key2, true);
240035
+ return this.delete(key3);
240036
+ const node = this.get(key3, true);
240037
240037
  if (identity2.isCollection(node))
240038
240038
  return node.deleteIn(rest);
240039
240039
  else
240040
- throw new Error(`Expected YAML collection at ${key2}. Remaining path: ${rest}`);
240040
+ throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
240041
240041
  }
240042
240042
  getIn(path7, keepScalar) {
240043
- const [key2, ...rest] = path7;
240044
- const node = this.get(key2, true);
240043
+ const [key3, ...rest] = path7;
240044
+ const node = this.get(key3, true);
240045
240045
  if (rest.length === 0)
240046
240046
  return !keepScalar && identity2.isScalar(node) ? node.value : node;
240047
240047
  else
@@ -240056,24 +240056,24 @@ var require_Collection = __commonJS((exports) => {
240056
240056
  });
240057
240057
  }
240058
240058
  hasIn(path7) {
240059
- const [key2, ...rest] = path7;
240059
+ const [key3, ...rest] = path7;
240060
240060
  if (rest.length === 0)
240061
- return this.has(key2);
240062
- const node = this.get(key2, true);
240061
+ return this.has(key3);
240062
+ const node = this.get(key3, true);
240063
240063
  return identity2.isCollection(node) ? node.hasIn(rest) : false;
240064
240064
  }
240065
240065
  setIn(path7, value4) {
240066
- const [key2, ...rest] = path7;
240066
+ const [key3, ...rest] = path7;
240067
240067
  if (rest.length === 0) {
240068
- this.set(key2, value4);
240068
+ this.set(key3, value4);
240069
240069
  } else {
240070
- const node = this.get(key2, true);
240070
+ const node = this.get(key3, true);
240071
240071
  if (identity2.isCollection(node))
240072
240072
  node.setIn(rest, value4);
240073
240073
  else if (node === undefined && this.schema)
240074
- this.set(key2, collectionFromPath(this.schema, rest, value4));
240074
+ this.set(key3, collectionFromPath(this.schema, rest, value4));
240075
240075
  else
240076
- throw new Error(`Expected YAML collection at ${key2}. Remaining path: ${rest}`);
240076
+ throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
240077
240077
  }
240078
240078
  }
240079
240079
  }
@@ -240660,19 +240660,19 @@ var require_stringifyPair = __commonJS((exports) => {
240660
240660
  var Scalar = require_Scalar();
240661
240661
  var stringify5 = require_stringify();
240662
240662
  var stringifyComment = require_stringifyComment();
240663
- function stringifyPair2({ key: key2, value: value4 }, ctx, onComment, onChompKeep) {
240663
+ function stringifyPair2({ key: key3, value: value4 }, ctx, onComment, onChompKeep) {
240664
240664
  const { allNullValues, doc: doc2, indent: indent2, indentStep, options: { commentString, indentSeq, simpleKeys } } = ctx;
240665
- let keyComment = identity2.isNode(key2) && key2.comment || null;
240665
+ let keyComment = identity2.isNode(key3) && key3.comment || null;
240666
240666
  if (simpleKeys) {
240667
240667
  if (keyComment) {
240668
240668
  throw new Error("With simple keys, key nodes cannot have comments");
240669
240669
  }
240670
- if (identity2.isCollection(key2) || !identity2.isNode(key2) && typeof key2 === "object") {
240670
+ if (identity2.isCollection(key3) || !identity2.isNode(key3) && typeof key3 === "object") {
240671
240671
  const msg = "With simple keys, collection cannot be used as a key value";
240672
240672
  throw new Error(msg);
240673
240673
  }
240674
240674
  }
240675
- let explicitKey = !simpleKeys && (!key2 || keyComment && value4 == null && !ctx.inFlow || identity2.isCollection(key2) || (identity2.isScalar(key2) ? key2.type === Scalar.Scalar.BLOCK_FOLDED || key2.type === Scalar.Scalar.BLOCK_LITERAL : typeof key2 === "object"));
240675
+ let explicitKey = !simpleKeys && (!key3 || keyComment && value4 == null && !ctx.inFlow || identity2.isCollection(key3) || (identity2.isScalar(key3) ? key3.type === Scalar.Scalar.BLOCK_FOLDED || key3.type === Scalar.Scalar.BLOCK_LITERAL : typeof key3 === "object"));
240676
240676
  ctx = Object.assign({}, ctx, {
240677
240677
  allNullValues: false,
240678
240678
  implicitKey: !explicitKey && (simpleKeys || !allNullValues),
@@ -240680,7 +240680,7 @@ var require_stringifyPair = __commonJS((exports) => {
240680
240680
  });
240681
240681
  let keyCommentDone = false;
240682
240682
  let chompKeep = false;
240683
- let str = stringify5.stringify(key2, ctx, () => keyCommentDone = true, () => chompKeep = true);
240683
+ let str = stringify5.stringify(key3, ctx, () => keyCommentDone = true, () => chompKeep = true);
240684
240684
  if (!explicitKey && !ctx.inFlow && str.length > 1024) {
240685
240685
  if (simpleKeys)
240686
240686
  throw new Error("With simple keys, single line scalar must not span more than 1024 characters");
@@ -240824,7 +240824,7 @@ var require_merge = __commonJS((exports) => {
240824
240824
  }),
240825
240825
  stringify: () => MERGE_KEY
240826
240826
  };
240827
- var isMergeKey = (ctx, key2) => (merge7.identify(key2) || identity2.isScalar(key2) && (!key2.type || key2.type === Scalar.Scalar.PLAIN) && merge7.identify(key2.value)) && ctx?.doc.schema.tags.some((tag) => tag.tag === merge7.tag && tag.default);
240827
+ var isMergeKey = (ctx, key3) => (merge7.identify(key3) || identity2.isScalar(key3) && (!key3.type || key3.type === Scalar.Scalar.PLAIN) && merge7.identify(key3.value)) && ctx?.doc.schema.tags.some((tag) => tag.tag === merge7.tag && tag.default);
240828
240828
  function addMergeToJSMap(ctx, map7, value4) {
240829
240829
  value4 = ctx && identity2.isAlias(value4) ? value4.resolve(ctx.doc) : value4;
240830
240830
  if (identity2.isSeq(value4))
@@ -240841,14 +240841,14 @@ var require_merge = __commonJS((exports) => {
240841
240841
  if (!identity2.isMap(source))
240842
240842
  throw new Error("Merge sources must be maps or map aliases");
240843
240843
  const srcMap = source.toJSON(null, ctx, Map);
240844
- for (const [key2, value5] of srcMap) {
240844
+ for (const [key3, value5] of srcMap) {
240845
240845
  if (map7 instanceof Map) {
240846
- if (!map7.has(key2))
240847
- map7.set(key2, value5);
240846
+ if (!map7.has(key3))
240847
+ map7.set(key3, value5);
240848
240848
  } else if (map7 instanceof Set) {
240849
- map7.add(key2);
240850
- } else if (!Object.prototype.hasOwnProperty.call(map7, key2)) {
240851
- Object.defineProperty(map7, key2, {
240849
+ map7.add(key3);
240850
+ } else if (!Object.prototype.hasOwnProperty.call(map7, key3)) {
240851
+ Object.defineProperty(map7, key3, {
240852
240852
  value: value5,
240853
240853
  writable: true,
240854
240854
  enumerable: true,
@@ -240870,19 +240870,19 @@ var require_addPairToJSMap = __commonJS((exports) => {
240870
240870
  var stringify5 = require_stringify();
240871
240871
  var identity2 = require_identity();
240872
240872
  var toJS = require_toJS();
240873
- function addPairToJSMap(ctx, map7, { key: key2, value: value4 }) {
240874
- if (identity2.isNode(key2) && key2.addToJSMap)
240875
- key2.addToJSMap(ctx, map7, value4);
240876
- else if (merge7.isMergeKey(ctx, key2))
240873
+ function addPairToJSMap(ctx, map7, { key: key3, value: value4 }) {
240874
+ if (identity2.isNode(key3) && key3.addToJSMap)
240875
+ key3.addToJSMap(ctx, map7, value4);
240876
+ else if (merge7.isMergeKey(ctx, key3))
240877
240877
  merge7.addMergeToJSMap(ctx, map7, value4);
240878
240878
  else {
240879
- const jsKey = toJS.toJS(key2, "", ctx);
240879
+ const jsKey = toJS.toJS(key3, "", ctx);
240880
240880
  if (map7 instanceof Map) {
240881
240881
  map7.set(jsKey, toJS.toJS(value4, jsKey, ctx));
240882
240882
  } else if (map7 instanceof Set) {
240883
240883
  map7.add(jsKey);
240884
240884
  } else {
240885
- const stringKey = stringifyKey(key2, jsKey, ctx);
240885
+ const stringKey = stringifyKey(key3, jsKey, ctx);
240886
240886
  const jsValue = toJS.toJS(value4, stringKey, ctx);
240887
240887
  if (stringKey in map7)
240888
240888
  Object.defineProperty(map7, stringKey, {
@@ -240897,19 +240897,19 @@ var require_addPairToJSMap = __commonJS((exports) => {
240897
240897
  }
240898
240898
  return map7;
240899
240899
  }
240900
- function stringifyKey(key2, jsKey, ctx) {
240900
+ function stringifyKey(key3, jsKey, ctx) {
240901
240901
  if (jsKey === null)
240902
240902
  return "";
240903
240903
  if (typeof jsKey !== "object")
240904
240904
  return String(jsKey);
240905
- if (identity2.isNode(key2) && ctx?.doc) {
240905
+ if (identity2.isNode(key3) && ctx?.doc) {
240906
240906
  const strCtx = stringify5.createStringifyContext(ctx.doc, {});
240907
240907
  strCtx.anchors = new Set;
240908
240908
  for (const node of ctx.anchors.keys())
240909
240909
  strCtx.anchors.add(node.anchor);
240910
240910
  strCtx.inFlow = true;
240911
240911
  strCtx.inStringifyKey = true;
240912
- const strKey = key2.toString(strCtx);
240912
+ const strKey = key3.toString(strCtx);
240913
240913
  if (!ctx.mapKeyWarned) {
240914
240914
  let jsonStr = JSON.stringify(strKey);
240915
240915
  if (jsonStr.length > 40)
@@ -240930,25 +240930,25 @@ var require_Pair = __commonJS((exports) => {
240930
240930
  var stringifyPair2 = require_stringifyPair();
240931
240931
  var addPairToJSMap = require_addPairToJSMap();
240932
240932
  var identity2 = require_identity();
240933
- function createPair(key2, value4, ctx) {
240934
- const k6 = createNode.createNode(key2, undefined, ctx);
240933
+ function createPair(key3, value4, ctx) {
240934
+ const k6 = createNode.createNode(key3, undefined, ctx);
240935
240935
  const v7 = createNode.createNode(value4, undefined, ctx);
240936
240936
  return new Pair(k6, v7);
240937
240937
  }
240938
240938
 
240939
240939
  class Pair {
240940
- constructor(key2, value4 = null) {
240940
+ constructor(key3, value4 = null) {
240941
240941
  Object.defineProperty(this, identity2.NODE_TYPE, { value: identity2.PAIR });
240942
- this.key = key2;
240942
+ this.key = key3;
240943
240943
  this.value = value4;
240944
240944
  }
240945
240945
  clone(schema) {
240946
- let { key: key2, value: value4 } = this;
240947
- if (identity2.isNode(key2))
240948
- key2 = key2.clone(schema);
240946
+ let { key: key3, value: value4 } = this;
240947
+ if (identity2.isNode(key3))
240948
+ key3 = key3.clone(schema);
240949
240949
  if (identity2.isNode(value4))
240950
240950
  value4 = value4.clone(schema);
240951
- return new Pair(key2, value4);
240951
+ return new Pair(key3, value4);
240952
240952
  }
240953
240953
  toJSON(_6, ctx) {
240954
240954
  const pair = ctx?.mapAsMap ? new Map : {};
@@ -241115,11 +241115,11 @@ var require_YAMLMap = __commonJS((exports) => {
241115
241115
  var identity2 = require_identity();
241116
241116
  var Pair = require_Pair();
241117
241117
  var Scalar = require_Scalar();
241118
- function findPair(items, key2) {
241119
- const k6 = identity2.isScalar(key2) ? key2.value : key2;
241118
+ function findPair(items, key3) {
241119
+ const k6 = identity2.isScalar(key3) ? key3.value : key3;
241120
241120
  for (const it2 of items) {
241121
241121
  if (identity2.isPair(it2)) {
241122
- if (it2.key === key2 || it2.key === k6)
241122
+ if (it2.key === key3 || it2.key === k6)
241123
241123
  return it2;
241124
241124
  if (identity2.isScalar(it2.key) && it2.key.value === k6)
241125
241125
  return it2;
@@ -241139,20 +241139,20 @@ var require_YAMLMap = __commonJS((exports) => {
241139
241139
  static from(schema, obj, ctx) {
241140
241140
  const { keepUndefined, replacer } = ctx;
241141
241141
  const map7 = new this(schema);
241142
- const add = (key2, value4) => {
241142
+ const add = (key3, value4) => {
241143
241143
  if (typeof replacer === "function")
241144
- value4 = replacer.call(obj, key2, value4);
241145
- else if (Array.isArray(replacer) && !replacer.includes(key2))
241144
+ value4 = replacer.call(obj, key3, value4);
241145
+ else if (Array.isArray(replacer) && !replacer.includes(key3))
241146
241146
  return;
241147
241147
  if (value4 !== undefined || keepUndefined)
241148
- map7.items.push(Pair.createPair(key2, value4, ctx));
241148
+ map7.items.push(Pair.createPair(key3, value4, ctx));
241149
241149
  };
241150
241150
  if (obj instanceof Map) {
241151
- for (const [key2, value4] of obj)
241152
- add(key2, value4);
241151
+ for (const [key3, value4] of obj)
241152
+ add(key3, value4);
241153
241153
  } else if (obj && typeof obj === "object") {
241154
- for (const key2 of Object.keys(obj))
241155
- add(key2, obj[key2]);
241154
+ for (const key3 of Object.keys(obj))
241155
+ add(key3, obj[key3]);
241156
241156
  }
241157
241157
  if (typeof schema.sortMapEntries === "function") {
241158
241158
  map7.items.sort(schema.sortMapEntries);
@@ -241186,23 +241186,23 @@ var require_YAMLMap = __commonJS((exports) => {
241186
241186
  this.items.push(_pair);
241187
241187
  }
241188
241188
  }
241189
- delete(key2) {
241190
- const it2 = findPair(this.items, key2);
241189
+ delete(key3) {
241190
+ const it2 = findPair(this.items, key3);
241191
241191
  if (!it2)
241192
241192
  return false;
241193
241193
  const del = this.items.splice(this.items.indexOf(it2), 1);
241194
241194
  return del.length > 0;
241195
241195
  }
241196
- get(key2, keepScalar) {
241197
- const it2 = findPair(this.items, key2);
241196
+ get(key3, keepScalar) {
241197
+ const it2 = findPair(this.items, key3);
241198
241198
  const node = it2?.value;
241199
241199
  return (!keepScalar && identity2.isScalar(node) ? node.value : node) ?? undefined;
241200
241200
  }
241201
- has(key2) {
241202
- return !!findPair(this.items, key2);
241201
+ has(key3) {
241202
+ return !!findPair(this.items, key3);
241203
241203
  }
241204
- set(key2, value4) {
241205
- this.add(new Pair.Pair(key2, value4), true);
241204
+ set(key3, value4) {
241205
+ this.add(new Pair.Pair(key3, value4), true);
241206
241206
  }
241207
241207
  toJSON(_6, ctx, Type) {
241208
241208
  const map7 = Type ? new Type : ctx?.mapAsMap ? new Map : {};
@@ -241273,28 +241273,28 @@ var require_YAMLSeq = __commonJS((exports) => {
241273
241273
  add(value4) {
241274
241274
  this.items.push(value4);
241275
241275
  }
241276
- delete(key2) {
241277
- const idx = asItemIndex(key2);
241276
+ delete(key3) {
241277
+ const idx = asItemIndex(key3);
241278
241278
  if (typeof idx !== "number")
241279
241279
  return false;
241280
241280
  const del = this.items.splice(idx, 1);
241281
241281
  return del.length > 0;
241282
241282
  }
241283
- get(key2, keepScalar) {
241284
- const idx = asItemIndex(key2);
241283
+ get(key3, keepScalar) {
241284
+ const idx = asItemIndex(key3);
241285
241285
  if (typeof idx !== "number")
241286
241286
  return;
241287
241287
  const it2 = this.items[idx];
241288
241288
  return !keepScalar && identity2.isScalar(it2) ? it2.value : it2;
241289
241289
  }
241290
- has(key2) {
241291
- const idx = asItemIndex(key2);
241290
+ has(key3) {
241291
+ const idx = asItemIndex(key3);
241292
241292
  return typeof idx === "number" && idx < this.items.length;
241293
241293
  }
241294
- set(key2, value4) {
241295
- const idx = asItemIndex(key2);
241294
+ set(key3, value4) {
241295
+ const idx = asItemIndex(key3);
241296
241296
  if (typeof idx !== "number")
241297
- throw new Error(`Expected a valid index, not ${key2}.`);
241297
+ throw new Error(`Expected a valid index, not ${key3}.`);
241298
241298
  const prev = this.items[idx];
241299
241299
  if (identity2.isScalar(prev) && Scalar.isScalarValue(value4))
241300
241300
  prev.value = value4;
@@ -241328,8 +241328,8 @@ var require_YAMLSeq = __commonJS((exports) => {
241328
241328
  let i7 = 0;
241329
241329
  for (let it2 of obj) {
241330
241330
  if (typeof replacer === "function") {
241331
- const key2 = obj instanceof Set ? it2 : String(i7++);
241332
- it2 = replacer.call(obj, key2, it2);
241331
+ const key3 = obj instanceof Set ? it2 : String(i7++);
241332
+ it2 = replacer.call(obj, key3, it2);
241333
241333
  }
241334
241334
  seq.items.push(createNode.createNode(it2, undefined, ctx));
241335
241335
  }
@@ -241337,8 +241337,8 @@ var require_YAMLSeq = __commonJS((exports) => {
241337
241337
  return seq;
241338
241338
  }
241339
241339
  }
241340
- function asItemIndex(key2) {
241341
- let idx = identity2.isScalar(key2) ? key2.value : key2;
241340
+ function asItemIndex(key3) {
241341
+ let idx = identity2.isScalar(key3) ? key3.value : key3;
241342
241342
  if (idx && typeof idx === "string")
241343
241343
  idx = Number(idx);
241344
241344
  return typeof idx === "number" && Number.isInteger(idx) && idx >= 0 ? idx : null;
@@ -241711,25 +241711,25 @@ ${cn.comment}` : item.comment;
241711
241711
  for (let it2 of iterable) {
241712
241712
  if (typeof replacer === "function")
241713
241713
  it2 = replacer.call(iterable, String(i7++), it2);
241714
- let key2, value4;
241714
+ let key3, value4;
241715
241715
  if (Array.isArray(it2)) {
241716
241716
  if (it2.length === 2) {
241717
- key2 = it2[0];
241717
+ key3 = it2[0];
241718
241718
  value4 = it2[1];
241719
241719
  } else
241720
241720
  throw new TypeError(`Expected [key, value] tuple: ${it2}`);
241721
241721
  } else if (it2 && it2 instanceof Object) {
241722
241722
  const keys = Object.keys(it2);
241723
241723
  if (keys.length === 1) {
241724
- key2 = keys[0];
241725
- value4 = it2[key2];
241724
+ key3 = keys[0];
241725
+ value4 = it2[key3];
241726
241726
  } else {
241727
241727
  throw new TypeError(`Expected tuple with one key, not ${keys.length} keys`);
241728
241728
  }
241729
241729
  } else {
241730
- key2 = it2;
241730
+ key3 = it2;
241731
241731
  }
241732
- pairs2.items.push(Pair.createPair(key2, value4, ctx));
241732
+ pairs2.items.push(Pair.createPair(key3, value4, ctx));
241733
241733
  }
241734
241734
  return pairs2;
241735
241735
  }
@@ -241770,16 +241770,16 @@ var require_omap = __commonJS((exports) => {
241770
241770
  if (ctx?.onCreate)
241771
241771
  ctx.onCreate(map7);
241772
241772
  for (const pair of this.items) {
241773
- let key2, value4;
241773
+ let key3, value4;
241774
241774
  if (identity2.isPair(pair)) {
241775
- key2 = toJS.toJS(pair.key, "", ctx);
241776
- value4 = toJS.toJS(pair.value, key2, ctx);
241775
+ key3 = toJS.toJS(pair.key, "", ctx);
241776
+ value4 = toJS.toJS(pair.value, key3, ctx);
241777
241777
  } else {
241778
- key2 = toJS.toJS(pair, "", ctx);
241778
+ key3 = toJS.toJS(pair, "", ctx);
241779
241779
  }
241780
- if (map7.has(key2))
241780
+ if (map7.has(key3))
241781
241781
  throw new Error("Ordered maps must not include duplicate keys");
241782
- map7.set(key2, value4);
241782
+ map7.set(key3, value4);
241783
241783
  }
241784
241784
  return map7;
241785
241785
  }
@@ -241800,12 +241800,12 @@ var require_omap = __commonJS((exports) => {
241800
241800
  resolve(seq, onError) {
241801
241801
  const pairs$1 = pairs.resolvePairs(seq, onError);
241802
241802
  const seenKeys = [];
241803
- for (const { key: key2 } of pairs$1.items) {
241804
- if (identity2.isScalar(key2)) {
241805
- if (seenKeys.includes(key2.value)) {
241806
- onError(`Ordered maps must not include duplicate keys: ${key2.value}`);
241803
+ for (const { key: key3 } of pairs$1.items) {
241804
+ if (identity2.isScalar(key3)) {
241805
+ if (seenKeys.includes(key3.value)) {
241806
+ onError(`Ordered maps must not include duplicate keys: ${key3.value}`);
241807
241807
  } else {
241808
- seenKeys.push(key2.value);
241808
+ seenKeys.push(key3.value);
241809
241809
  }
241810
241810
  }
241811
241811
  }
@@ -241979,30 +241979,30 @@ var require_set = __commonJS((exports) => {
241979
241979
  super(schema);
241980
241980
  this.tag = YAMLSet.tag;
241981
241981
  }
241982
- add(key2) {
241982
+ add(key3) {
241983
241983
  let pair;
241984
- if (identity2.isPair(key2))
241985
- pair = key2;
241986
- else if (key2 && typeof key2 === "object" && "key" in key2 && "value" in key2 && key2.value === null)
241987
- pair = new Pair.Pair(key2.key, null);
241984
+ if (identity2.isPair(key3))
241985
+ pair = key3;
241986
+ else if (key3 && typeof key3 === "object" && "key" in key3 && "value" in key3 && key3.value === null)
241987
+ pair = new Pair.Pair(key3.key, null);
241988
241988
  else
241989
- pair = new Pair.Pair(key2, null);
241989
+ pair = new Pair.Pair(key3, null);
241990
241990
  const prev = YAMLMap.findPair(this.items, pair.key);
241991
241991
  if (!prev)
241992
241992
  this.items.push(pair);
241993
241993
  }
241994
- get(key2, keepPair) {
241995
- const pair = YAMLMap.findPair(this.items, key2);
241994
+ get(key3, keepPair) {
241995
+ const pair = YAMLMap.findPair(this.items, key3);
241996
241996
  return !keepPair && identity2.isPair(pair) ? identity2.isScalar(pair.key) ? pair.key.value : pair.key : pair;
241997
241997
  }
241998
- set(key2, value4) {
241998
+ set(key3, value4) {
241999
241999
  if (typeof value4 !== "boolean")
242000
242000
  throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof value4}`);
242001
- const prev = YAMLMap.findPair(this.items, key2);
242001
+ const prev = YAMLMap.findPair(this.items, key3);
242002
242002
  if (prev && !value4) {
242003
242003
  this.items.splice(this.items.indexOf(prev), 1);
242004
242004
  } else if (!prev && value4) {
242005
- this.items.push(new Pair.Pair(key2));
242005
+ this.items.push(new Pair.Pair(key3));
242006
242006
  }
242007
242007
  }
242008
242008
  toJSON(_6, ctx) {
@@ -242237,7 +242237,7 @@ var require_tags = __commonJS((exports) => {
242237
242237
  if (Array.isArray(customTags))
242238
242238
  tags = [];
242239
242239
  else {
242240
- const keys = Array.from(schemas3.keys()).filter((key2) => key2 !== "yaml11").map((key2) => JSON.stringify(key2)).join(", ");
242240
+ const keys = Array.from(schemas3.keys()).filter((key3) => key3 !== "yaml11").map((key3) => JSON.stringify(key3)).join(", ");
242241
242241
  throw new Error(`Unknown schema "${schemaName}"; use one of ${keys} or define customTags array`);
242242
242242
  }
242243
242243
  }
@@ -242253,7 +242253,7 @@ var require_tags = __commonJS((exports) => {
242253
242253
  const tagObj = typeof tag === "string" ? tagsByName[tag] : tag;
242254
242254
  if (!tagObj) {
242255
242255
  const tagName = JSON.stringify(tag);
242256
- const keys = Object.keys(tagsByName).map((key2) => JSON.stringify(key2)).join(", ");
242256
+ const keys = Object.keys(tagsByName).map((key3) => JSON.stringify(key3)).join(", ");
242257
242257
  throw new Error(`Unknown custom tag ${tagName}; use one of ${keys}`);
242258
242258
  }
242259
242259
  if (!tags2.includes(tagObj))
@@ -242488,13 +242488,13 @@ var require_Document = __commonJS((exports) => {
242488
242488
  setAnchors();
242489
242489
  return node;
242490
242490
  }
242491
- createPair(key2, value4, options = {}) {
242492
- const k6 = this.createNode(key2, null, options);
242491
+ createPair(key3, value4, options = {}) {
242492
+ const k6 = this.createNode(key3, null, options);
242493
242493
  const v7 = this.createNode(value4, null, options);
242494
242494
  return new Pair.Pair(k6, v7);
242495
242495
  }
242496
- delete(key2) {
242497
- return assertCollection(this.contents) ? this.contents.delete(key2) : false;
242496
+ delete(key3) {
242497
+ return assertCollection(this.contents) ? this.contents.delete(key3) : false;
242498
242498
  }
242499
242499
  deleteIn(path7) {
242500
242500
  if (Collection.isEmptyPath(path7)) {
@@ -242505,27 +242505,27 @@ var require_Document = __commonJS((exports) => {
242505
242505
  }
242506
242506
  return assertCollection(this.contents) ? this.contents.deleteIn(path7) : false;
242507
242507
  }
242508
- get(key2, keepScalar) {
242509
- return identity2.isCollection(this.contents) ? this.contents.get(key2, keepScalar) : undefined;
242508
+ get(key3, keepScalar) {
242509
+ return identity2.isCollection(this.contents) ? this.contents.get(key3, keepScalar) : undefined;
242510
242510
  }
242511
242511
  getIn(path7, keepScalar) {
242512
242512
  if (Collection.isEmptyPath(path7))
242513
242513
  return !keepScalar && identity2.isScalar(this.contents) ? this.contents.value : this.contents;
242514
242514
  return identity2.isCollection(this.contents) ? this.contents.getIn(path7, keepScalar) : undefined;
242515
242515
  }
242516
- has(key2) {
242517
- return identity2.isCollection(this.contents) ? this.contents.has(key2) : false;
242516
+ has(key3) {
242517
+ return identity2.isCollection(this.contents) ? this.contents.has(key3) : false;
242518
242518
  }
242519
242519
  hasIn(path7) {
242520
242520
  if (Collection.isEmptyPath(path7))
242521
242521
  return this.contents !== undefined;
242522
242522
  return identity2.isCollection(this.contents) ? this.contents.hasIn(path7) : false;
242523
242523
  }
242524
- set(key2, value4) {
242524
+ set(key3, value4) {
242525
242525
  if (this.contents == null) {
242526
- this.contents = Collection.collectionFromPath(this.schema, [key2], value4);
242526
+ this.contents = Collection.collectionFromPath(this.schema, [key3], value4);
242527
242527
  } else if (assertCollection(this.contents)) {
242528
- this.contents.set(key2, value4);
242528
+ this.contents.set(key3, value4);
242529
242529
  }
242530
242530
  }
242531
242531
  setIn(path7, value4) {
@@ -242807,25 +242807,25 @@ var require_resolve_props = __commonJS((exports) => {
242807
242807
 
242808
242808
  // ../../node_modules/yaml/dist/compose/util-contains-newline.js
242809
242809
  var require_util_contains_newline = __commonJS((exports) => {
242810
- function containsNewline(key2) {
242811
- if (!key2)
242810
+ function containsNewline(key3) {
242811
+ if (!key3)
242812
242812
  return null;
242813
- switch (key2.type) {
242813
+ switch (key3.type) {
242814
242814
  case "alias":
242815
242815
  case "scalar":
242816
242816
  case "double-quoted-scalar":
242817
242817
  case "single-quoted-scalar":
242818
- if (key2.source.includes(`
242818
+ if (key3.source.includes(`
242819
242819
  `))
242820
242820
  return true;
242821
- if (key2.end) {
242822
- for (const st2 of key2.end)
242821
+ if (key3.end) {
242822
+ for (const st2 of key3.end)
242823
242823
  if (st2.type === "newline")
242824
242824
  return true;
242825
242825
  }
242826
242826
  return false;
242827
242827
  case "flow-collection":
242828
- for (const it2 of key2.items) {
242828
+ for (const it2 of key3.items) {
242829
242829
  for (const st2 of it2.start)
242830
242830
  if (st2.type === "newline")
242831
242831
  return true;
@@ -242890,10 +242890,10 @@ var require_resolve_block_map = __commonJS((exports) => {
242890
242890
  let offset = bm.offset;
242891
242891
  let commentEnd = null;
242892
242892
  for (const collItem of bm.items) {
242893
- const { start: start3, key: key2, sep: sep5, value: value4 } = collItem;
242893
+ const { start: start3, key: key3, sep: sep5, value: value4 } = collItem;
242894
242894
  const keyProps = resolveProps.resolveProps(start3, {
242895
242895
  indicator: "explicit-key-ind",
242896
- next: key2 ?? sep5?.[0],
242896
+ next: key3 ?? sep5?.[0],
242897
242897
  offset,
242898
242898
  onError,
242899
242899
  parentIndent: bm.indent,
@@ -242901,10 +242901,10 @@ var require_resolve_block_map = __commonJS((exports) => {
242901
242901
  });
242902
242902
  const implicitKey = !keyProps.found;
242903
242903
  if (implicitKey) {
242904
- if (key2) {
242905
- if (key2.type === "block-seq")
242904
+ if (key3) {
242905
+ if (key3.type === "block-seq")
242906
242906
  onError(offset, "BLOCK_AS_IMPLICIT_KEY", "A block sequence may not be used as an implicit map key");
242907
- else if ("indent" in key2 && key2.indent !== bm.indent)
242907
+ else if ("indent" in key3 && key3.indent !== bm.indent)
242908
242908
  onError(offset, "BAD_INDENT", startColMsg);
242909
242909
  }
242910
242910
  if (!keyProps.anchor && !keyProps.tag && !sep5) {
@@ -242918,17 +242918,17 @@ var require_resolve_block_map = __commonJS((exports) => {
242918
242918
  }
242919
242919
  continue;
242920
242920
  }
242921
- if (keyProps.newlineAfterProp || utilContainsNewline.containsNewline(key2)) {
242922
- onError(key2 ?? start3[start3.length - 1], "MULTILINE_IMPLICIT_KEY", "Implicit keys need to be on a single line");
242921
+ if (keyProps.newlineAfterProp || utilContainsNewline.containsNewline(key3)) {
242922
+ onError(key3 ?? start3[start3.length - 1], "MULTILINE_IMPLICIT_KEY", "Implicit keys need to be on a single line");
242923
242923
  }
242924
242924
  } else if (keyProps.found?.indent !== bm.indent) {
242925
242925
  onError(offset, "BAD_INDENT", startColMsg);
242926
242926
  }
242927
242927
  ctx.atKey = true;
242928
242928
  const keyStart = keyProps.end;
242929
- const keyNode = key2 ? composeNode(ctx, key2, keyProps, onError) : composeEmptyNode(ctx, keyStart, start3, null, keyProps, onError);
242929
+ const keyNode = key3 ? composeNode(ctx, key3, keyProps, onError) : composeEmptyNode(ctx, keyStart, start3, null, keyProps, onError);
242930
242930
  if (ctx.schema.compat)
242931
- utilFlowIndentCheck.flowIndentCheck(bm.indent, key2, onError);
242931
+ utilFlowIndentCheck.flowIndentCheck(bm.indent, key3, onError);
242932
242932
  ctx.atKey = false;
242933
242933
  if (utilMapIncludes.mapIncludes(ctx, map7.items, keyNode))
242934
242934
  onError(keyStart, "DUPLICATE_KEY", "Map keys must be unique");
@@ -242938,7 +242938,7 @@ var require_resolve_block_map = __commonJS((exports) => {
242938
242938
  offset: keyNode.range[2],
242939
242939
  onError,
242940
242940
  parentIndent: bm.indent,
242941
- startOnNewline: !key2 || key2.type === "block-scalar"
242941
+ startOnNewline: !key3 || key3.type === "block-scalar"
242942
242942
  });
242943
242943
  offset = valueProps.end;
242944
242944
  if (valueProps.found) {
@@ -243094,11 +243094,11 @@ var require_resolve_flow_collection = __commonJS((exports) => {
243094
243094
  let offset = fc.offset + fc.start.source.length;
243095
243095
  for (let i7 = 0;i7 < fc.items.length; ++i7) {
243096
243096
  const collItem = fc.items[i7];
243097
- const { start: start3, key: key2, sep: sep5, value: value4 } = collItem;
243097
+ const { start: start3, key: key3, sep: sep5, value: value4 } = collItem;
243098
243098
  const props = resolveProps.resolveProps(start3, {
243099
243099
  flow: fcName,
243100
243100
  indicator: "explicit-key-ind",
243101
- next: key2 ?? sep5?.[0],
243101
+ next: key3 ?? sep5?.[0],
243102
243102
  offset,
243103
243103
  onError,
243104
243104
  parentIndent: fc.indent,
@@ -243120,8 +243120,8 @@ var require_resolve_flow_collection = __commonJS((exports) => {
243120
243120
  offset = props.end;
243121
243121
  continue;
243122
243122
  }
243123
- if (!isMap && ctx.options.strict && utilContainsNewline.containsNewline(key2))
243124
- onError(key2, "MULTILINE_IMPLICIT_KEY", "Implicit keys of flow sequence pairs need to be on a single line");
243123
+ if (!isMap && ctx.options.strict && utilContainsNewline.containsNewline(key3))
243124
+ onError(key3, "MULTILINE_IMPLICIT_KEY", "Implicit keys of flow sequence pairs need to be on a single line");
243125
243125
  }
243126
243126
  if (i7 === 0) {
243127
243127
  if (props.comma)
@@ -243166,8 +243166,8 @@ var require_resolve_flow_collection = __commonJS((exports) => {
243166
243166
  } else {
243167
243167
  ctx.atKey = true;
243168
243168
  const keyStart = props.end;
243169
- const keyNode = key2 ? composeNode(ctx, key2, props, onError) : composeEmptyNode(ctx, keyStart, start3, null, props, onError);
243170
- if (isBlock(key2))
243169
+ const keyNode = key3 ? composeNode(ctx, key3, props, onError) : composeEmptyNode(ctx, keyStart, start3, null, props, onError);
243170
+ if (isBlock(key3))
243171
243171
  onError(keyNode.range, "BLOCK_IN_FLOW", blockMsg);
243172
243172
  ctx.atKey = false;
243173
243173
  const valueProps = resolveProps.resolveProps(sep5 ?? [], {
@@ -243978,7 +243978,7 @@ var require_composer = __commonJS((exports) => {
243978
243978
  var node_process = __require("process");
243979
243979
  var directives4 = require_directives2();
243980
243980
  var Document = require_Document();
243981
- var errors4 = require_errors3();
243981
+ var errors5 = require_errors3();
243982
243982
  var identity2 = require_identity();
243983
243983
  var composeDoc = require_compose_doc();
243984
243984
  var resolveEnd = require_resolve_end();
@@ -244029,9 +244029,9 @@ var require_composer = __commonJS((exports) => {
244029
244029
  this.onError = (source, code2, message, warning) => {
244030
244030
  const pos = getErrorPos(source);
244031
244031
  if (warning)
244032
- this.warnings.push(new errors4.YAMLWarning(pos, code2, message));
244032
+ this.warnings.push(new errors5.YAMLWarning(pos, code2, message));
244033
244033
  else
244034
- this.errors.push(new errors4.YAMLParseError(pos, code2, message));
244034
+ this.errors.push(new errors5.YAMLParseError(pos, code2, message));
244035
244035
  };
244036
244036
  this.directives = new directives4.Directives({ version: options.version || "1.2" });
244037
244037
  this.options = options;
@@ -244115,7 +244115,7 @@ ${cb}` : comment;
244115
244115
  break;
244116
244116
  case "error": {
244117
244117
  const msg = token.source ? `${token.message}: ${JSON.stringify(token.source)}` : token.message;
244118
- const error45 = new errors4.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg);
244118
+ const error45 = new errors5.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg);
244119
244119
  if (this.atDirectives || !this.doc)
244120
244120
  this.errors.push(error45);
244121
244121
  else
@@ -244125,7 +244125,7 @@ ${cb}` : comment;
244125
244125
  case "doc-end": {
244126
244126
  if (!this.doc) {
244127
244127
  const msg = "Unexpected doc-end without preceding document";
244128
- this.errors.push(new errors4.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg));
244128
+ this.errors.push(new errors5.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg));
244129
244129
  break;
244130
244130
  }
244131
244131
  this.doc.directives.docEnd = true;
@@ -244140,7 +244140,7 @@ ${end.comment}` : end.comment;
244140
244140
  break;
244141
244141
  }
244142
244142
  default:
244143
- this.errors.push(new errors4.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", `Unsupported token ${token.type}`));
244143
+ this.errors.push(new errors5.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", `Unsupported token ${token.type}`));
244144
244144
  }
244145
244145
  }
244146
244146
  *end(forceDoc = false, endOffset = -1) {
@@ -244166,7 +244166,7 @@ ${end.comment}` : end.comment;
244166
244166
  var require_cst_scalar = __commonJS((exports) => {
244167
244167
  var resolveBlockScalar = require_resolve_block_scalar();
244168
244168
  var resolveFlowScalar = require_resolve_flow_scalar();
244169
- var errors4 = require_errors3();
244169
+ var errors5 = require_errors3();
244170
244170
  var stringifyString = require_stringifyString();
244171
244171
  function resolveAsScalar(token, strict = true, onError) {
244172
244172
  if (token) {
@@ -244175,7 +244175,7 @@ var require_cst_scalar = __commonJS((exports) => {
244175
244175
  if (onError)
244176
244176
  onError(offset, code2, message);
244177
244177
  else
244178
- throw new errors4.YAMLParseError([offset, offset + 1], code2, message);
244178
+ throw new errors5.YAMLParseError([offset, offset + 1], code2, message);
244179
244179
  };
244180
244180
  switch (token.type) {
244181
244181
  case "scalar":
@@ -244289,9 +244289,9 @@ var require_cst_scalar = __commonJS((exports) => {
244289
244289
  if (!addEndtoBlockProps(props, "end" in token ? token.end : undefined))
244290
244290
  props.push({ type: "newline", offset: -1, indent: indent2, source: `
244291
244291
  ` });
244292
- for (const key2 of Object.keys(token))
244293
- if (key2 !== "type" && key2 !== "offset")
244294
- delete token[key2];
244292
+ for (const key3 of Object.keys(token))
244293
+ if (key3 !== "type" && key3 !== "offset")
244294
+ delete token[key3];
244295
244295
  Object.assign(token, { type: "block-scalar", indent: indent2, props, source: body });
244296
244296
  }
244297
244297
  }
@@ -244340,9 +244340,9 @@ var require_cst_scalar = __commonJS((exports) => {
244340
244340
  default: {
244341
244341
  const indent2 = "indent" in token ? token.indent : -1;
244342
244342
  const end = "end" in token && Array.isArray(token.end) ? token.end.filter((st2) => st2.type === "space" || st2.type === "comment" || st2.type === "newline") : [];
244343
- for (const key2 of Object.keys(token))
244344
- if (key2 !== "type" && key2 !== "offset")
244345
- delete token[key2];
244343
+ for (const key3 of Object.keys(token))
244344
+ if (key3 !== "type" && key3 !== "offset")
244345
+ delete token[key3];
244346
244346
  Object.assign(token, { type: type4, indent: indent2, source, end });
244347
244347
  }
244348
244348
  }
@@ -244394,12 +244394,12 @@ var require_cst_stringify = __commonJS((exports) => {
244394
244394
  }
244395
244395
  }
244396
244396
  }
244397
- function stringifyItem({ start: start3, key: key2, sep: sep5, value: value4 }) {
244397
+ function stringifyItem({ start: start3, key: key3, sep: sep5, value: value4 }) {
244398
244398
  let res = "";
244399
244399
  for (const st2 of start3)
244400
244400
  res += st2.source;
244401
- if (key2)
244402
- res += stringifyToken(key2);
244401
+ if (key3)
244402
+ res += stringifyToken(key3);
244403
244403
  if (sep5)
244404
244404
  for (const st2 of sep5)
244405
244405
  res += st2.source;
@@ -245695,7 +245695,7 @@ var require_parser2 = __commonJS((exports) => {
245695
245695
  });
245696
245696
  } else if (isFlowToken(it2.key) && !includesToken(it2.sep, "newline")) {
245697
245697
  const start4 = getFirstKeyStartProps(it2.start);
245698
- const key2 = it2.key;
245698
+ const key3 = it2.key;
245699
245699
  const sep5 = it2.sep;
245700
245700
  sep5.push(this.sourceToken);
245701
245701
  delete it2.key;
@@ -245704,7 +245704,7 @@ var require_parser2 = __commonJS((exports) => {
245704
245704
  type: "block-map",
245705
245705
  offset: this.offset,
245706
245706
  indent: this.indent,
245707
- items: [{ start: start4, key: key2, sep: sep5 }]
245707
+ items: [{ start: start4, key: key3, sep: sep5 }]
245708
245708
  });
245709
245709
  } else if (start3.length > 0) {
245710
245710
  it2.sep = it2.sep.concat(start3, this.sourceToken);
@@ -246037,7 +246037,7 @@ var require_parser2 = __commonJS((exports) => {
246037
246037
  var require_public_api = __commonJS((exports) => {
246038
246038
  var composer = require_composer();
246039
246039
  var Document = require_Document();
246040
- var errors4 = require_errors3();
246040
+ var errors5 = require_errors3();
246041
246041
  var log = require_log();
246042
246042
  var identity2 = require_identity();
246043
246043
  var lineCounter = require_line_counter();
@@ -246054,8 +246054,8 @@ var require_public_api = __commonJS((exports) => {
246054
246054
  const docs = Array.from(composer$1.compose(parser$1.parse(source)));
246055
246055
  if (prettyErrors && lineCounter2)
246056
246056
  for (const doc2 of docs) {
246057
- doc2.errors.forEach(errors4.prettifyError(source, lineCounter2));
246058
- doc2.warnings.forEach(errors4.prettifyError(source, lineCounter2));
246057
+ doc2.errors.forEach(errors5.prettifyError(source, lineCounter2));
246058
+ doc2.warnings.forEach(errors5.prettifyError(source, lineCounter2));
246059
246059
  }
246060
246060
  if (docs.length > 0)
246061
246061
  return docs;
@@ -246070,13 +246070,13 @@ var require_public_api = __commonJS((exports) => {
246070
246070
  if (!doc2)
246071
246071
  doc2 = _doc;
246072
246072
  else if (doc2.options.logLevel !== "silent") {
246073
- doc2.errors.push(new errors4.YAMLParseError(_doc.range.slice(0, 2), "MULTIPLE_DOCS", "Source contains multiple documents; please use YAML.parseAllDocuments()"));
246073
+ doc2.errors.push(new errors5.YAMLParseError(_doc.range.slice(0, 2), "MULTIPLE_DOCS", "Source contains multiple documents; please use YAML.parseAllDocuments()"));
246074
246074
  break;
246075
246075
  }
246076
246076
  }
246077
246077
  if (prettyErrors && lineCounter2) {
246078
- doc2.errors.forEach(errors4.prettifyError(source, lineCounter2));
246079
- doc2.warnings.forEach(errors4.prettifyError(source, lineCounter2));
246078
+ doc2.errors.forEach(errors5.prettifyError(source, lineCounter2));
246079
+ doc2.warnings.forEach(errors5.prettifyError(source, lineCounter2));
246080
246080
  }
246081
246081
  return doc2;
246082
246082
  }
@@ -263840,7 +263840,7 @@ function pruneCurrentEnv(currentEnv, env2) {
263840
263840
  var package_default = {
263841
263841
  name: "@settlemint/sdk-cli",
263842
263842
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
263843
- version: "2.4.0-pr62aee5c3",
263843
+ version: "2.4.0-pr6922b64b",
263844
263844
  type: "module",
263845
263845
  private: false,
263846
263846
  license: "FSL-1.1-MIT",
@@ -263887,14 +263887,14 @@ var package_default = {
263887
263887
  devDependencies: {
263888
263888
  "@commander-js/extra-typings": "14.0.0",
263889
263889
  commander: "14.0.0",
263890
- "@inquirer/confirm": "5.1.13",
263891
- "@inquirer/input": "4.2.0",
263892
- "@inquirer/password": "4.0.16",
263890
+ "@inquirer/confirm": "5.1.12",
263891
+ "@inquirer/input": "4.1.12",
263892
+ "@inquirer/password": "4.0.15",
263893
263893
  "@inquirer/select": "4.2.4",
263894
- "@settlemint/sdk-js": "2.4.0-pr62aee5c3",
263895
- "@settlemint/sdk-utils": "2.4.0-pr62aee5c3",
263896
- "@settlemint/sdk-viem": "2.4.0-pr62aee5c3",
263897
- "@types/node": "24.0.10",
263894
+ "@settlemint/sdk-js": "2.4.0-pr6922b64b",
263895
+ "@settlemint/sdk-utils": "2.4.0-pr6922b64b",
263896
+ "@settlemint/sdk-viem": "2.4.0-pr6922b64b",
263897
+ "@types/node": "24.0.8",
263898
263898
  "@types/semver": "7.7.0",
263899
263899
  "@types/which": "3.0.4",
263900
263900
  "get-tsconfig": "4.10.1",
@@ -263983,10 +263983,7 @@ var {
263983
263983
  } = import__.default;
263984
263984
 
263985
263985
  // ../../node_modules/@inquirer/core/dist/esm/lib/key.js
263986
- var isUpKey = (key) => key.name === "up" || key.name === "k" || key.ctrl && key.name === "p";
263987
- var isDownKey = (key) => key.name === "down" || key.name === "j" || key.ctrl && key.name === "n";
263988
263986
  var isBackspaceKey = (key) => key.name === "backspace";
263989
- var isNumberKey = (key) => "1234567890".includes(key.name);
263990
263987
  var isEnterKey = (key) => key.name === "enter" || key.name === "return";
263991
263988
  // ../../node_modules/@inquirer/core/dist/esm/lib/errors.js
263992
263989
  class AbortPromptError extends Error {
@@ -264520,22 +264517,11 @@ function usePrefix({ status = "idle", theme }) {
264520
264517
  const iconName = status === "loading" ? "idle" : status;
264521
264518
  return typeof prefix === "string" ? prefix : prefix[iconName] ?? prefix["idle"];
264522
264519
  }
264523
- // ../../node_modules/@inquirer/core/dist/esm/lib/use-memo.js
264524
- function useMemo(fn, dependencies) {
264525
- return withPointer((pointer) => {
264526
- const prev = pointer.get();
264527
- if (!prev || prev.dependencies.length !== dependencies.length || prev.dependencies.some((dep, i) => dep !== dependencies[i])) {
264528
- const value = fn();
264529
- pointer.set({ value, dependencies });
264530
- return value;
264531
- }
264532
- return prev.value;
264533
- });
264534
- }
264535
264520
  // ../../node_modules/@inquirer/core/dist/esm/lib/use-ref.js
264536
264521
  function useRef(val) {
264537
264522
  return useState({ current: val })[0];
264538
264523
  }
264524
+
264539
264525
  // ../../node_modules/@inquirer/core/dist/esm/lib/use-keypress.js
264540
264526
  function useKeypress(userHandler) {
264541
264527
  const signal = useRef(userHandler);
@@ -264567,72 +264553,6 @@ function readlineWidth() {
264567
264553
  return import_cli_width.default({ defaultWidth: 80, output: readline().output });
264568
264554
  }
264569
264555
 
264570
- // ../../node_modules/@inquirer/core/dist/esm/lib/pagination/use-pagination.js
264571
- function usePointerPosition({ active, renderedItems, pageSize, loop }) {
264572
- const state = useRef({
264573
- lastPointer: active,
264574
- lastActive: undefined
264575
- });
264576
- const { lastPointer, lastActive } = state.current;
264577
- const middle = Math.floor(pageSize / 2);
264578
- const renderedLength = renderedItems.reduce((acc, item) => acc + item.length, 0);
264579
- const defaultPointerPosition = renderedItems.slice(0, active).reduce((acc, item) => acc + item.length, 0);
264580
- let pointer = defaultPointerPosition;
264581
- if (renderedLength > pageSize) {
264582
- if (loop) {
264583
- pointer = lastPointer;
264584
- if (lastActive != null && lastActive < active && active - lastActive < pageSize) {
264585
- pointer = Math.min(middle, Math.abs(active - lastActive) === 1 ? Math.min(lastPointer + (renderedItems[lastActive]?.length ?? 0), Math.max(defaultPointerPosition, lastPointer)) : lastPointer + active - lastActive);
264586
- }
264587
- } else {
264588
- const spaceUnderActive = renderedItems.slice(active).reduce((acc, item) => acc + item.length, 0);
264589
- pointer = spaceUnderActive < pageSize - middle ? pageSize - spaceUnderActive : Math.min(defaultPointerPosition, middle);
264590
- }
264591
- }
264592
- state.current.lastPointer = pointer;
264593
- state.current.lastActive = active;
264594
- return pointer;
264595
- }
264596
- function usePagination({ items, active, renderItem, pageSize, loop = true }) {
264597
- const width = readlineWidth();
264598
- const bound = (num) => (num % items.length + items.length) % items.length;
264599
- const renderedItems = items.map((item, index) => {
264600
- if (item == null)
264601
- return [];
264602
- return breakLines(renderItem({ item, index, isActive: index === active }), width).split(`
264603
- `);
264604
- });
264605
- const renderedLength = renderedItems.reduce((acc, item) => acc + item.length, 0);
264606
- const renderItemAtIndex = (index) => renderedItems[index] ?? [];
264607
- const pointer = usePointerPosition({ active, renderedItems, pageSize, loop });
264608
- const activeItem = renderItemAtIndex(active).slice(0, pageSize);
264609
- const activeItemPosition = pointer + activeItem.length <= pageSize ? pointer : pageSize - activeItem.length;
264610
- const pageBuffer = Array.from({ length: pageSize });
264611
- pageBuffer.splice(activeItemPosition, activeItem.length, ...activeItem);
264612
- const itemVisited = new Set([active]);
264613
- let bufferPointer = activeItemPosition + activeItem.length;
264614
- let itemPointer = bound(active + 1);
264615
- while (bufferPointer < pageSize && !itemVisited.has(itemPointer) && (loop && renderedLength > pageSize ? itemPointer !== active : itemPointer > active)) {
264616
- const lines = renderItemAtIndex(itemPointer);
264617
- const linesToAdd = lines.slice(0, pageSize - bufferPointer);
264618
- pageBuffer.splice(bufferPointer, linesToAdd.length, ...linesToAdd);
264619
- itemVisited.add(itemPointer);
264620
- bufferPointer += linesToAdd.length;
264621
- itemPointer = bound(itemPointer + 1);
264622
- }
264623
- bufferPointer = activeItemPosition - 1;
264624
- itemPointer = bound(active - 1);
264625
- while (bufferPointer >= 0 && !itemVisited.has(itemPointer) && (loop && renderedLength > pageSize ? itemPointer !== active : itemPointer < active)) {
264626
- const lines = renderItemAtIndex(itemPointer);
264627
- const linesToAdd = lines.slice(Math.max(0, lines.length - bufferPointer - 1));
264628
- pageBuffer.splice(bufferPointer - linesToAdd.length + 1, linesToAdd.length, ...linesToAdd);
264629
- itemVisited.add(itemPointer);
264630
- bufferPointer -= linesToAdd.length;
264631
- itemPointer = bound(itemPointer - 1);
264632
- }
264633
- return pageBuffer.filter((line) => typeof line === "string").join(`
264634
- `);
264635
- }
264636
264556
  // ../../node_modules/@inquirer/core/dist/esm/lib/create-prompt.js
264637
264557
  var import_mute_stream = __toESM(require_lib(), 1);
264638
264558
  import * as readline2 from "node:readline";
@@ -265015,20 +264935,6 @@ function createPrompt(view) {
265015
264935
  };
265016
264936
  return prompt;
265017
264937
  }
265018
- // ../../node_modules/@inquirer/core/dist/esm/lib/Separator.js
265019
- var import_yoctocolors_cjs2 = __toESM(require_yoctocolors_cjs(), 1);
265020
- class Separator {
265021
- separator = import_yoctocolors_cjs2.default.dim(Array.from({ length: 15 }).join(esm_default.line));
265022
- type = "separator";
265023
- constructor(separator) {
265024
- if (separator) {
265025
- this.separator = separator;
265026
- }
265027
- }
265028
- static isSeparator(choice) {
265029
- return Boolean(choice && typeof choice === "object" && "type" in choice && choice.type === "separator");
265030
- }
265031
- }
265032
264938
  // ../utils/dist/terminal.js
265033
264939
  import { spawn } from "node:child_process";
265034
264940
  var import_console_table_printer2 = __toESM(require_dist2(), 1);
@@ -303234,7 +303140,7 @@ var inputTheme = {
303234
303140
  validationFailureMode: "keep"
303235
303141
  };
303236
303142
  var esm_default2 = createPrompt((config4, done) => {
303237
- const { required: required4, validate: validate3 = () => true, prefill = "tab" } = config4;
303143
+ const { required: required4, validate: validate3 = () => true } = config4;
303238
303144
  const theme = makeTheme(inputTheme, config4.theme);
303239
303145
  const [status, setStatus] = useState("idle");
303240
303146
  const [defaultValue = "", setDefaultValue] = useState(config4.default);
@@ -303274,12 +303180,6 @@ var esm_default2 = createPrompt((config4, done) => {
303274
303180
  setError(undefined);
303275
303181
  }
303276
303182
  });
303277
- useEffect((rl) => {
303278
- if (prefill === "editable" && defaultValue) {
303279
- rl.write(defaultValue);
303280
- setValue(defaultValue);
303281
- }
303282
- }, []);
303283
303183
  const message = theme.style.message(config4.message, status);
303284
303184
  let formattedValue = value4;
303285
303185
  if (typeof config4.transformer === "function") {
@@ -303319,14 +303219,565 @@ async function subgraphNamePrompt({
303319
303219
  return sanitizeName(subgraphName);
303320
303220
  }
303321
303221
 
303322
- // ../../node_modules/@inquirer/select/dist/esm/index.js
303323
- var import_yoctocolors_cjs3 = __toESM(require_yoctocolors_cjs(), 1);
303222
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/key.js
303223
+ var isUpKey = (key2) => key2.name === "up" || key2.name === "k" || key2.ctrl && key2.name === "p";
303224
+ var isDownKey = (key2) => key2.name === "down" || key2.name === "j" || key2.ctrl && key2.name === "n";
303225
+ var isBackspaceKey2 = (key2) => key2.name === "backspace";
303226
+ var isNumberKey = (key2) => "1234567890".includes(key2.name);
303227
+ var isEnterKey2 = (key2) => key2.name === "enter" || key2.name === "return";
303228
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/errors.js
303229
+ class AbortPromptError2 extends Error {
303230
+ name = "AbortPromptError";
303231
+ message = "Prompt was aborted";
303232
+ constructor(options) {
303233
+ super();
303234
+ this.cause = options?.cause;
303235
+ }
303236
+ }
303237
+
303238
+ class CancelPromptError2 extends Error {
303239
+ name = "CancelPromptError";
303240
+ message = "Prompt was canceled";
303241
+ }
303242
+
303243
+ class ExitPromptError2 extends Error {
303244
+ name = "ExitPromptError";
303245
+ }
303246
+
303247
+ class HookError2 extends Error {
303248
+ name = "HookError";
303249
+ }
303250
+
303251
+ class ValidationError2 extends Error {
303252
+ name = "ValidationError";
303253
+ }
303254
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-state.js
303255
+ import { AsyncResource as AsyncResource5 } from "node:async_hooks";
303256
+
303257
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/hook-engine.js
303258
+ import { AsyncLocalStorage as AsyncLocalStorage2, AsyncResource as AsyncResource4 } from "node:async_hooks";
303259
+ var hookStorage2 = new AsyncLocalStorage2;
303260
+ function createStore2(rl) {
303261
+ const store = {
303262
+ rl,
303263
+ hooks: [],
303264
+ hooksCleanup: [],
303265
+ hooksEffect: [],
303266
+ index: 0,
303267
+ handleChange() {}
303268
+ };
303269
+ return store;
303270
+ }
303271
+ function withHooks2(rl, cb) {
303272
+ const store = createStore2(rl);
303273
+ return hookStorage2.run(store, () => {
303274
+ function cycle(render) {
303275
+ store.handleChange = () => {
303276
+ store.index = 0;
303277
+ render();
303278
+ };
303279
+ store.handleChange();
303280
+ }
303281
+ return cb(cycle);
303282
+ });
303283
+ }
303284
+ function getStore2() {
303285
+ const store = hookStorage2.getStore();
303286
+ if (!store) {
303287
+ throw new HookError2("[Inquirer] Hook functions can only be called from within a prompt");
303288
+ }
303289
+ return store;
303290
+ }
303291
+ function readline3() {
303292
+ return getStore2().rl;
303293
+ }
303294
+ function withUpdates2(fn) {
303295
+ const wrapped = (...args) => {
303296
+ const store = getStore2();
303297
+ let shouldUpdate = false;
303298
+ const oldHandleChange = store.handleChange;
303299
+ store.handleChange = () => {
303300
+ shouldUpdate = true;
303301
+ };
303302
+ const returnValue = fn(...args);
303303
+ if (shouldUpdate) {
303304
+ oldHandleChange();
303305
+ }
303306
+ store.handleChange = oldHandleChange;
303307
+ return returnValue;
303308
+ };
303309
+ return AsyncResource4.bind(wrapped);
303310
+ }
303311
+ function withPointer2(cb) {
303312
+ const store = getStore2();
303313
+ const { index } = store;
303314
+ const pointer = {
303315
+ get() {
303316
+ return store.hooks[index];
303317
+ },
303318
+ set(value4) {
303319
+ store.hooks[index] = value4;
303320
+ },
303321
+ initialized: index in store.hooks
303322
+ };
303323
+ const returnValue = cb(pointer);
303324
+ store.index++;
303325
+ return returnValue;
303326
+ }
303327
+ function handleChange2() {
303328
+ getStore2().handleChange();
303329
+ }
303330
+ var effectScheduler2 = {
303331
+ queue(cb) {
303332
+ const store = getStore2();
303333
+ const { index } = store;
303334
+ store.hooksEffect.push(() => {
303335
+ store.hooksCleanup[index]?.();
303336
+ const cleanFn = cb(readline3());
303337
+ if (cleanFn != null && typeof cleanFn !== "function") {
303338
+ throw new ValidationError2("useEffect return value must be a cleanup function or nothing.");
303339
+ }
303340
+ store.hooksCleanup[index] = cleanFn;
303341
+ });
303342
+ },
303343
+ run() {
303344
+ const store = getStore2();
303345
+ withUpdates2(() => {
303346
+ store.hooksEffect.forEach((effect) => {
303347
+ effect();
303348
+ });
303349
+ store.hooksEffect.length = 0;
303350
+ })();
303351
+ },
303352
+ clearAll() {
303353
+ const store = getStore2();
303354
+ store.hooksCleanup.forEach((cleanFn) => {
303355
+ cleanFn?.();
303356
+ });
303357
+ store.hooksEffect.length = 0;
303358
+ store.hooksCleanup.length = 0;
303359
+ }
303360
+ };
303361
+
303362
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-state.js
303363
+ function useState2(defaultValue) {
303364
+ return withPointer2((pointer) => {
303365
+ const setState = AsyncResource5.bind(function setState(newValue) {
303366
+ if (pointer.get() !== newValue) {
303367
+ pointer.set(newValue);
303368
+ handleChange2();
303369
+ }
303370
+ });
303371
+ if (pointer.initialized) {
303372
+ return [pointer.get(), setState];
303373
+ }
303374
+ const value4 = typeof defaultValue === "function" ? defaultValue() : defaultValue;
303375
+ pointer.set(value4);
303376
+ return [value4, setState];
303377
+ });
303378
+ }
303379
+
303380
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-effect.js
303381
+ function useEffect2(cb, depArray) {
303382
+ withPointer2((pointer) => {
303383
+ const oldDeps = pointer.get();
303384
+ const hasChanged = !Array.isArray(oldDeps) || depArray.some((dep, i6) => !Object.is(dep, oldDeps[i6]));
303385
+ if (hasChanged) {
303386
+ effectScheduler2.queue(cb);
303387
+ }
303388
+ pointer.set(depArray);
303389
+ });
303390
+ }
303391
+
303392
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/theme.js
303393
+ var import_yoctocolors_cjs2 = __toESM(require_yoctocolors_cjs(), 1);
303394
+ var defaultTheme2 = {
303395
+ prefix: {
303396
+ idle: import_yoctocolors_cjs2.default.blue("?"),
303397
+ done: import_yoctocolors_cjs2.default.green(esm_default.tick)
303398
+ },
303399
+ spinner: {
303400
+ interval: 80,
303401
+ frames: ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"].map((frame) => import_yoctocolors_cjs2.default.yellow(frame))
303402
+ },
303403
+ style: {
303404
+ answer: import_yoctocolors_cjs2.default.cyan,
303405
+ message: import_yoctocolors_cjs2.default.bold,
303406
+ error: (text2) => import_yoctocolors_cjs2.default.red(`> ${text2}`),
303407
+ defaultAnswer: (text2) => import_yoctocolors_cjs2.default.dim(`(${text2})`),
303408
+ help: import_yoctocolors_cjs2.default.dim,
303409
+ highlight: import_yoctocolors_cjs2.default.cyan,
303410
+ key: (text2) => import_yoctocolors_cjs2.default.cyan(import_yoctocolors_cjs2.default.bold(`<${text2}>`))
303411
+ }
303412
+ };
303413
+
303414
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/make-theme.js
303415
+ function isPlainObject6(value4) {
303416
+ if (typeof value4 !== "object" || value4 === null)
303417
+ return false;
303418
+ let proto = value4;
303419
+ while (Object.getPrototypeOf(proto) !== null) {
303420
+ proto = Object.getPrototypeOf(proto);
303421
+ }
303422
+ return Object.getPrototypeOf(value4) === proto;
303423
+ }
303424
+ function deepMerge3(...objects) {
303425
+ const output = {};
303426
+ for (const obj of objects) {
303427
+ for (const [key2, value4] of Object.entries(obj)) {
303428
+ const prevValue = output[key2];
303429
+ output[key2] = isPlainObject6(prevValue) && isPlainObject6(value4) ? deepMerge3(prevValue, value4) : value4;
303430
+ }
303431
+ }
303432
+ return output;
303433
+ }
303434
+ function makeTheme2(...themes) {
303435
+ const themesToMerge = [
303436
+ defaultTheme2,
303437
+ ...themes.filter((theme) => theme != null)
303438
+ ];
303439
+ return deepMerge3(...themesToMerge);
303440
+ }
303441
+
303442
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-prefix.js
303443
+ function usePrefix2({ status = "idle", theme }) {
303444
+ const [showLoader, setShowLoader] = useState2(false);
303445
+ const [tick, setTick] = useState2(0);
303446
+ const { prefix, spinner: spinner2 } = makeTheme2(theme);
303447
+ useEffect2(() => {
303448
+ if (status === "loading") {
303449
+ let tickInterval;
303450
+ let inc = -1;
303451
+ const delayTimeout = setTimeout(() => {
303452
+ setShowLoader(true);
303453
+ tickInterval = setInterval(() => {
303454
+ inc = inc + 1;
303455
+ setTick(inc % spinner2.frames.length);
303456
+ }, spinner2.interval);
303457
+ }, 300);
303458
+ return () => {
303459
+ clearTimeout(delayTimeout);
303460
+ clearInterval(tickInterval);
303461
+ };
303462
+ } else {
303463
+ setShowLoader(false);
303464
+ }
303465
+ }, [status]);
303466
+ if (showLoader) {
303467
+ return spinner2.frames[tick];
303468
+ }
303469
+ const iconName = status === "loading" ? "idle" : status;
303470
+ return typeof prefix === "string" ? prefix : prefix[iconName] ?? prefix["idle"];
303471
+ }
303472
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-memo.js
303473
+ function useMemo(fn, dependencies) {
303474
+ return withPointer2((pointer) => {
303475
+ const prev = pointer.get();
303476
+ if (!prev || prev.dependencies.length !== dependencies.length || prev.dependencies.some((dep, i6) => dep !== dependencies[i6])) {
303477
+ const value4 = fn();
303478
+ pointer.set({ value: value4, dependencies });
303479
+ return value4;
303480
+ }
303481
+ return prev.value;
303482
+ });
303483
+ }
303484
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-ref.js
303485
+ function useRef2(val) {
303486
+ return useState2({ current: val })[0];
303487
+ }
303488
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/use-keypress.js
303489
+ function useKeypress2(userHandler) {
303490
+ const signal = useRef2(userHandler);
303491
+ signal.current = userHandler;
303492
+ useEffect2((rl) => {
303493
+ let ignore = false;
303494
+ const handler = withUpdates2((_input, event) => {
303495
+ if (ignore)
303496
+ return;
303497
+ signal.current(event, rl);
303498
+ });
303499
+ rl.input.on("keypress", handler);
303500
+ return () => {
303501
+ ignore = true;
303502
+ rl.input.removeListener("keypress", handler);
303503
+ };
303504
+ }, []);
303505
+ }
303506
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/utils.js
303507
+ var import_cli_width2 = __toESM(require_cli_width(), 1);
303508
+ var import_wrap_ansi2 = __toESM(require_wrap_ansi(), 1);
303509
+ function breakLines2(content, width) {
303510
+ return content.split(`
303511
+ `).flatMap((line) => import_wrap_ansi2.default(line, width, { trim: false, hard: true }).split(`
303512
+ `).map((str) => str.trimEnd())).join(`
303513
+ `);
303514
+ }
303515
+ function readlineWidth2() {
303516
+ return import_cli_width2.default({ defaultWidth: 80, output: readline3().output });
303517
+ }
303518
+
303519
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/pagination/use-pagination.js
303520
+ function usePointerPosition({ active, renderedItems, pageSize, loop }) {
303521
+ const state = useRef2({
303522
+ lastPointer: active,
303523
+ lastActive: undefined
303524
+ });
303525
+ const { lastPointer, lastActive } = state.current;
303526
+ const middle = Math.floor(pageSize / 2);
303527
+ const renderedLength = renderedItems.reduce((acc, item) => acc + item.length, 0);
303528
+ const defaultPointerPosition = renderedItems.slice(0, active).reduce((acc, item) => acc + item.length, 0);
303529
+ let pointer = defaultPointerPosition;
303530
+ if (renderedLength > pageSize) {
303531
+ if (loop) {
303532
+ pointer = lastPointer;
303533
+ if (lastActive != null && lastActive < active && active - lastActive < pageSize) {
303534
+ pointer = Math.min(middle, Math.abs(active - lastActive) === 1 ? Math.min(lastPointer + (renderedItems[lastActive]?.length ?? 0), Math.max(defaultPointerPosition, lastPointer)) : lastPointer + active - lastActive);
303535
+ }
303536
+ } else {
303537
+ const spaceUnderActive = renderedItems.slice(active).reduce((acc, item) => acc + item.length, 0);
303538
+ pointer = spaceUnderActive < pageSize - middle ? pageSize - spaceUnderActive : Math.min(defaultPointerPosition, middle);
303539
+ }
303540
+ }
303541
+ state.current.lastPointer = pointer;
303542
+ state.current.lastActive = active;
303543
+ return pointer;
303544
+ }
303545
+ function usePagination({ items, active, renderItem, pageSize, loop = true }) {
303546
+ const width = readlineWidth2();
303547
+ const bound = (num) => (num % items.length + items.length) % items.length;
303548
+ const renderedItems = items.map((item, index) => {
303549
+ if (item == null)
303550
+ return [];
303551
+ return breakLines2(renderItem({ item, index, isActive: index === active }), width).split(`
303552
+ `);
303553
+ });
303554
+ const renderedLength = renderedItems.reduce((acc, item) => acc + item.length, 0);
303555
+ const renderItemAtIndex = (index) => renderedItems[index] ?? [];
303556
+ const pointer = usePointerPosition({ active, renderedItems, pageSize, loop });
303557
+ const activeItem = renderItemAtIndex(active).slice(0, pageSize);
303558
+ const activeItemPosition = pointer + activeItem.length <= pageSize ? pointer : pageSize - activeItem.length;
303559
+ const pageBuffer = Array.from({ length: pageSize });
303560
+ pageBuffer.splice(activeItemPosition, activeItem.length, ...activeItem);
303561
+ const itemVisited = new Set([active]);
303562
+ let bufferPointer = activeItemPosition + activeItem.length;
303563
+ let itemPointer = bound(active + 1);
303564
+ while (bufferPointer < pageSize && !itemVisited.has(itemPointer) && (loop && renderedLength > pageSize ? itemPointer !== active : itemPointer > active)) {
303565
+ const lines = renderItemAtIndex(itemPointer);
303566
+ const linesToAdd = lines.slice(0, pageSize - bufferPointer);
303567
+ pageBuffer.splice(bufferPointer, linesToAdd.length, ...linesToAdd);
303568
+ itemVisited.add(itemPointer);
303569
+ bufferPointer += linesToAdd.length;
303570
+ itemPointer = bound(itemPointer + 1);
303571
+ }
303572
+ bufferPointer = activeItemPosition - 1;
303573
+ itemPointer = bound(active - 1);
303574
+ while (bufferPointer >= 0 && !itemVisited.has(itemPointer) && (loop && renderedLength > pageSize ? itemPointer !== active : itemPointer < active)) {
303575
+ const lines = renderItemAtIndex(itemPointer);
303576
+ const linesToAdd = lines.slice(Math.max(0, lines.length - bufferPointer - 1));
303577
+ pageBuffer.splice(bufferPointer - linesToAdd.length + 1, linesToAdd.length, ...linesToAdd);
303578
+ itemVisited.add(itemPointer);
303579
+ bufferPointer -= linesToAdd.length;
303580
+ itemPointer = bound(itemPointer - 1);
303581
+ }
303582
+ return pageBuffer.filter((line) => typeof line === "string").join(`
303583
+ `);
303584
+ }
303585
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js
303586
+ var import_mute_stream2 = __toESM(require_lib(), 1);
303587
+ import * as readline4 from "node:readline";
303588
+ import { AsyncResource as AsyncResource6 } from "node:async_hooks";
303589
+
303590
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/screen-manager.js
303324
303591
  var import_ansi_escapes2 = __toESM(require_ansi_escapes(), 1);
303592
+ import { stripVTControlCharacters as stripVTControlCharacters3 } from "node:util";
303593
+ var height2 = (content) => content.split(`
303594
+ `).length;
303595
+ var lastLine2 = (content) => content.split(`
303596
+ `).pop() ?? "";
303597
+ function cursorDown2(n6) {
303598
+ return n6 > 0 ? import_ansi_escapes2.default.cursorDown(n6) : "";
303599
+ }
303600
+
303601
+ class ScreenManager2 {
303602
+ height = 0;
303603
+ extraLinesUnderPrompt = 0;
303604
+ cursorPos;
303605
+ rl;
303606
+ constructor(rl) {
303607
+ this.rl = rl;
303608
+ this.cursorPos = rl.getCursorPos();
303609
+ }
303610
+ write(content) {
303611
+ this.rl.output.unmute();
303612
+ this.rl.output.write(content);
303613
+ this.rl.output.mute();
303614
+ }
303615
+ render(content, bottomContent = "") {
303616
+ const promptLine = lastLine2(content);
303617
+ const rawPromptLine = stripVTControlCharacters3(promptLine);
303618
+ let prompt = rawPromptLine;
303619
+ if (this.rl.line.length > 0) {
303620
+ prompt = prompt.slice(0, -this.rl.line.length);
303621
+ }
303622
+ this.rl.setPrompt(prompt);
303623
+ this.cursorPos = this.rl.getCursorPos();
303624
+ const width = readlineWidth2();
303625
+ content = breakLines2(content, width);
303626
+ bottomContent = breakLines2(bottomContent, width);
303627
+ if (rawPromptLine.length % width === 0) {
303628
+ content += `
303629
+ `;
303630
+ }
303631
+ let output = content + (bottomContent ? `
303632
+ ` + bottomContent : "");
303633
+ const promptLineUpDiff = Math.floor(rawPromptLine.length / width) - this.cursorPos.rows;
303634
+ const bottomContentHeight = promptLineUpDiff + (bottomContent ? height2(bottomContent) : 0);
303635
+ if (bottomContentHeight > 0)
303636
+ output += import_ansi_escapes2.default.cursorUp(bottomContentHeight);
303637
+ output += import_ansi_escapes2.default.cursorTo(this.cursorPos.cols);
303638
+ this.write(cursorDown2(this.extraLinesUnderPrompt) + import_ansi_escapes2.default.eraseLines(this.height) + output);
303639
+ this.extraLinesUnderPrompt = bottomContentHeight;
303640
+ this.height = height2(output);
303641
+ }
303642
+ checkCursorPos() {
303643
+ const cursorPos = this.rl.getCursorPos();
303644
+ if (cursorPos.cols !== this.cursorPos.cols) {
303645
+ this.write(import_ansi_escapes2.default.cursorTo(cursorPos.cols));
303646
+ this.cursorPos = cursorPos;
303647
+ }
303648
+ }
303649
+ done({ clearContent }) {
303650
+ this.rl.setPrompt("");
303651
+ let output = cursorDown2(this.extraLinesUnderPrompt);
303652
+ output += clearContent ? import_ansi_escapes2.default.eraseLines(this.height) : `
303653
+ `;
303654
+ output += import_ansi_escapes2.default.cursorShow;
303655
+ this.write(output);
303656
+ this.rl.close();
303657
+ }
303658
+ }
303659
+
303660
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/promise-polyfill.js
303661
+ class PromisePolyfill2 extends Promise {
303662
+ static withResolver() {
303663
+ let resolve5;
303664
+ let reject;
303665
+ const promise4 = new Promise((res, rej) => {
303666
+ resolve5 = res;
303667
+ reject = rej;
303668
+ });
303669
+ return { promise: promise4, resolve: resolve5, reject };
303670
+ }
303671
+ }
303672
+
303673
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js
303674
+ function getCallSites2() {
303675
+ const _prepareStackTrace = Error.prepareStackTrace;
303676
+ let result = [];
303677
+ try {
303678
+ Error.prepareStackTrace = (_5, callSites) => {
303679
+ const callSitesWithoutCurrent = callSites.slice(1);
303680
+ result = callSitesWithoutCurrent;
303681
+ return callSitesWithoutCurrent;
303682
+ };
303683
+ new Error().stack;
303684
+ } catch {
303685
+ return result;
303686
+ }
303687
+ Error.prepareStackTrace = _prepareStackTrace;
303688
+ return result;
303689
+ }
303690
+ function createPrompt2(view) {
303691
+ const callSites = getCallSites2();
303692
+ const prompt = (config4, context = {}) => {
303693
+ const { input = process.stdin, signal } = context;
303694
+ const cleanups = new Set;
303695
+ const output = new import_mute_stream2.default;
303696
+ output.pipe(context.output ?? process.stdout);
303697
+ const rl = readline4.createInterface({
303698
+ terminal: true,
303699
+ input,
303700
+ output
303701
+ });
303702
+ const screen = new ScreenManager2(rl);
303703
+ const { promise: promise4, resolve: resolve5, reject } = PromisePolyfill2.withResolver();
303704
+ const cancel3 = () => reject(new CancelPromptError2);
303705
+ if (signal) {
303706
+ const abort = () => reject(new AbortPromptError2({ cause: signal.reason }));
303707
+ if (signal.aborted) {
303708
+ abort();
303709
+ return Object.assign(promise4, { cancel: cancel3 });
303710
+ }
303711
+ signal.addEventListener("abort", abort);
303712
+ cleanups.add(() => signal.removeEventListener("abort", abort));
303713
+ }
303714
+ cleanups.add(onExit((code2, signal2) => {
303715
+ reject(new ExitPromptError2(`User force closed the prompt with ${code2} ${signal2}`));
303716
+ }));
303717
+ const sigint = () => reject(new ExitPromptError2(`User force closed the prompt with SIGINT`));
303718
+ rl.on("SIGINT", sigint);
303719
+ cleanups.add(() => rl.removeListener("SIGINT", sigint));
303720
+ const checkCursorPos = () => screen.checkCursorPos();
303721
+ rl.input.on("keypress", checkCursorPos);
303722
+ cleanups.add(() => rl.input.removeListener("keypress", checkCursorPos));
303723
+ return withHooks2(rl, (cycle) => {
303724
+ const hooksCleanup = AsyncResource6.bind(() => effectScheduler2.clearAll());
303725
+ rl.on("close", hooksCleanup);
303726
+ cleanups.add(() => rl.removeListener("close", hooksCleanup));
303727
+ cycle(() => {
303728
+ try {
303729
+ const nextView = view(config4, (value4) => {
303730
+ setImmediate(() => resolve5(value4));
303731
+ });
303732
+ if (nextView === undefined) {
303733
+ const callerFilename = callSites[1]?.getFileName();
303734
+ throw new Error(`Prompt functions must return a string.
303735
+ at ${callerFilename}`);
303736
+ }
303737
+ const [content, bottomContent] = typeof nextView === "string" ? [nextView] : nextView;
303738
+ screen.render(content, bottomContent);
303739
+ effectScheduler2.run();
303740
+ } catch (error44) {
303741
+ reject(error44);
303742
+ }
303743
+ });
303744
+ return Object.assign(promise4.then((answer) => {
303745
+ effectScheduler2.clearAll();
303746
+ return answer;
303747
+ }, (error44) => {
303748
+ effectScheduler2.clearAll();
303749
+ throw error44;
303750
+ }).finally(() => {
303751
+ cleanups.forEach((cleanup) => cleanup());
303752
+ screen.done({ clearContent: Boolean(context.clearPromptOnDone) });
303753
+ output.end();
303754
+ }).then(() => promise4), { cancel: cancel3 });
303755
+ });
303756
+ };
303757
+ return prompt;
303758
+ }
303759
+ // ../../node_modules/@inquirer/select/node_modules/@inquirer/core/dist/esm/lib/Separator.js
303760
+ var import_yoctocolors_cjs3 = __toESM(require_yoctocolors_cjs(), 1);
303761
+ class Separator {
303762
+ separator = import_yoctocolors_cjs3.default.dim(Array.from({ length: 15 }).join(esm_default.line));
303763
+ type = "separator";
303764
+ constructor(separator) {
303765
+ if (separator) {
303766
+ this.separator = separator;
303767
+ }
303768
+ }
303769
+ static isSeparator(choice) {
303770
+ return Boolean(choice && typeof choice === "object" && "type" in choice && choice.type === "separator");
303771
+ }
303772
+ }
303773
+ // ../../node_modules/@inquirer/select/dist/esm/index.js
303774
+ var import_yoctocolors_cjs4 = __toESM(require_yoctocolors_cjs(), 1);
303775
+ var import_ansi_escapes3 = __toESM(require_ansi_escapes(), 1);
303325
303776
  var selectTheme = {
303326
303777
  icon: { cursor: esm_default.pointer },
303327
303778
  style: {
303328
- disabled: (text2) => import_yoctocolors_cjs3.default.dim(`- ${text2}`),
303329
- description: (text2) => import_yoctocolors_cjs3.default.cyan(text2)
303779
+ disabled: (text2) => import_yoctocolors_cjs4.default.dim(`- ${text2}`),
303780
+ description: (text2) => import_yoctocolors_cjs4.default.cyan(text2)
303330
303781
  },
303331
303782
  helpMode: "auto",
303332
303783
  indexMode: "hidden"
@@ -303359,19 +303810,19 @@ function normalizeChoices(choices) {
303359
303810
  return normalizedChoice;
303360
303811
  });
303361
303812
  }
303362
- var esm_default3 = createPrompt((config4, done) => {
303813
+ var esm_default3 = createPrompt2((config4, done) => {
303363
303814
  const { loop = true, pageSize = 7 } = config4;
303364
- const firstRender = useRef(true);
303365
- const theme = makeTheme(selectTheme, config4.theme);
303366
- const [status, setStatus] = useState("idle");
303367
- const prefix = usePrefix({ status, theme });
303368
- const searchTimeoutRef = useRef();
303815
+ const firstRender = useRef2(true);
303816
+ const theme = makeTheme2(selectTheme, config4.theme);
303817
+ const [status, setStatus] = useState2("idle");
303818
+ const prefix = usePrefix2({ status, theme });
303819
+ const searchTimeoutRef = useRef2();
303369
303820
  const items = useMemo(() => normalizeChoices(config4.choices), [config4.choices]);
303370
303821
  const bounds = useMemo(() => {
303371
303822
  const first = items.findIndex(isSelectable);
303372
303823
  const last = items.findLastIndex(isSelectable);
303373
303824
  if (first === -1) {
303374
- throw new ValidationError("[select prompt] No selectable choices. All choices are disabled.");
303825
+ throw new ValidationError2("[select prompt] No selectable choices. All choices are disabled.");
303375
303826
  }
303376
303827
  return { first, last };
303377
303828
  }, [items]);
@@ -303380,24 +303831,24 @@ var esm_default3 = createPrompt((config4, done) => {
303380
303831
  return -1;
303381
303832
  return items.findIndex((item) => isSelectable(item) && item.value === config4.default);
303382
303833
  }, [config4.default, items]);
303383
- const [active, setActive] = useState(defaultItemIndex === -1 ? bounds.first : defaultItemIndex);
303834
+ const [active, setActive] = useState2(defaultItemIndex === -1 ? bounds.first : defaultItemIndex);
303384
303835
  const selectedChoice = items[active];
303385
- useKeypress((key2, rl) => {
303836
+ useKeypress2((key3, rl) => {
303386
303837
  clearTimeout(searchTimeoutRef.current);
303387
- if (isEnterKey(key2)) {
303838
+ if (isEnterKey2(key3)) {
303388
303839
  setStatus("done");
303389
303840
  done(selectedChoice.value);
303390
- } else if (isUpKey(key2) || isDownKey(key2)) {
303841
+ } else if (isUpKey(key3) || isDownKey(key3)) {
303391
303842
  rl.clearLine(0);
303392
- if (loop || isUpKey(key2) && active !== bounds.first || isDownKey(key2) && active !== bounds.last) {
303393
- const offset = isUpKey(key2) ? -1 : 1;
303843
+ if (loop || isUpKey(key3) && active !== bounds.first || isDownKey(key3) && active !== bounds.last) {
303844
+ const offset = isUpKey(key3) ? -1 : 1;
303394
303845
  let next = active;
303395
303846
  do {
303396
303847
  next = (next + offset + items.length) % items.length;
303397
303848
  } while (!isSelectable(items[next]));
303398
303849
  setActive(next);
303399
303850
  }
303400
- } else if (isNumberKey(key2) && !Number.isNaN(Number(rl.line))) {
303851
+ } else if (isNumberKey(key3) && !Number.isNaN(Number(rl.line))) {
303401
303852
  const position = Number(rl.line) - 1;
303402
303853
  const item = items[position];
303403
303854
  if (item != null && isSelectable(item)) {
@@ -303406,7 +303857,7 @@ var esm_default3 = createPrompt((config4, done) => {
303406
303857
  searchTimeoutRef.current = setTimeout(() => {
303407
303858
  rl.clearLine(0);
303408
303859
  }, 700);
303409
- } else if (isBackspaceKey(key2)) {
303860
+ } else if (isBackspaceKey2(key3)) {
303410
303861
  rl.clearLine(0);
303411
303862
  } else {
303412
303863
  const searchTerm = rl.line.toLowerCase();
@@ -303423,7 +303874,7 @@ var esm_default3 = createPrompt((config4, done) => {
303423
303874
  }, 700);
303424
303875
  }
303425
303876
  });
303426
- useEffect(() => () => {
303877
+ useEffect2(() => () => {
303427
303878
  clearTimeout(searchTimeoutRef.current);
303428
303879
  }, []);
303429
303880
  const message = theme.style.message(config4.message, status);
@@ -303463,7 +303914,7 @@ ${theme.style.help(`(${config4.instructions?.pager ?? "Use arrow keys to reveal
303463
303914
  const choiceDescription = selectedChoice.description ? `
303464
303915
  ${theme.style.description(selectedChoice.description)}` : ``;
303465
303916
  return `${[prefix, message, helpTipTop].filter(Boolean).join(" ")}
303466
- ${page}${helpTipBottom}${choiceDescription}${import_ansi_escapes2.default.cursorHide}`;
303917
+ ${page}${helpTipBottom}${choiceDescription}${import_ansi_escapes3.default.cursorHide}`;
303467
303918
  });
303468
303919
 
303469
303920
  // src/prompts/smart-contract-set/subgraph.prompt.ts
@@ -305044,14 +305495,14 @@ function includesArgs(parameters) {
305044
305495
  });
305045
305496
  }
305046
305497
  if (typeof args === "object" && !Array.isArray(args) && typeof matchArgs === "object" && !Array.isArray(matchArgs))
305047
- return Object.entries(matchArgs).every(([key2, value4]) => {
305498
+ return Object.entries(matchArgs).every(([key3, value4]) => {
305048
305499
  if (value4 === null || value4 === undefined)
305049
305500
  return true;
305050
- const input = inputs.find((input2) => input2.name === key2);
305501
+ const input = inputs.find((input2) => input2.name === key3);
305051
305502
  if (!input)
305052
305503
  return false;
305053
305504
  const value_ = Array.isArray(value4) ? value4 : [value4];
305054
- return value_.some((value5) => isEqual(input, value5, args[key2]));
305505
+ return value_.some((value5) => isEqual(input, value5, args[key3]));
305055
305506
  });
305056
305507
  return false;
305057
305508
  }
@@ -305250,13 +305701,13 @@ function observe(observerId, callbacks, fn) {
305250
305701
  if (listeners && listeners.length > 0)
305251
305702
  return unwatch;
305252
305703
  const emit = {};
305253
- for (const key2 in callbacks) {
305254
- emit[key2] = (...args) => {
305704
+ for (const key3 in callbacks) {
305705
+ emit[key3] = (...args) => {
305255
305706
  const listeners2 = getListeners();
305256
305707
  if (listeners2.length === 0)
305257
305708
  return;
305258
305709
  for (const listener of listeners2)
305259
- listener.fns[key2]?.(...args);
305710
+ listener.fns[key3]?.(...args);
305260
305711
  };
305261
305712
  }
305262
305713
  const cleanup = fn(emit);
@@ -305595,7 +306046,7 @@ function uid(length = 11) {
305595
306046
 
305596
306047
  // ../../node_modules/viem/_esm/clients/createClient.js
305597
306048
  function createClient(parameters) {
305598
- const { batch, chain, ccipRead, key: key2 = "base", name: name3 = "Base Client", type: type4 = "base" } = parameters;
306049
+ const { batch, chain, ccipRead, key: key3 = "base", name: name3 = "Base Client", type: type4 = "base" } = parameters;
305599
306050
  const blockTime = chain?.blockTime ?? 12000;
305600
306051
  const defaultPollingInterval = Math.min(Math.max(Math.floor(blockTime / 2), 500), 4000);
305601
306052
  const pollingInterval = parameters.pollingInterval ?? defaultPollingInterval;
@@ -305612,7 +306063,7 @@ function createClient(parameters) {
305612
306063
  cacheTime,
305613
306064
  ccipRead,
305614
306065
  chain,
305615
- key: key2,
306066
+ key: key3,
305616
306067
  name: name3,
305617
306068
  pollingInterval,
305618
306069
  request: request2,
@@ -305623,8 +306074,8 @@ function createClient(parameters) {
305623
306074
  function extend4(base2) {
305624
306075
  return (extendFn) => {
305625
306076
  const extended = extendFn(base2);
305626
- for (const key3 in client)
305627
- delete extended[key3];
306077
+ for (const key4 in client)
306078
+ delete extended[key4];
305628
306079
  const combined = { ...base2, ...extended };
305629
306080
  return Object.assign(combined, { extend: extend4(combined) });
305630
306081
  };
@@ -305804,11 +306255,11 @@ function shouldRetry(error44) {
305804
306255
  }
305805
306256
 
305806
306257
  // ../../node_modules/viem/_esm/clients/transports/createTransport.js
305807
- function createTransport({ key: key2, methods, name: name3, request: request2, retryCount = 3, retryDelay = 150, timeout, type: type4 }, value4) {
306258
+ function createTransport({ key: key3, methods, name: name3, request: request2, retryCount = 3, retryDelay = 150, timeout, type: type4 }, value4) {
305808
306259
  const uid2 = uid();
305809
306260
  return {
305810
306261
  config: {
305811
- key: key2,
306262
+ key: key3,
305812
306263
  methods,
305813
306264
  name: name3,
305814
306265
  request: request2,
@@ -305965,7 +306416,7 @@ function getHttpRpcClient(url4, options = {}) {
305965
306416
 
305966
306417
  // ../../node_modules/viem/_esm/clients/transports/http.js
305967
306418
  function http(url4, config4 = {}) {
305968
- const { batch, fetchOptions, key: key2 = "http", methods, name: name3 = "HTTP JSON-RPC", onFetchRequest, onFetchResponse, retryDelay, raw } = config4;
306419
+ const { batch, fetchOptions, key: key3 = "http", methods, name: name3 = "HTTP JSON-RPC", onFetchRequest, onFetchResponse, retryDelay, raw } = config4;
305969
306420
  return ({ chain, retryCount: retryCount_, timeout: timeout_ }) => {
305970
306421
  const { batchSize = 1000, wait: wait2 = 0 } = typeof batch === "object" ? batch : {};
305971
306422
  const retryCount = config4.retryCount ?? retryCount_;
@@ -305980,7 +306431,7 @@ function http(url4, config4 = {}) {
305980
306431
  timeout
305981
306432
  });
305982
306433
  return createTransport({
305983
- key: key2,
306434
+ key: key3,
305984
306435
  methods,
305985
306436
  name: name3,
305986
306437
  async request({ method, params }) {
@@ -306431,7 +306882,7 @@ init_getChainContractAddress();
306431
306882
  init_toHex();
306432
306883
  init_localBatchGatewayRequest();
306433
306884
  async function getEnsText(client, parameters) {
306434
- const { blockNumber, blockTag, key: key2, name: name3, gatewayUrls, strict } = parameters;
306885
+ const { blockNumber, blockTag, key: key3, name: name3, gatewayUrls, strict } = parameters;
306435
306886
  const { chain } = client;
306436
306887
  const universalResolverAddress = (() => {
306437
306888
  if (parameters.universalResolverAddress)
@@ -306457,7 +306908,7 @@ async function getEnsText(client, parameters) {
306457
306908
  encodeFunctionData({
306458
306909
  abi: textResolverAbi,
306459
306910
  functionName: "text",
306460
- args: [namehash(name3), key2]
306911
+ args: [namehash(name3), key3]
306461
306912
  }),
306462
306913
  gatewayUrls ?? [localBatchGatewayUrl]
306463
306914
  ],
@@ -307480,16 +307931,16 @@ class LruMap2 extends Map {
307480
307931
  });
307481
307932
  this.maxSize = size5;
307482
307933
  }
307483
- get(key2) {
307484
- const value4 = super.get(key2);
307485
- if (super.has(key2) && value4 !== undefined) {
307486
- this.delete(key2);
307487
- super.set(key2, value4);
307934
+ get(key3) {
307935
+ const value4 = super.get(key3);
307936
+ if (super.has(key3) && value4 !== undefined) {
307937
+ this.delete(key3);
307938
+ super.set(key3, value4);
307488
307939
  }
307489
307940
  return value4;
307490
307941
  }
307491
- set(key2, value4) {
307492
- super.set(key2, value4);
307942
+ set(key3, value4) {
307943
+ super.set(key3, value4);
307493
307944
  if (this.maxSize && this.size > this.maxSize) {
307494
307945
  const firstKey = this.keys().next().value;
307495
307946
  if (firstKey)
@@ -309332,10 +309783,10 @@ function publicActions(client) {
309332
309783
 
309333
309784
  // ../../node_modules/viem/_esm/clients/createPublicClient.js
309334
309785
  function createPublicClient(parameters) {
309335
- const { key: key2 = "public", name: name3 = "Public Client" } = parameters;
309786
+ const { key: key3 = "public", name: name3 = "Public Client" } = parameters;
309336
309787
  const client = createClient({
309337
309788
  ...parameters,
309338
- key: key2,
309789
+ key: key3,
309339
309790
  name: name3,
309340
309791
  type: "publicClient"
309341
309792
  });
@@ -309436,7 +309887,7 @@ __export4(util_exports3, {
309436
309887
  getParsedType: () => getParsedType4,
309437
309888
  getSizableOrigin: () => getSizableOrigin4,
309438
309889
  isObject: () => isObject4,
309439
- isPlainObject: () => isPlainObject6,
309890
+ isPlainObject: () => isPlainObject7,
309440
309891
  issue: () => issue4,
309441
309892
  joinValues: () => joinValues4,
309442
309893
  jsonStringifyReplacer: () => jsonStringifyReplacer4,
@@ -309508,19 +309959,19 @@ function floatSafeRemainder4(val, step) {
309508
309959
  const stepInt = Number.parseInt(step.toFixed(decCount).replace(".", ""));
309509
309960
  return valInt % stepInt / 10 ** decCount;
309510
309961
  }
309511
- function defineLazy4(object$1, key2, getter) {
309962
+ function defineLazy4(object$1, key3, getter) {
309512
309963
  const set$1 = false;
309513
- Object.defineProperty(object$1, key2, {
309964
+ Object.defineProperty(object$1, key3, {
309514
309965
  get() {
309515
309966
  if (!set$1) {
309516
309967
  const value4 = getter();
309517
- object$1[key2] = value4;
309968
+ object$1[key3] = value4;
309518
309969
  return value4;
309519
309970
  }
309520
309971
  throw new Error("cached value already set");
309521
309972
  },
309522
309973
  set(v6) {
309523
- Object.defineProperty(object$1, key2, { value: v6 });
309974
+ Object.defineProperty(object$1, key3, { value: v6 });
309524
309975
  },
309525
309976
  configurable: true
309526
309977
  });
@@ -309536,11 +309987,11 @@ function assignProp4(target, prop, value4) {
309536
309987
  function getElementAtPath4(obj, path7) {
309537
309988
  if (!path7)
309538
309989
  return obj;
309539
- return path7.reduce((acc, key2) => acc?.[key2], obj);
309990
+ return path7.reduce((acc, key3) => acc?.[key3], obj);
309540
309991
  }
309541
309992
  function promiseAllObject4(promisesObj) {
309542
309993
  const keys = Object.keys(promisesObj);
309543
- const promises = keys.map((key2) => promisesObj[key2]);
309994
+ const promises = keys.map((key3) => promisesObj[key3]);
309544
309995
  return Promise.all(promises).then((results) => {
309545
309996
  const resolvedObj = {};
309546
309997
  for (let i6 = 0;i6 < keys.length; i6++) {
@@ -309572,7 +310023,7 @@ var allowsEval4 = cached4(() => {
309572
310023
  return false;
309573
310024
  }
309574
310025
  });
309575
- function isPlainObject6(o8) {
310026
+ function isPlainObject7(o8) {
309576
310027
  if (isObject4(o8) === false)
309577
310028
  return false;
309578
310029
  const ctor = o8.constructor;
@@ -309588,8 +310039,8 @@ function isPlainObject6(o8) {
309588
310039
  }
309589
310040
  function numKeys4(data) {
309590
310041
  let keyCount = 0;
309591
- for (const key2 in data) {
309592
- if (Object.prototype.hasOwnProperty.call(data, key2)) {
310042
+ for (const key3 in data) {
310043
+ if (Object.prototype.hasOwnProperty.call(data, key3)) {
309593
310044
  keyCount++;
309594
310045
  }
309595
310046
  }
@@ -309739,13 +310190,13 @@ var BIGINT_FORMAT_RANGES4 = {
309739
310190
  function pick4(schema, mask) {
309740
310191
  const newShape = {};
309741
310192
  const currDef = schema._zod.def;
309742
- for (const key2 in mask) {
309743
- if (!(key2 in currDef.shape)) {
309744
- throw new Error(`Unrecognized key: "${key2}"`);
310193
+ for (const key3 in mask) {
310194
+ if (!(key3 in currDef.shape)) {
310195
+ throw new Error(`Unrecognized key: "${key3}"`);
309745
310196
  }
309746
- if (!mask[key2])
310197
+ if (!mask[key3])
309747
310198
  continue;
309748
- newShape[key2] = currDef.shape[key2];
310199
+ newShape[key3] = currDef.shape[key3];
309749
310200
  }
309750
310201
  return clone4(schema, {
309751
310202
  ...schema._zod.def,
@@ -309756,13 +310207,13 @@ function pick4(schema, mask) {
309756
310207
  function omit4(schema, mask) {
309757
310208
  const newShape = { ...schema._zod.def.shape };
309758
310209
  const currDef = schema._zod.def;
309759
- for (const key2 in mask) {
309760
- if (!(key2 in currDef.shape)) {
309761
- throw new Error(`Unrecognized key: "${key2}"`);
310210
+ for (const key3 in mask) {
310211
+ if (!(key3 in currDef.shape)) {
310212
+ throw new Error(`Unrecognized key: "${key3}"`);
309762
310213
  }
309763
- if (!mask[key2])
310214
+ if (!mask[key3])
309764
310215
  continue;
309765
- delete newShape[key2];
310216
+ delete newShape[key3];
309766
310217
  }
309767
310218
  return clone4(schema, {
309768
310219
  ...schema._zod.def,
@@ -309804,23 +310255,23 @@ function partial4(Class$1, schema, mask) {
309804
310255
  const oldShape = schema._zod.def.shape;
309805
310256
  const shape = { ...oldShape };
309806
310257
  if (mask) {
309807
- for (const key2 in mask) {
309808
- if (!(key2 in oldShape)) {
309809
- throw new Error(`Unrecognized key: "${key2}"`);
310258
+ for (const key3 in mask) {
310259
+ if (!(key3 in oldShape)) {
310260
+ throw new Error(`Unrecognized key: "${key3}"`);
309810
310261
  }
309811
- if (!mask[key2])
310262
+ if (!mask[key3])
309812
310263
  continue;
309813
- shape[key2] = Class$1 ? new Class$1({
310264
+ shape[key3] = Class$1 ? new Class$1({
309814
310265
  type: "optional",
309815
- innerType: oldShape[key2]
309816
- }) : oldShape[key2];
310266
+ innerType: oldShape[key3]
310267
+ }) : oldShape[key3];
309817
310268
  }
309818
310269
  } else {
309819
- for (const key2 in oldShape) {
309820
- shape[key2] = Class$1 ? new Class$1({
310270
+ for (const key3 in oldShape) {
310271
+ shape[key3] = Class$1 ? new Class$1({
309821
310272
  type: "optional",
309822
- innerType: oldShape[key2]
309823
- }) : oldShape[key2];
310273
+ innerType: oldShape[key3]
310274
+ }) : oldShape[key3];
309824
310275
  }
309825
310276
  }
309826
310277
  return clone4(schema, {
@@ -309833,22 +310284,22 @@ function required4(Class$1, schema, mask) {
309833
310284
  const oldShape = schema._zod.def.shape;
309834
310285
  const shape = { ...oldShape };
309835
310286
  if (mask) {
309836
- for (const key2 in mask) {
309837
- if (!(key2 in shape)) {
309838
- throw new Error(`Unrecognized key: "${key2}"`);
310287
+ for (const key3 in mask) {
310288
+ if (!(key3 in shape)) {
310289
+ throw new Error(`Unrecognized key: "${key3}"`);
309839
310290
  }
309840
- if (!mask[key2])
310291
+ if (!mask[key3])
309841
310292
  continue;
309842
- shape[key2] = new Class$1({
310293
+ shape[key3] = new Class$1({
309843
310294
  type: "nonoptional",
309844
- innerType: oldShape[key2]
310295
+ innerType: oldShape[key3]
309845
310296
  });
309846
310297
  }
309847
310298
  } else {
309848
- for (const key2 in oldShape) {
309849
- shape[key2] = new Class$1({
310299
+ for (const key3 in oldShape) {
310300
+ shape[key3] = new Class$1({
309850
310301
  type: "nonoptional",
309851
- innerType: oldShape[key2]
310302
+ innerType: oldShape[key3]
309852
310303
  });
309853
310304
  }
309854
310305
  }
@@ -311428,28 +311879,28 @@ var $ZodArray4 = /* @__PURE__ */ $constructor4("$ZodArray", (inst, def) => {
311428
311879
  return payload;
311429
311880
  };
311430
311881
  });
311431
- function handleObjectResult4(result, final, key2) {
311882
+ function handleObjectResult4(result, final, key3) {
311432
311883
  if (result.issues.length) {
311433
- final.issues.push(...prefixIssues4(key2, result.issues));
311884
+ final.issues.push(...prefixIssues4(key3, result.issues));
311434
311885
  }
311435
- final.value[key2] = result.value;
311886
+ final.value[key3] = result.value;
311436
311887
  }
311437
- function handleOptionalObjectResult4(result, final, key2, input) {
311888
+ function handleOptionalObjectResult4(result, final, key3, input) {
311438
311889
  if (result.issues.length) {
311439
- if (input[key2] === undefined) {
311440
- if (key2 in input) {
311441
- final.value[key2] = undefined;
311890
+ if (input[key3] === undefined) {
311891
+ if (key3 in input) {
311892
+ final.value[key3] = undefined;
311442
311893
  } else {
311443
- final.value[key2] = result.value;
311894
+ final.value[key3] = result.value;
311444
311895
  }
311445
311896
  } else {
311446
- final.issues.push(...prefixIssues4(key2, result.issues));
311897
+ final.issues.push(...prefixIssues4(key3, result.issues));
311447
311898
  }
311448
311899
  } else if (result.value === undefined) {
311449
- if (key2 in input)
311450
- final.value[key2] = undefined;
311900
+ if (key3 in input)
311901
+ final.value[key3] = undefined;
311451
311902
  } else {
311452
- final.value[key2] = result.value;
311903
+ final.value[key3] = result.value;
311453
311904
  }
311454
311905
  }
311455
311906
  var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
@@ -311473,12 +311924,12 @@ var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
311473
311924
  defineLazy4(inst._zod, "propValues", () => {
311474
311925
  const shape = def.shape;
311475
311926
  const propValues = {};
311476
- for (const key2 in shape) {
311477
- const field2 = shape[key2]._zod;
311927
+ for (const key3 in shape) {
311928
+ const field2 = shape[key3]._zod;
311478
311929
  if (field2.values) {
311479
- propValues[key2] ?? (propValues[key2] = new Set);
311930
+ propValues[key3] ?? (propValues[key3] = new Set);
311480
311931
  for (const v6 of field2.values)
311481
- propValues[key2].add(v6);
311932
+ propValues[key3].add(v6);
311482
311933
  }
311483
311934
  }
311484
311935
  return propValues;
@@ -311490,21 +311941,21 @@ var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
311490
311941
  "ctx"
311491
311942
  ]);
311492
311943
  const { keys, optionalKeys: optionalKeys$1 } = _normalized.value;
311493
- const parseStr = (key2) => {
311494
- const k5 = esc4(key2);
311944
+ const parseStr = (key3) => {
311945
+ const k5 = esc4(key3);
311495
311946
  return `shape[${k5}]._zod.run({ value: input[${k5}], issues: [] }, ctx)`;
311496
311947
  };
311497
311948
  doc2.write(`const input = payload.value;`);
311498
311949
  const ids = Object.create(null);
311499
- for (const key2 of keys) {
311500
- ids[key2] = randomString4(15);
311950
+ for (const key3 of keys) {
311951
+ ids[key3] = randomString4(15);
311501
311952
  }
311502
311953
  doc2.write(`const newResult = {}`);
311503
- for (const key2 of keys) {
311504
- if (optionalKeys$1.has(key2)) {
311505
- const id = ids[key2];
311506
- doc2.write(`const ${id} = ${parseStr(key2)};`);
311507
- const k5 = esc4(key2);
311954
+ for (const key3 of keys) {
311955
+ if (optionalKeys$1.has(key3)) {
311956
+ const id = ids[key3];
311957
+ doc2.write(`const ${id} = ${parseStr(key3)};`);
311958
+ const k5 = esc4(key3);
311508
311959
  doc2.write(`
311509
311960
  if (${id}.issues.length) {
311510
311961
  if (input[${k5}] === undefined) {
@@ -311526,14 +311977,14 @@ var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
311526
311977
  }
311527
311978
  `);
311528
311979
  } else {
311529
- const id = ids[key2];
311530
- doc2.write(`const ${id} = ${parseStr(key2)};`);
311980
+ const id = ids[key3];
311981
+ doc2.write(`const ${id} = ${parseStr(key3)};`);
311531
311982
  doc2.write(`
311532
311983
  if (${id}.issues.length) payload.issues = payload.issues.concat(${id}.issues.map(iss => ({
311533
311984
  ...iss,
311534
- path: iss.path ? [${esc4(key2)}, ...iss.path] : [${esc4(key2)}]
311985
+ path: iss.path ? [${esc4(key3)}, ...iss.path] : [${esc4(key3)}]
311535
311986
  })));`);
311536
- doc2.write(`newResult[${esc4(key2)}] = ${id}.value`);
311987
+ doc2.write(`newResult[${esc4(key3)}] = ${id}.value`);
311537
311988
  }
311538
311989
  }
311539
311990
  doc2.write(`payload.value = newResult;`);
@@ -311568,20 +312019,20 @@ var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
311568
312019
  } else {
311569
312020
  payload.value = {};
311570
312021
  const shape = value4.shape;
311571
- for (const key2 of value4.keys) {
311572
- const el = shape[key2];
312022
+ for (const key3 of value4.keys) {
312023
+ const el = shape[key3];
311573
312024
  const r6 = el._zod.run({
311574
- value: input[key2],
312025
+ value: input[key3],
311575
312026
  issues: []
311576
312027
  }, ctx);
311577
312028
  const isOptional = el._zod.optin === "optional" && el._zod.optout === "optional";
311578
312029
  if (r6 instanceof Promise) {
311579
- proms.push(r6.then((r$1) => isOptional ? handleOptionalObjectResult4(r$1, payload, key2, input) : handleObjectResult4(r$1, payload, key2)));
312030
+ proms.push(r6.then((r$1) => isOptional ? handleOptionalObjectResult4(r$1, payload, key3, input) : handleObjectResult4(r$1, payload, key3)));
311580
312031
  } else {
311581
312032
  if (isOptional) {
311582
- handleOptionalObjectResult4(r6, payload, key2, input);
312033
+ handleOptionalObjectResult4(r6, payload, key3, input);
311583
312034
  } else {
311584
- handleObjectResult4(r6, payload, key2);
312035
+ handleObjectResult4(r6, payload, key3);
311585
312036
  }
311586
312037
  }
311587
312038
  }
@@ -311593,21 +312044,21 @@ var $ZodObject4 = /* @__PURE__ */ $constructor4("$ZodObject", (inst, def) => {
311593
312044
  const keySet = value4.keySet;
311594
312045
  const _catchall = catchall._zod;
311595
312046
  const t8 = _catchall.def.type;
311596
- for (const key2 of Object.keys(input)) {
311597
- if (keySet.has(key2))
312047
+ for (const key3 of Object.keys(input)) {
312048
+ if (keySet.has(key3))
311598
312049
  continue;
311599
312050
  if (t8 === "never") {
311600
- unrecognized.push(key2);
312051
+ unrecognized.push(key3);
311601
312052
  continue;
311602
312053
  }
311603
312054
  const r6 = _catchall.run({
311604
- value: input[key2],
312055
+ value: input[key3],
311605
312056
  issues: []
311606
312057
  }, ctx);
311607
312058
  if (r6 instanceof Promise) {
311608
- proms.push(r6.then((r$1) => handleObjectResult4(r$1, payload, key2)));
312059
+ proms.push(r6.then((r$1) => handleObjectResult4(r$1, payload, key3)));
311609
312060
  } else {
311610
- handleObjectResult4(r6, payload, key2);
312061
+ handleObjectResult4(r6, payload, key3);
311611
312062
  }
311612
312063
  }
311613
312064
  if (unrecognized.length) {
@@ -311777,22 +312228,22 @@ function mergeValues4(a7, b4) {
311777
312228
  data: a7
311778
312229
  };
311779
312230
  }
311780
- if (isPlainObject6(a7) && isPlainObject6(b4)) {
312231
+ if (isPlainObject7(a7) && isPlainObject7(b4)) {
311781
312232
  const bKeys = Object.keys(b4);
311782
- const sharedKeys = Object.keys(a7).filter((key2) => bKeys.indexOf(key2) !== -1);
312233
+ const sharedKeys = Object.keys(a7).filter((key3) => bKeys.indexOf(key3) !== -1);
311783
312234
  const newObj = {
311784
312235
  ...a7,
311785
312236
  ...b4
311786
312237
  };
311787
- for (const key2 of sharedKeys) {
311788
- const sharedValue = mergeValues4(a7[key2], b4[key2]);
312238
+ for (const key3 of sharedKeys) {
312239
+ const sharedValue = mergeValues4(a7[key3], b4[key3]);
311789
312240
  if (!sharedValue.valid) {
311790
312241
  return {
311791
312242
  valid: false,
311792
- mergeErrorPath: [key2, ...sharedValue.mergeErrorPath]
312243
+ mergeErrorPath: [key3, ...sharedValue.mergeErrorPath]
311793
312244
  };
311794
312245
  }
311795
- newObj[key2] = sharedValue.data;
312246
+ newObj[key3] = sharedValue.data;
311796
312247
  }
311797
312248
  return {
311798
312249
  valid: true,
@@ -311928,7 +312379,7 @@ var $ZodRecord4 = /* @__PURE__ */ $constructor4("$ZodRecord", (inst, def) => {
311928
312379
  $ZodType4.init(inst, def);
311929
312380
  inst._zod.parse = (payload, ctx) => {
311930
312381
  const input = payload.value;
311931
- if (!isPlainObject6(input)) {
312382
+ if (!isPlainObject7(input)) {
311932
312383
  payload.issues.push({
311933
312384
  expected: "record",
311934
312385
  code: "invalid_type",
@@ -311941,32 +312392,32 @@ var $ZodRecord4 = /* @__PURE__ */ $constructor4("$ZodRecord", (inst, def) => {
311941
312392
  if (def.keyType._zod.values) {
311942
312393
  const values = def.keyType._zod.values;
311943
312394
  payload.value = {};
311944
- for (const key2 of values) {
311945
- if (typeof key2 === "string" || typeof key2 === "number" || typeof key2 === "symbol") {
312395
+ for (const key3 of values) {
312396
+ if (typeof key3 === "string" || typeof key3 === "number" || typeof key3 === "symbol") {
311946
312397
  const result = def.valueType._zod.run({
311947
- value: input[key2],
312398
+ value: input[key3],
311948
312399
  issues: []
311949
312400
  }, ctx);
311950
312401
  if (result instanceof Promise) {
311951
312402
  proms.push(result.then((result$1) => {
311952
312403
  if (result$1.issues.length) {
311953
- payload.issues.push(...prefixIssues4(key2, result$1.issues));
312404
+ payload.issues.push(...prefixIssues4(key3, result$1.issues));
311954
312405
  }
311955
- payload.value[key2] = result$1.value;
312406
+ payload.value[key3] = result$1.value;
311956
312407
  }));
311957
312408
  } else {
311958
312409
  if (result.issues.length) {
311959
- payload.issues.push(...prefixIssues4(key2, result.issues));
312410
+ payload.issues.push(...prefixIssues4(key3, result.issues));
311960
312411
  }
311961
- payload.value[key2] = result.value;
312412
+ payload.value[key3] = result.value;
311962
312413
  }
311963
312414
  }
311964
312415
  }
311965
312416
  let unrecognized;
311966
- for (const key2 in input) {
311967
- if (!values.has(key2)) {
312417
+ for (const key3 in input) {
312418
+ if (!values.has(key3)) {
311968
312419
  unrecognized = unrecognized ?? [];
311969
- unrecognized.push(key2);
312420
+ unrecognized.push(key3);
311970
312421
  }
311971
312422
  }
311972
312423
  if (unrecognized && unrecognized.length > 0) {
@@ -311979,11 +312430,11 @@ var $ZodRecord4 = /* @__PURE__ */ $constructor4("$ZodRecord", (inst, def) => {
311979
312430
  }
311980
312431
  } else {
311981
312432
  payload.value = {};
311982
- for (const key2 of Reflect.ownKeys(input)) {
311983
- if (key2 === "__proto__")
312433
+ for (const key3 of Reflect.ownKeys(input)) {
312434
+ if (key3 === "__proto__")
311984
312435
  continue;
311985
312436
  const keyResult = def.keyType._zod.run({
311986
- value: key2,
312437
+ value: key3,
311987
312438
  issues: []
311988
312439
  }, ctx);
311989
312440
  if (keyResult instanceof Promise) {
@@ -311994,27 +312445,27 @@ var $ZodRecord4 = /* @__PURE__ */ $constructor4("$ZodRecord", (inst, def) => {
311994
312445
  origin: "record",
311995
312446
  code: "invalid_key",
311996
312447
  issues: keyResult.issues.map((iss) => finalizeIssue4(iss, ctx, config4())),
311997
- input: key2,
311998
- path: [key2],
312448
+ input: key3,
312449
+ path: [key3],
311999
312450
  inst
312000
312451
  });
312001
312452
  payload.value[keyResult.value] = keyResult.value;
312002
312453
  continue;
312003
312454
  }
312004
312455
  const result = def.valueType._zod.run({
312005
- value: input[key2],
312456
+ value: input[key3],
312006
312457
  issues: []
312007
312458
  }, ctx);
312008
312459
  if (result instanceof Promise) {
312009
312460
  proms.push(result.then((result$1) => {
312010
312461
  if (result$1.issues.length) {
312011
- payload.issues.push(...prefixIssues4(key2, result$1.issues));
312462
+ payload.issues.push(...prefixIssues4(key3, result$1.issues));
312012
312463
  }
312013
312464
  payload.value[keyResult.value] = result$1.value;
312014
312465
  }));
312015
312466
  } else {
312016
312467
  if (result.issues.length) {
312017
- payload.issues.push(...prefixIssues4(key2, result.issues));
312468
+ payload.issues.push(...prefixIssues4(key3, result.issues));
312018
312469
  }
312019
312470
  payload.value[keyResult.value] = result.value;
312020
312471
  }
@@ -312041,9 +312492,9 @@ var $ZodMap4 = /* @__PURE__ */ $constructor4("$ZodMap", (inst, def) => {
312041
312492
  }
312042
312493
  const proms = [];
312043
312494
  payload.value = new Map;
312044
- for (const [key2, value4] of input) {
312495
+ for (const [key3, value4] of input) {
312045
312496
  const keyResult = def.keyType._zod.run({
312046
- value: key2,
312497
+ value: key3,
312047
312498
  issues: []
312048
312499
  }, ctx);
312049
312500
  const valueResult = def.valueType._zod.run({
@@ -312052,10 +312503,10 @@ var $ZodMap4 = /* @__PURE__ */ $constructor4("$ZodMap", (inst, def) => {
312052
312503
  }, ctx);
312053
312504
  if (keyResult instanceof Promise || valueResult instanceof Promise) {
312054
312505
  proms.push(Promise.all([keyResult, valueResult]).then(([keyResult$1, valueResult$1]) => {
312055
- handleMapResult4(keyResult$1, valueResult$1, payload, key2, input, inst, ctx);
312506
+ handleMapResult4(keyResult$1, valueResult$1, payload, key3, input, inst, ctx);
312056
312507
  }));
312057
312508
  } else {
312058
- handleMapResult4(keyResult, valueResult, payload, key2, input, inst, ctx);
312509
+ handleMapResult4(keyResult, valueResult, payload, key3, input, inst, ctx);
312059
312510
  }
312060
312511
  }
312061
312512
  if (proms.length)
@@ -312063,10 +312514,10 @@ var $ZodMap4 = /* @__PURE__ */ $constructor4("$ZodMap", (inst, def) => {
312063
312514
  return payload;
312064
312515
  };
312065
312516
  });
312066
- function handleMapResult4(keyResult, valueResult, final, key2, input, inst, ctx) {
312517
+ function handleMapResult4(keyResult, valueResult, final, key3, input, inst, ctx) {
312067
312518
  if (keyResult.issues.length) {
312068
- if (propertyKeyTypes4.has(typeof key2)) {
312069
- final.issues.push(...prefixIssues4(key2, keyResult.issues));
312519
+ if (propertyKeyTypes4.has(typeof key3)) {
312520
+ final.issues.push(...prefixIssues4(key3, keyResult.issues));
312070
312521
  } else {
312071
312522
  final.issues.push({
312072
312523
  origin: "map",
@@ -312078,15 +312529,15 @@ function handleMapResult4(keyResult, valueResult, final, key2, input, inst, ctx)
312078
312529
  }
312079
312530
  }
312080
312531
  if (valueResult.issues.length) {
312081
- if (propertyKeyTypes4.has(typeof key2)) {
312082
- final.issues.push(...prefixIssues4(key2, valueResult.issues));
312532
+ if (propertyKeyTypes4.has(typeof key3)) {
312533
+ final.issues.push(...prefixIssues4(key3, valueResult.issues));
312083
312534
  } else {
312084
312535
  final.issues.push({
312085
312536
  origin: "map",
312086
312537
  code: "invalid_element",
312087
312538
  input,
312088
312539
  inst,
312089
- key: key2,
312540
+ key: key3,
312090
312541
  issues: valueResult.issues.map((iss) => finalizeIssue4(iss, ctx, config4()))
312091
312542
  });
312092
312543
  }
@@ -318408,19 +318859,19 @@ var JSONSchemaGenerator4 = class {
318408
318859
  json$1.type = "object";
318409
318860
  json$1.properties = {};
318410
318861
  const shape = def.shape;
318411
- for (const key2 in shape) {
318412
- json$1.properties[key2] = this.process(shape[key2], {
318862
+ for (const key3 in shape) {
318863
+ json$1.properties[key3] = this.process(shape[key3], {
318413
318864
  ...params,
318414
318865
  path: [
318415
318866
  ...params.path,
318416
318867
  "properties",
318417
- key2
318868
+ key3
318418
318869
  ]
318419
318870
  });
318420
318871
  }
318421
318872
  const allKeys = new Set(Object.keys(shape));
318422
- const requiredKeys = new Set([...allKeys].filter((key2) => {
318423
- const v6 = def.shape[key2]._zod;
318873
+ const requiredKeys = new Set([...allKeys].filter((key3) => {
318874
+ const v6 = def.shape[key3]._zod;
318424
318875
  if (this.io === "input") {
318425
318876
  return v6.optin === undefined;
318426
318877
  } else {
@@ -318772,8 +319223,8 @@ var JSONSchemaGenerator4 = class {
318772
319223
  if (defId)
318773
319224
  seen.defId = defId;
318774
319225
  const schema$1 = seen.schema;
318775
- for (const key2 in schema$1) {
318776
- delete schema$1[key2];
319226
+ for (const key3 in schema$1) {
319227
+ delete schema$1[key3];
318777
319228
  }
318778
319229
  schema$1.$ref = ref;
318779
319230
  };
@@ -318884,8 +319335,8 @@ function toJSONSchema4(input, _params) {
318884
319335
  defs
318885
319336
  };
318886
319337
  for (const entry of input._idmap.entries()) {
318887
- const [key2, schema] = entry;
318888
- schemas3[key2] = gen$1.emit(schema, {
319338
+ const [key3, schema] = entry;
319339
+ schemas3[key3] = gen$1.emit(schema, {
318889
319340
  ..._params,
318890
319341
  external: external2
318891
319342
  });
@@ -318930,8 +319381,8 @@ function isTransforming4(_schema, _ctx) {
318930
319381
  return isTransforming4(def.element, ctx);
318931
319382
  }
318932
319383
  case "object": {
318933
- for (const key2 in def.shape) {
318934
- if (isTransforming4(def.shape[key2], ctx))
319384
+ for (const key3 in def.shape) {
319385
+ if (isTransforming4(def.shape[key3], ctx))
318935
319386
  return true;
318936
319387
  }
318937
319388
  return false;
@@ -320674,13 +321125,13 @@ var esm_default4 = createPrompt((config5, done) => {
320674
321125
  const [value4, setValue] = useState("");
320675
321126
  const theme = makeTheme(config5.theme);
320676
321127
  const prefix = usePrefix({ status, theme });
320677
- useKeypress((key2, rl) => {
320678
- if (isEnterKey(key2)) {
321128
+ useKeypress((key3, rl) => {
321129
+ if (isEnterKey(key3)) {
320679
321130
  const answer = getBooleanValue(value4, config5.default);
320680
321131
  setValue(transformer(answer));
320681
321132
  setStatus("done");
320682
321133
  done(answer);
320683
- } else if (key2.name === "tab") {
321134
+ } else if (key3.name === "tab") {
320684
321135
  const answer = boolToString(!getBooleanValue(value4, config5.default));
320685
321136
  rl.clearLine(0);
320686
321137
  rl.write(answer);
@@ -320701,7 +321152,7 @@ var esm_default4 = createPrompt((config5, done) => {
320701
321152
  });
320702
321153
 
320703
321154
  // ../../node_modules/@inquirer/password/dist/esm/index.js
320704
- var import_ansi_escapes3 = __toESM(require_ansi_escapes(), 1);
321155
+ var import_ansi_escapes4 = __toESM(require_ansi_escapes(), 1);
320705
321156
  var esm_default5 = createPrompt((config5, done) => {
320706
321157
  const { validate: validate5 = () => true } = config5;
320707
321158
  const theme = makeTheme(config5.theme);
@@ -320709,11 +321160,11 @@ var esm_default5 = createPrompt((config5, done) => {
320709
321160
  const [errorMsg, setError] = useState();
320710
321161
  const [value4, setValue] = useState("");
320711
321162
  const prefix = usePrefix({ status, theme });
320712
- useKeypress(async (key2, rl) => {
321163
+ useKeypress(async (key3, rl) => {
320713
321164
  if (status !== "idle") {
320714
321165
  return;
320715
321166
  }
320716
- if (isEnterKey(key2)) {
321167
+ if (isEnterKey(key3)) {
320717
321168
  const answer = value4;
320718
321169
  setStatus("loading");
320719
321170
  const isValid = await validate5(answer);
@@ -320738,7 +321189,7 @@ var esm_default5 = createPrompt((config5, done) => {
320738
321189
  const maskChar = typeof config5.mask === "string" ? config5.mask : "*";
320739
321190
  formattedValue = maskChar.repeat(value4.length);
320740
321191
  } else if (status !== "done") {
320741
- helpTip = `${theme.style.help("[input is masked]")}${import_ansi_escapes3.default.cursorHide}`;
321192
+ helpTip = `${theme.style.help("[input is masked]")}${import_ansi_escapes4.default.cursorHide}`;
320742
321193
  }
320743
321194
  if (status === "done") {
320744
321195
  formattedValue = theme.style.answer(formattedValue);
@@ -322469,7 +322920,7 @@ var basename2 = function(p5, extension) {
322469
322920
  return extension && lastSegment.endsWith(extension) ? lastSegment.slice(0, -extension.length) : lastSegment;
322470
322921
  };
322471
322922
  // ../../node_modules/defu/dist/defu.mjs
322472
- function isPlainObject7(value4) {
322923
+ function isPlainObject8(value4) {
322473
322924
  if (value4 === null || typeof value4 !== "object") {
322474
322925
  return false;
322475
322926
  }
@@ -322486,27 +322937,27 @@ function isPlainObject7(value4) {
322486
322937
  return true;
322487
322938
  }
322488
322939
  function _defu(baseObject, defaults4, namespace = ".", merger) {
322489
- if (!isPlainObject7(defaults4)) {
322940
+ if (!isPlainObject8(defaults4)) {
322490
322941
  return _defu(baseObject, {}, namespace, merger);
322491
322942
  }
322492
322943
  const object5 = Object.assign({}, defaults4);
322493
- for (const key2 in baseObject) {
322494
- if (key2 === "__proto__" || key2 === "constructor") {
322944
+ for (const key3 in baseObject) {
322945
+ if (key3 === "__proto__" || key3 === "constructor") {
322495
322946
  continue;
322496
322947
  }
322497
- const value4 = baseObject[key2];
322948
+ const value4 = baseObject[key3];
322498
322949
  if (value4 === null || value4 === undefined) {
322499
322950
  continue;
322500
322951
  }
322501
- if (merger && merger(object5, key2, value4, namespace)) {
322952
+ if (merger && merger(object5, key3, value4, namespace)) {
322502
322953
  continue;
322503
322954
  }
322504
- if (Array.isArray(value4) && Array.isArray(object5[key2])) {
322505
- object5[key2] = [...value4, ...object5[key2]];
322506
- } else if (isPlainObject7(value4) && isPlainObject7(object5[key2])) {
322507
- object5[key2] = _defu(value4, object5[key2], (namespace ? `${namespace}.` : "") + key2.toString(), merger);
322955
+ if (Array.isArray(value4) && Array.isArray(object5[key3])) {
322956
+ object5[key3] = [...value4, ...object5[key3]];
322957
+ } else if (isPlainObject8(value4) && isPlainObject8(object5[key3])) {
322958
+ object5[key3] = _defu(value4, object5[key3], (namespace ? `${namespace}.` : "") + key3.toString(), merger);
322508
322959
  } else {
322509
- object5[key2] = value4;
322960
+ object5[key3] = value4;
322510
322961
  }
322511
322962
  }
322512
322963
  return object5;
@@ -322515,15 +322966,15 @@ function createDefu(merger) {
322515
322966
  return (...arguments_4) => arguments_4.reduce((p5, c3) => _defu(p5, c3, "", merger), {});
322516
322967
  }
322517
322968
  var defu = createDefu();
322518
- var defuFn = createDefu((object5, key2, currentValue) => {
322519
- if (object5[key2] !== undefined && typeof currentValue === "function") {
322520
- object5[key2] = currentValue(object5[key2]);
322969
+ var defuFn = createDefu((object5, key3, currentValue) => {
322970
+ if (object5[key3] !== undefined && typeof currentValue === "function") {
322971
+ object5[key3] = currentValue(object5[key3]);
322521
322972
  return true;
322522
322973
  }
322523
322974
  });
322524
- var defuArrayFn = createDefu((object5, key2, currentValue) => {
322525
- if (Array.isArray(object5[key2]) && typeof currentValue === "function") {
322526
- object5[key2] = currentValue(object5[key2]);
322975
+ var defuArrayFn = createDefu((object5, key3, currentValue) => {
322976
+ if (Array.isArray(object5[key3]) && typeof currentValue === "function") {
322977
+ object5[key3] = currentValue(object5[key3]);
322527
322978
  return true;
322528
322979
  }
322529
322980
  });
@@ -325733,11 +326184,11 @@ function cacheDirectory() {
325733
326184
  }
325734
326185
  function normalizeHeaders(headers = {}) {
325735
326186
  const normalized = {};
325736
- for (const [key2, value4] of Object.entries(headers)) {
326187
+ for (const [key3, value4] of Object.entries(headers)) {
325737
326188
  if (!value4) {
325738
326189
  continue;
325739
326190
  }
325740
- normalized[key2.toLowerCase()] = value4;
326191
+ normalized[key3.toLowerCase()] = value4;
325741
326192
  }
325742
326193
  return normalized;
325743
326194
  }
@@ -328943,7 +329394,7 @@ function jsonOutput(data) {
328943
329394
  var composer = require_composer();
328944
329395
  var Document = require_Document();
328945
329396
  var Schema = require_Schema();
328946
- var errors4 = require_errors3();
329397
+ var errors5 = require_errors3();
328947
329398
  var Alias = require_Alias();
328948
329399
  var identity2 = require_identity();
328949
329400
  var Pair = require_Pair();
@@ -328959,9 +329410,9 @@ var visit2 = require_visit();
328959
329410
  var $Composer = composer.Composer;
328960
329411
  var $Document = Document.Document;
328961
329412
  var $Schema = Schema.Schema;
328962
- var $YAMLError = errors4.YAMLError;
328963
- var $YAMLParseError = errors4.YAMLParseError;
328964
- var $YAMLWarning = errors4.YAMLWarning;
329413
+ var $YAMLError = errors5.YAMLError;
329414
+ var $YAMLParseError = errors5.YAMLParseError;
329415
+ var $YAMLWarning = errors5.YAMLWarning;
328965
329416
  var $Alias = Alias.Alias;
328966
329417
  var $isAlias = identity2.isAlias;
328967
329418
  var $isCollection = identity2.isCollection;
@@ -329568,11 +330019,11 @@ function createCommand4() {
329568
330019
 
329569
330020
  // src/utils/commands/passthrough-options.ts
329570
330021
  function mapPassthroughOptions(options, command) {
329571
- const optionArgs = Object.entries(options).map(([key2, value4]) => {
330022
+ const optionArgs = Object.entries(options).map(([key3, value4]) => {
329572
330023
  if (value4 === true) {
329573
- return `--${key2}`;
330024
+ return `--${key3}`;
329574
330025
  }
329575
- return `--${key2}=${value4}`;
330026
+ return `--${key3}=${value4}`;
329576
330027
  });
329577
330028
  return [...optionArgs, ...command.args];
329578
330029
  }
@@ -330800,4 +331251,4 @@ async function sdkCliCommand(argv = process.argv) {
330800
331251
  // src/cli.ts
330801
331252
  sdkCliCommand();
330802
331253
 
330803
- //# debugId=EF66D7AC60A94B7964756E2164756E21
331254
+ //# debugId=63FD8345028F5B1564756E2164756E21