drizzle-kit 0.23.0-21045a0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/bin.cjs +666 -533
  2. package/package.json +1 -1
  3. package/payload.js +362 -362
  4. package/payload.mjs +362 -362
package/bin.cjs CHANGED
@@ -51605,9 +51605,9 @@ var require_dist = __commonJS({
51605
51605
  }
51606
51606
  });
51607
51607
 
51608
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/stream.js
51608
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/stream.js
51609
51609
  var require_stream5 = __commonJS({
51610
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/stream.js"(exports2, module2) {
51610
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/stream.js"(exports2, module2) {
51611
51611
  "use strict";
51612
51612
  var { Duplex } = require("stream");
51613
51613
  function emitClose(stream) {
@@ -51710,14 +51710,19 @@ var require_stream5 = __commonJS({
51710
51710
  }
51711
51711
  });
51712
51712
 
51713
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/constants.js
51713
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/constants.js
51714
51714
  var require_constants5 = __commonJS({
51715
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/constants.js"(exports2, module2) {
51715
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/constants.js"(exports2, module2) {
51716
51716
  "use strict";
51717
+ var BINARY_TYPES = ["nodebuffer", "arraybuffer", "fragments"];
51718
+ var hasBlob = typeof Blob !== "undefined";
51719
+ if (hasBlob)
51720
+ BINARY_TYPES.push("blob");
51717
51721
  module2.exports = {
51718
- BINARY_TYPES: ["nodebuffer", "arraybuffer", "fragments"],
51722
+ BINARY_TYPES,
51719
51723
  EMPTY_BUFFER: Buffer.alloc(0),
51720
51724
  GUID: "258EAFA5-E914-47DA-95CA-C5AB0DC85B11",
51725
+ hasBlob,
51721
51726
  kForOnEventAttribute: Symbol("kIsForOnEventAttribute"),
51722
51727
  kListener: Symbol("kListener"),
51723
51728
  kStatusCode: Symbol("status-code"),
@@ -51962,9 +51967,9 @@ var require_bufferutil = __commonJS({
51962
51967
  }
51963
51968
  });
51964
51969
 
51965
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/buffer-util.js
51970
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/buffer-util.js
51966
51971
  var require_buffer_util = __commonJS({
51967
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/buffer-util.js"(exports2, module2) {
51972
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/buffer-util.js"(exports2, module2) {
51968
51973
  "use strict";
51969
51974
  var { EMPTY_BUFFER } = require_constants5();
51970
51975
  var FastBuffer = Buffer[Symbol.species];
@@ -52044,9 +52049,9 @@ var require_buffer_util = __commonJS({
52044
52049
  }
52045
52050
  });
52046
52051
 
52047
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/limiter.js
52052
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/limiter.js
52048
52053
  var require_limiter = __commonJS({
52049
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/limiter.js"(exports2, module2) {
52054
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/limiter.js"(exports2, module2) {
52050
52055
  "use strict";
52051
52056
  var kDone = Symbol("kDone");
52052
52057
  var kRun = Symbol("kRun");
@@ -52095,9 +52100,9 @@ var require_limiter = __commonJS({
52095
52100
  }
52096
52101
  });
52097
52102
 
52098
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/permessage-deflate.js
52103
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/permessage-deflate.js
52099
52104
  var require_permessage_deflate = __commonJS({
52100
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/permessage-deflate.js"(exports2, module2) {
52105
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/permessage-deflate.js"(exports2, module2) {
52101
52106
  "use strict";
52102
52107
  var zlib2 = require("zlib");
52103
52108
  var bufferUtil = require_buffer_util();
@@ -52524,11 +52529,12 @@ var require_utf_8_validate = __commonJS({
52524
52529
  }
52525
52530
  });
52526
52531
 
52527
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/validation.js
52532
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/validation.js
52528
52533
  var require_validation = __commonJS({
52529
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/validation.js"(exports2, module2) {
52534
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/validation.js"(exports2, module2) {
52530
52535
  "use strict";
52531
52536
  var { isUtf8 } = require("buffer");
52537
+ var { hasBlob } = require_constants5();
52532
52538
  var tokenChars = [
52533
52539
  0,
52534
52540
  0,
@@ -52699,7 +52705,11 @@ var require_validation = __commonJS({
52699
52705
  }
52700
52706
  return true;
52701
52707
  }
52708
+ function isBlob2(value) {
52709
+ return hasBlob && typeof value === "object" && typeof value.arrayBuffer === "function" && typeof value.type === "string" && typeof value.stream === "function" && (value[Symbol.toStringTag] === "Blob" || value[Symbol.toStringTag] === "File");
52710
+ }
52702
52711
  module2.exports = {
52712
+ isBlob: isBlob2,
52703
52713
  isValidStatusCode,
52704
52714
  isValidUTF8: _isValidUTF8,
52705
52715
  tokenChars
@@ -52720,9 +52730,9 @@ var require_validation = __commonJS({
52720
52730
  }
52721
52731
  });
52722
52732
 
52723
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/receiver.js
52733
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/receiver.js
52724
52734
  var require_receiver = __commonJS({
52725
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/receiver.js"(exports2, module2) {
52735
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/receiver.js"(exports2, module2) {
52726
52736
  "use strict";
52727
52737
  var { Writable } = require("stream");
52728
52738
  var PerMessageDeflate = require_permessage_deflate();
@@ -53192,6 +53202,8 @@ var require_receiver = __commonJS({
53192
53202
  data = concat(fragments, messageLength);
53193
53203
  } else if (this._binaryType === "arraybuffer") {
53194
53204
  data = toArrayBuffer(concat(fragments, messageLength));
53205
+ } else if (this._binaryType === "blob") {
53206
+ data = new Blob(fragments);
53195
53207
  } else {
53196
53208
  data = fragments;
53197
53209
  }
@@ -53321,21 +53333,24 @@ var require_receiver = __commonJS({
53321
53333
  }
53322
53334
  });
53323
53335
 
53324
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/sender.js
53336
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/sender.js
53325
53337
  var require_sender = __commonJS({
53326
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/sender.js"(exports2, module2) {
53338
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/sender.js"(exports2, module2) {
53327
53339
  "use strict";
53328
53340
  var { Duplex } = require("stream");
53329
53341
  var { randomFillSync } = require("crypto");
53330
53342
  var PerMessageDeflate = require_permessage_deflate();
53331
- var { EMPTY_BUFFER } = require_constants5();
53332
- var { isValidStatusCode } = require_validation();
53343
+ var { EMPTY_BUFFER, kWebSocket, NOOP } = require_constants5();
53344
+ var { isBlob: isBlob2, isValidStatusCode } = require_validation();
53333
53345
  var { mask: applyMask, toBuffer } = require_buffer_util();
53334
53346
  var kByteLength = Symbol("kByteLength");
53335
53347
  var maskBuffer = Buffer.alloc(4);
53336
53348
  var RANDOM_POOL_SIZE = 8 * 1024;
53337
53349
  var randomPool;
53338
53350
  var randomPoolPointer = RANDOM_POOL_SIZE;
53351
+ var DEFAULT = 0;
53352
+ var DEFLATING = 1;
53353
+ var GET_BLOB_DATA = 2;
53339
53354
  var Sender3 = class _Sender {
53340
53355
  /**
53341
53356
  * Creates a Sender instance.
@@ -53355,8 +53370,10 @@ var require_sender = __commonJS({
53355
53370
  this._firstFragment = true;
53356
53371
  this._compress = false;
53357
53372
  this._bufferedBytes = 0;
53358
- this._deflating = false;
53359
53373
  this._queue = [];
53374
+ this._state = DEFAULT;
53375
+ this.onerror = NOOP;
53376
+ this[kWebSocket] = void 0;
53360
53377
  }
53361
53378
  /**
53362
53379
  * Frames a piece of data according to the HyBi WebSocket protocol.
@@ -53492,7 +53509,7 @@ var require_sender = __commonJS({
53492
53509
  readOnly: false,
53493
53510
  rsv1: false
53494
53511
  };
53495
- if (this._deflating) {
53512
+ if (this._state !== DEFAULT) {
53496
53513
  this.enqueue([this.dispatch, buf, false, options, cb]);
53497
53514
  } else {
53498
53515
  this.sendFrame(_Sender.frame(buf, options), cb);
@@ -53512,6 +53529,9 @@ var require_sender = __commonJS({
53512
53529
  if (typeof data === "string") {
53513
53530
  byteLength = Buffer.byteLength(data);
53514
53531
  readOnly = false;
53532
+ } else if (isBlob2(data)) {
53533
+ byteLength = data.size;
53534
+ readOnly = false;
53515
53535
  } else {
53516
53536
  data = toBuffer(data);
53517
53537
  byteLength = data.length;
@@ -53530,7 +53550,13 @@ var require_sender = __commonJS({
53530
53550
  readOnly,
53531
53551
  rsv1: false
53532
53552
  };
53533
- if (this._deflating) {
53553
+ if (isBlob2(data)) {
53554
+ if (this._state !== DEFAULT) {
53555
+ this.enqueue([this.getBlobData, data, false, options, cb]);
53556
+ } else {
53557
+ this.getBlobData(data, false, options, cb);
53558
+ }
53559
+ } else if (this._state !== DEFAULT) {
53534
53560
  this.enqueue([this.dispatch, data, false, options, cb]);
53535
53561
  } else {
53536
53562
  this.sendFrame(_Sender.frame(data, options), cb);
@@ -53550,6 +53576,9 @@ var require_sender = __commonJS({
53550
53576
  if (typeof data === "string") {
53551
53577
  byteLength = Buffer.byteLength(data);
53552
53578
  readOnly = false;
53579
+ } else if (isBlob2(data)) {
53580
+ byteLength = data.size;
53581
+ readOnly = false;
53553
53582
  } else {
53554
53583
  data = toBuffer(data);
53555
53584
  byteLength = data.length;
@@ -53568,7 +53597,13 @@ var require_sender = __commonJS({
53568
53597
  readOnly,
53569
53598
  rsv1: false
53570
53599
  };
53571
- if (this._deflating) {
53600
+ if (isBlob2(data)) {
53601
+ if (this._state !== DEFAULT) {
53602
+ this.enqueue([this.getBlobData, data, false, options, cb]);
53603
+ } else {
53604
+ this.getBlobData(data, false, options, cb);
53605
+ }
53606
+ } else if (this._state !== DEFAULT) {
53572
53607
  this.enqueue([this.dispatch, data, false, options, cb]);
53573
53608
  } else {
53574
53609
  this.sendFrame(_Sender.frame(data, options), cb);
@@ -53599,6 +53634,9 @@ var require_sender = __commonJS({
53599
53634
  if (typeof data === "string") {
53600
53635
  byteLength = Buffer.byteLength(data);
53601
53636
  readOnly = false;
53637
+ } else if (isBlob2(data)) {
53638
+ byteLength = data.size;
53639
+ readOnly = false;
53602
53640
  } else {
53603
53641
  data = toBuffer(data);
53604
53642
  byteLength = data.length;
@@ -53616,38 +53654,75 @@ var require_sender = __commonJS({
53616
53654
  }
53617
53655
  if (options.fin)
53618
53656
  this._firstFragment = true;
53619
- if (perMessageDeflate) {
53620
- const opts = {
53621
- [kByteLength]: byteLength,
53622
- fin: options.fin,
53623
- generateMask: this._generateMask,
53624
- mask: options.mask,
53625
- maskBuffer: this._maskBuffer,
53626
- opcode,
53627
- readOnly,
53628
- rsv1
53629
- };
53630
- if (this._deflating) {
53631
- this.enqueue([this.dispatch, data, this._compress, opts, cb]);
53657
+ const opts = {
53658
+ [kByteLength]: byteLength,
53659
+ fin: options.fin,
53660
+ generateMask: this._generateMask,
53661
+ mask: options.mask,
53662
+ maskBuffer: this._maskBuffer,
53663
+ opcode,
53664
+ readOnly,
53665
+ rsv1
53666
+ };
53667
+ if (isBlob2(data)) {
53668
+ if (this._state !== DEFAULT) {
53669
+ this.enqueue([this.getBlobData, data, this._compress, opts, cb]);
53632
53670
  } else {
53633
- this.dispatch(data, this._compress, opts, cb);
53671
+ this.getBlobData(data, this._compress, opts, cb);
53634
53672
  }
53673
+ } else if (this._state !== DEFAULT) {
53674
+ this.enqueue([this.dispatch, data, this._compress, opts, cb]);
53635
53675
  } else {
53636
- this.sendFrame(
53637
- _Sender.frame(data, {
53638
- [kByteLength]: byteLength,
53639
- fin: options.fin,
53640
- generateMask: this._generateMask,
53641
- mask: options.mask,
53642
- maskBuffer: this._maskBuffer,
53643
- opcode,
53644
- readOnly,
53645
- rsv1: false
53646
- }),
53647
- cb
53648
- );
53676
+ this.dispatch(data, this._compress, opts, cb);
53649
53677
  }
53650
53678
  }
53679
+ /**
53680
+ * Gets the contents of a blob as binary data.
53681
+ *
53682
+ * @param {Blob} blob The blob
53683
+ * @param {Boolean} [compress=false] Specifies whether or not to compress
53684
+ * the data
53685
+ * @param {Object} options Options object
53686
+ * @param {Boolean} [options.fin=false] Specifies whether or not to set the
53687
+ * FIN bit
53688
+ * @param {Function} [options.generateMask] The function used to generate the
53689
+ * masking key
53690
+ * @param {Boolean} [options.mask=false] Specifies whether or not to mask
53691
+ * `data`
53692
+ * @param {Buffer} [options.maskBuffer] The buffer used to store the masking
53693
+ * key
53694
+ * @param {Number} options.opcode The opcode
53695
+ * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be
53696
+ * modified
53697
+ * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the
53698
+ * RSV1 bit
53699
+ * @param {Function} [cb] Callback
53700
+ * @private
53701
+ */
53702
+ getBlobData(blob, compress, options, cb) {
53703
+ this._bufferedBytes += options[kByteLength];
53704
+ this._state = GET_BLOB_DATA;
53705
+ blob.arrayBuffer().then((arrayBuffer) => {
53706
+ if (this._socket.destroyed) {
53707
+ const err2 = new Error(
53708
+ "The socket was closed while the blob was being read"
53709
+ );
53710
+ process.nextTick(callCallbacks, this, err2, cb);
53711
+ return;
53712
+ }
53713
+ this._bufferedBytes -= options[kByteLength];
53714
+ const data = toBuffer(arrayBuffer);
53715
+ if (!compress) {
53716
+ this._state = DEFAULT;
53717
+ this.sendFrame(_Sender.frame(data, options), cb);
53718
+ this.dequeue();
53719
+ } else {
53720
+ this.dispatch(data, compress, options, cb);
53721
+ }
53722
+ }).catch((err2) => {
53723
+ process.nextTick(onError, this, err2, cb);
53724
+ });
53725
+ }
53651
53726
  /**
53652
53727
  * Dispatches a message.
53653
53728
  *
@@ -53678,24 +53753,17 @@ var require_sender = __commonJS({
53678
53753
  }
53679
53754
  const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName];
53680
53755
  this._bufferedBytes += options[kByteLength];
53681
- this._deflating = true;
53756
+ this._state = DEFLATING;
53682
53757
  perMessageDeflate.compress(data, options.fin, (_3, buf) => {
53683
53758
  if (this._socket.destroyed) {
53684
53759
  const err2 = new Error(
53685
53760
  "The socket was closed while data was being compressed"
53686
53761
  );
53687
- if (typeof cb === "function")
53688
- cb(err2);
53689
- for (let i2 = 0; i2 < this._queue.length; i2++) {
53690
- const params = this._queue[i2];
53691
- const callback = params[params.length - 1];
53692
- if (typeof callback === "function")
53693
- callback(err2);
53694
- }
53762
+ callCallbacks(this, err2, cb);
53695
53763
  return;
53696
53764
  }
53697
53765
  this._bufferedBytes -= options[kByteLength];
53698
- this._deflating = false;
53766
+ this._state = DEFAULT;
53699
53767
  options.readOnly = false;
53700
53768
  this.sendFrame(_Sender.frame(buf, options), cb);
53701
53769
  this.dequeue();
@@ -53707,7 +53775,7 @@ var require_sender = __commonJS({
53707
53775
  * @private
53708
53776
  */
53709
53777
  dequeue() {
53710
- while (!this._deflating && this._queue.length) {
53778
+ while (this._state === DEFAULT && this._queue.length) {
53711
53779
  const params = this._queue.shift();
53712
53780
  this._bufferedBytes -= params[3][kByteLength];
53713
53781
  Reflect.apply(params[0], this, params.slice(1));
@@ -53742,12 +53810,26 @@ var require_sender = __commonJS({
53742
53810
  }
53743
53811
  };
53744
53812
  module2.exports = Sender3;
53813
+ function callCallbacks(sender, err2, cb) {
53814
+ if (typeof cb === "function")
53815
+ cb(err2);
53816
+ for (let i2 = 0; i2 < sender._queue.length; i2++) {
53817
+ const params = sender._queue[i2];
53818
+ const callback = params[params.length - 1];
53819
+ if (typeof callback === "function")
53820
+ callback(err2);
53821
+ }
53822
+ }
53823
+ function onError(sender, err2, cb) {
53824
+ callCallbacks(sender, err2, cb);
53825
+ sender.onerror(err2);
53826
+ }
53745
53827
  }
53746
53828
  });
53747
53829
 
53748
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/event-target.js
53830
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/event-target.js
53749
53831
  var require_event_target = __commonJS({
53750
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/event-target.js"(exports2, module2) {
53832
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/event-target.js"(exports2, module2) {
53751
53833
  "use strict";
53752
53834
  var { kForOnEventAttribute, kListener } = require_constants5();
53753
53835
  var kCode = Symbol("kCode");
@@ -53974,9 +54056,9 @@ var require_event_target = __commonJS({
53974
54056
  }
53975
54057
  });
53976
54058
 
53977
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/extension.js
54059
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/extension.js
53978
54060
  var require_extension = __commonJS({
53979
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/extension.js"(exports2, module2) {
54061
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/extension.js"(exports2, module2) {
53980
54062
  "use strict";
53981
54063
  var { tokenChars } = require_validation();
53982
54064
  function push(dest, name, elem) {
@@ -54144,9 +54226,9 @@ var require_extension = __commonJS({
54144
54226
  }
54145
54227
  });
54146
54228
 
54147
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket.js
54229
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket.js
54148
54230
  var require_websocket = __commonJS({
54149
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket.js"(exports2, module2) {
54231
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket.js"(exports2, module2) {
54150
54232
  "use strict";
54151
54233
  var EventEmitter = require("events");
54152
54234
  var https2 = require("https");
@@ -54159,6 +54241,7 @@ var require_websocket = __commonJS({
54159
54241
  var PerMessageDeflate = require_permessage_deflate();
54160
54242
  var Receiver3 = require_receiver();
54161
54243
  var Sender3 = require_sender();
54244
+ var { isBlob: isBlob2 } = require_validation();
54162
54245
  var {
54163
54246
  BINARY_TYPES,
54164
54247
  EMPTY_BUFFER,
@@ -54195,6 +54278,7 @@ var require_websocket = __commonJS({
54195
54278
  this._closeFrameSent = false;
54196
54279
  this._closeMessage = EMPTY_BUFFER;
54197
54280
  this._closeTimer = null;
54281
+ this._errorEmitted = false;
54198
54282
  this._extensions = {};
54199
54283
  this._paused = false;
54200
54284
  this._protocol = "";
@@ -54223,9 +54307,8 @@ var require_websocket = __commonJS({
54223
54307
  }
54224
54308
  }
54225
54309
  /**
54226
- * This deviates from the WHATWG interface since ws doesn't support the
54227
- * required default "blob" type (instead we define a custom "nodebuffer"
54228
- * type).
54310
+ * For historical reasons, the custom "nodebuffer" type is used by the default
54311
+ * instead of "blob".
54229
54312
  *
54230
54313
  * @type {String}
54231
54314
  */
@@ -54330,10 +54413,12 @@ var require_websocket = __commonJS({
54330
54413
  maxPayload: options.maxPayload,
54331
54414
  skipUTF8Validation: options.skipUTF8Validation
54332
54415
  });
54333
- this._sender = new Sender3(socket, this._extensions, options.generateMask);
54416
+ const sender = new Sender3(socket, this._extensions, options.generateMask);
54334
54417
  this._receiver = receiver;
54418
+ this._sender = sender;
54335
54419
  this._socket = socket;
54336
54420
  receiver[kWebSocket] = this;
54421
+ sender[kWebSocket] = this;
54337
54422
  socket[kWebSocket] = this;
54338
54423
  receiver.on("conclude", receiverOnConclude);
54339
54424
  receiver.on("drain", receiverOnDrain);
@@ -54341,6 +54426,7 @@ var require_websocket = __commonJS({
54341
54426
  receiver.on("message", receiverOnMessage);
54342
54427
  receiver.on("ping", receiverOnPing);
54343
54428
  receiver.on("pong", receiverOnPong);
54429
+ sender.onerror = senderOnError;
54344
54430
  if (socket.setTimeout)
54345
54431
  socket.setTimeout(0);
54346
54432
  if (socket.setNoDelay)
@@ -54415,10 +54501,7 @@ var require_websocket = __commonJS({
54415
54501
  this._socket.end();
54416
54502
  }
54417
54503
  });
54418
- this._closeTimer = setTimeout(
54419
- this._socket.destroy.bind(this._socket),
54420
- closeTimeout
54421
- );
54504
+ setCloseTimer(this);
54422
54505
  }
54423
54506
  /**
54424
54507
  * Pause the socket.
@@ -54896,6 +54979,7 @@ var require_websocket = __commonJS({
54896
54979
  }
54897
54980
  function emitErrorAndClose(websocket, err2) {
54898
54981
  websocket._readyState = WebSocket4.CLOSING;
54982
+ websocket._errorEmitted = true;
54899
54983
  websocket.emit("error", err2);
54900
54984
  websocket.emitClose();
54901
54985
  }
@@ -54929,7 +55013,7 @@ var require_websocket = __commonJS({
54929
55013
  }
54930
55014
  function sendAfterClose(websocket, data, cb) {
54931
55015
  if (data) {
54932
- const length = toBuffer(data).length;
55016
+ const length = isBlob2(data) ? data.size : toBuffer(data).length;
54933
55017
  if (websocket._socket)
54934
55018
  websocket._sender._bufferedBytes += length;
54935
55019
  else
@@ -54968,7 +55052,10 @@ var require_websocket = __commonJS({
54968
55052
  process.nextTick(resume, websocket._socket);
54969
55053
  websocket.close(err2[kStatusCode]);
54970
55054
  }
54971
- websocket.emit("error", err2);
55055
+ if (!websocket._errorEmitted) {
55056
+ websocket._errorEmitted = true;
55057
+ websocket.emit("error", err2);
55058
+ }
54972
55059
  }
54973
55060
  function receiverOnFinish() {
54974
55061
  this[kWebSocket].emitClose();
@@ -54988,6 +55075,26 @@ var require_websocket = __commonJS({
54988
55075
  function resume(stream) {
54989
55076
  stream.resume();
54990
55077
  }
55078
+ function senderOnError(err2) {
55079
+ const websocket = this[kWebSocket];
55080
+ if (websocket.readyState === WebSocket4.CLOSED)
55081
+ return;
55082
+ if (websocket.readyState === WebSocket4.OPEN) {
55083
+ websocket._readyState = WebSocket4.CLOSING;
55084
+ setCloseTimer(websocket);
55085
+ }
55086
+ this._socket.end();
55087
+ if (!websocket._errorEmitted) {
55088
+ websocket._errorEmitted = true;
55089
+ websocket.emit("error", err2);
55090
+ }
55091
+ }
55092
+ function setCloseTimer(websocket) {
55093
+ websocket._closeTimer = setTimeout(
55094
+ websocket._socket.destroy.bind(websocket._socket),
55095
+ closeTimeout
55096
+ );
55097
+ }
54991
55098
  function socketOnClose() {
54992
55099
  const websocket = this[kWebSocket];
54993
55100
  this.removeListener("close", socketOnClose);
@@ -55031,9 +55138,9 @@ var require_websocket = __commonJS({
55031
55138
  }
55032
55139
  });
55033
55140
 
55034
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/subprotocol.js
55141
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/subprotocol.js
55035
55142
  var require_subprotocol = __commonJS({
55036
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/subprotocol.js"(exports2, module2) {
55143
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/subprotocol.js"(exports2, module2) {
55037
55144
  "use strict";
55038
55145
  var { tokenChars } = require_validation();
55039
55146
  function parse7(header) {
@@ -55079,9 +55186,9 @@ var require_subprotocol = __commonJS({
55079
55186
  }
55080
55187
  });
55081
55188
 
55082
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket-server.js
55189
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket-server.js
55083
55190
  var require_websocket_server = __commonJS({
55084
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket-server.js"(exports2, module2) {
55191
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket-server.js"(exports2, module2) {
55085
55192
  "use strict";
55086
55193
  var EventEmitter = require("events");
55087
55194
  var http3 = require("http");
@@ -55475,10 +55582,10 @@ var require_websocket_server = __commonJS({
55475
55582
  }
55476
55583
  });
55477
55584
 
55478
- // node_modules/.pnpm/ws@8.17.1/node_modules/ws/wrapper.mjs
55585
+ // node_modules/.pnpm/ws@8.18.0/node_modules/ws/wrapper.mjs
55479
55586
  var import_stream, import_receiver, import_sender, import_websocket, import_websocket_server, wrapper_default;
55480
55587
  var init_wrapper = __esm({
55481
- "node_modules/.pnpm/ws@8.17.1/node_modules/ws/wrapper.mjs"() {
55588
+ "node_modules/.pnpm/ws@8.18.0/node_modules/ws/wrapper.mjs"() {
55482
55589
  import_stream = __toESM(require_stream5(), 1);
55483
55590
  import_receiver = __toESM(require_receiver(), 1);
55484
55591
  import_sender = __toESM(require_sender(), 1);
@@ -57503,9 +57610,9 @@ var require_dist_cjs2 = __commonJS({
57503
57610
  }
57504
57611
  });
57505
57612
 
57506
- // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.598.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
57613
+ // node_modules/.pnpm/@aws-sdk+middleware-host-header@3.609.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
57507
57614
  var require_dist_cjs3 = __commonJS({
57508
- "node_modules/.pnpm/@aws-sdk+middleware-host-header@3.598.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
57615
+ "node_modules/.pnpm/@aws-sdk+middleware-host-header@3.609.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
57509
57616
  "use strict";
57510
57617
  var __defProp2 = Object.defineProperty;
57511
57618
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -57569,9 +57676,9 @@ var require_dist_cjs3 = __commonJS({
57569
57676
  }
57570
57677
  });
57571
57678
 
57572
- // node_modules/.pnpm/@aws-sdk+middleware-logger@3.598.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
57679
+ // node_modules/.pnpm/@aws-sdk+middleware-logger@3.609.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
57573
57680
  var require_dist_cjs4 = __commonJS({
57574
- "node_modules/.pnpm/@aws-sdk+middleware-logger@3.598.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
57681
+ "node_modules/.pnpm/@aws-sdk+middleware-logger@3.609.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
57575
57682
  "use strict";
57576
57683
  var __defProp2 = Object.defineProperty;
57577
57684
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -57643,9 +57750,9 @@ var require_dist_cjs4 = __commonJS({
57643
57750
  }
57644
57751
  });
57645
57752
 
57646
- // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.598.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
57753
+ // node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.609.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
57647
57754
  var require_dist_cjs5 = __commonJS({
57648
- "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.598.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
57755
+ "node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.609.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
57649
57756
  "use strict";
57650
57757
  var __defProp2 = Object.defineProperty;
57651
57758
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -57707,9 +57814,9 @@ var require_dist_cjs5 = __commonJS({
57707
57814
  }
57708
57815
  });
57709
57816
 
57710
- // node_modules/.pnpm/@smithy+util-endpoints@2.0.4/node_modules/@smithy/util-endpoints/dist-cjs/index.js
57817
+ // node_modules/.pnpm/@smithy+util-endpoints@2.0.5/node_modules/@smithy/util-endpoints/dist-cjs/index.js
57711
57818
  var require_dist_cjs6 = __commonJS({
57712
- "node_modules/.pnpm/@smithy+util-endpoints@2.0.4/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports2, module2) {
57819
+ "node_modules/.pnpm/@smithy+util-endpoints@2.0.5/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports2, module2) {
57713
57820
  var __defProp2 = Object.defineProperty;
57714
57821
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
57715
57822
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -58123,9 +58230,9 @@ var require_dist_cjs6 = __commonJS({
58123
58230
  }
58124
58231
  });
58125
58232
 
58126
- // node_modules/.pnpm/@aws-sdk+util-endpoints@3.598.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
58233
+ // node_modules/.pnpm/@aws-sdk+util-endpoints@3.609.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
58127
58234
  var require_dist_cjs7 = __commonJS({
58128
- "node_modules/.pnpm/@aws-sdk+util-endpoints@3.598.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
58235
+ "node_modules/.pnpm/@aws-sdk+util-endpoints@3.609.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
58129
58236
  "use strict";
58130
58237
  var __defProp2 = Object.defineProperty;
58131
58238
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -58486,9 +58593,9 @@ var require_dist_cjs7 = __commonJS({
58486
58593
  }
58487
58594
  });
58488
58595
 
58489
- // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.598.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
58596
+ // node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.609.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
58490
58597
  var require_dist_cjs8 = __commonJS({
58491
- "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.598.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
58598
+ "node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.609.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
58492
58599
  "use strict";
58493
58600
  var __defProp2 = Object.defineProperty;
58494
58601
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -58688,9 +58795,9 @@ var require_dist_cjs10 = __commonJS({
58688
58795
  }
58689
58796
  });
58690
58797
 
58691
- // node_modules/.pnpm/@smithy+config-resolver@3.0.4/node_modules/@smithy/config-resolver/dist-cjs/index.js
58798
+ // node_modules/.pnpm/@smithy+config-resolver@3.0.5/node_modules/@smithy/config-resolver/dist-cjs/index.js
58692
58799
  var require_dist_cjs11 = __commonJS({
58693
- "node_modules/.pnpm/@smithy+config-resolver@3.0.4/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports2, module2) {
58800
+ "node_modules/.pnpm/@smithy+config-resolver@3.0.5/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports2, module2) {
58694
58801
  var __defProp2 = Object.defineProperty;
58695
58802
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
58696
58803
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -58874,7 +58981,7 @@ var require_dist_cjs11 = __commonJS({
58874
58981
  }
58875
58982
  });
58876
58983
 
58877
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
58984
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
58878
58985
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
58879
58986
  const map = /* @__PURE__ */ new Map();
58880
58987
  for (const scheme of httpAuthSchemes) {
@@ -58884,7 +58991,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
58884
58991
  }
58885
58992
  var import_types, import_util_middleware, httpAuthSchemeMiddleware;
58886
58993
  var init_httpAuthSchemeMiddleware = __esm({
58887
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
58994
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
58888
58995
  import_types = __toESM(require_dist_cjs());
58889
58996
  import_util_middleware = __toESM(require_dist_cjs10());
58890
58997
  httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
@@ -59071,9 +59178,9 @@ var require_dist_cjs12 = __commonJS({
59071
59178
  }
59072
59179
  });
59073
59180
 
59074
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
59181
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js
59075
59182
  var require_getHomeDir = __commonJS({
59076
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports2) {
59183
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js"(exports2) {
59077
59184
  "use strict";
59078
59185
  Object.defineProperty(exports2, "__esModule", { value: true });
59079
59186
  exports2.getHomeDir = void 0;
@@ -59103,9 +59210,9 @@ var require_getHomeDir = __commonJS({
59103
59210
  }
59104
59211
  });
59105
59212
 
59106
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
59213
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js
59107
59214
  var require_getSSOTokenFilepath = __commonJS({
59108
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports2) {
59215
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js"(exports2) {
59109
59216
  "use strict";
59110
59217
  Object.defineProperty(exports2, "__esModule", { value: true });
59111
59218
  exports2.getSSOTokenFilepath = void 0;
@@ -59121,9 +59228,9 @@ var require_getSSOTokenFilepath = __commonJS({
59121
59228
  }
59122
59229
  });
59123
59230
 
59124
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
59231
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js
59125
59232
  var require_getSSOTokenFromFile = __commonJS({
59126
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports2) {
59233
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js"(exports2) {
59127
59234
  "use strict";
59128
59235
  Object.defineProperty(exports2, "__esModule", { value: true });
59129
59236
  exports2.getSSOTokenFromFile = void 0;
@@ -59139,9 +59246,9 @@ var require_getSSOTokenFromFile = __commonJS({
59139
59246
  }
59140
59247
  });
59141
59248
 
59142
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
59249
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js
59143
59250
  var require_slurpFile = __commonJS({
59144
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports2) {
59251
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js"(exports2) {
59145
59252
  "use strict";
59146
59253
  Object.defineProperty(exports2, "__esModule", { value: true });
59147
59254
  exports2.slurpFile = void 0;
@@ -59158,9 +59265,9 @@ var require_slurpFile = __commonJS({
59158
59265
  }
59159
59266
  });
59160
59267
 
59161
- // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
59268
+ // node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js
59162
59269
  var require_dist_cjs13 = __commonJS({
59163
- "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports2, module2) {
59270
+ "node_modules/.pnpm/@smithy+shared-ini-file-loader@3.1.4/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js"(exports2, module2) {
59164
59271
  var __defProp2 = Object.defineProperty;
59165
59272
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
59166
59273
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -59223,6 +59330,7 @@ var require_dist_cjs13 = __commonJS({
59223
59330
  var import_getHomeDir2 = require_getHomeDir();
59224
59331
  var ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE";
59225
59332
  var getCredentialsFilepath = /* @__PURE__ */ __name(() => process.env[ENV_CREDENTIALS_PATH] || (0, import_path8.join)((0, import_getHomeDir2.getHomeDir)(), ".aws", "credentials"), "getCredentialsFilepath");
59333
+ var import_getHomeDir3 = require_getHomeDir();
59226
59334
  var prefixKeyRegex = /^([\w-]+)\s(["'])?([\w-@\+\.%:/]+)\2$/;
59227
59335
  var profileNameBlockList = ["__proto__", "profile __proto__"];
59228
59336
  var parseIni = /* @__PURE__ */ __name((iniData) => {
@@ -59275,11 +59383,21 @@ var require_dist_cjs13 = __commonJS({
59275
59383
  var CONFIG_PREFIX_SEPARATOR = ".";
59276
59384
  var loadSharedConfigFiles = /* @__PURE__ */ __name(async (init2 = {}) => {
59277
59385
  const { filepath = getCredentialsFilepath(), configFilepath = getConfigFilepath() } = init2;
59386
+ const homeDir = (0, import_getHomeDir3.getHomeDir)();
59387
+ const relativeHomeDirPrefix = "~/";
59388
+ let resolvedFilepath = filepath;
59389
+ if (filepath.startsWith(relativeHomeDirPrefix)) {
59390
+ resolvedFilepath = (0, import_path8.join)(homeDir, filepath.slice(2));
59391
+ }
59392
+ let resolvedConfigFilepath = configFilepath;
59393
+ if (configFilepath.startsWith(relativeHomeDirPrefix)) {
59394
+ resolvedConfigFilepath = (0, import_path8.join)(homeDir, configFilepath.slice(2));
59395
+ }
59278
59396
  const parsedFiles = await Promise.all([
59279
- (0, import_slurpFile.slurpFile)(configFilepath, {
59397
+ (0, import_slurpFile.slurpFile)(resolvedConfigFilepath, {
59280
59398
  ignoreCache: init2.ignoreCache
59281
59399
  }).then(parseIni).then(getConfigData).catch(swallowError),
59282
- (0, import_slurpFile.slurpFile)(filepath, {
59400
+ (0, import_slurpFile.slurpFile)(resolvedFilepath, {
59283
59401
  ignoreCache: init2.ignoreCache
59284
59402
  }).then(parseIni).catch(swallowError)
59285
59403
  ]);
@@ -59312,9 +59430,9 @@ var require_dist_cjs13 = __commonJS({
59312
59430
  }
59313
59431
  });
59314
59432
 
59315
- // node_modules/.pnpm/@smithy+node-config-provider@3.1.3/node_modules/@smithy/node-config-provider/dist-cjs/index.js
59433
+ // node_modules/.pnpm/@smithy+node-config-provider@3.1.4/node_modules/@smithy/node-config-provider/dist-cjs/index.js
59316
59434
  var require_dist_cjs14 = __commonJS({
59317
- "node_modules/.pnpm/@smithy+node-config-provider@3.1.3/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports2, module2) {
59435
+ "node_modules/.pnpm/@smithy+node-config-provider@3.1.4/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports2, module2) {
59318
59436
  var __defProp2 = Object.defineProperty;
59319
59437
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
59320
59438
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -59398,9 +59516,9 @@ var require_dist_cjs14 = __commonJS({
59398
59516
  }
59399
59517
  });
59400
59518
 
59401
- // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
59519
+ // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
59402
59520
  var require_getEndpointUrlConfig = __commonJS({
59403
- "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
59521
+ "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
59404
59522
  "use strict";
59405
59523
  Object.defineProperty(exports2, "__esModule", { value: true });
59406
59524
  exports2.getEndpointUrlConfig = void 0;
@@ -59439,9 +59557,9 @@ var require_getEndpointUrlConfig = __commonJS({
59439
59557
  }
59440
59558
  });
59441
59559
 
59442
- // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
59560
+ // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
59443
59561
  var require_getEndpointFromConfig = __commonJS({
59444
- "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
59562
+ "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
59445
59563
  "use strict";
59446
59564
  Object.defineProperty(exports2, "__esModule", { value: true });
59447
59565
  exports2.getEndpointFromConfig = void 0;
@@ -59640,9 +59758,9 @@ var require_dist_cjs17 = __commonJS({
59640
59758
  }
59641
59759
  });
59642
59760
 
59643
- // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
59761
+ // node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
59644
59762
  var require_dist_cjs18 = __commonJS({
59645
- "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.4/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
59763
+ "node_modules/.pnpm/@smithy+middleware-endpoint@3.0.5/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
59646
59764
  var __defProp2 = Object.defineProperty;
59647
59765
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
59648
59766
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -59869,10 +59987,10 @@ var require_dist_cjs18 = __commonJS({
59869
59987
  }
59870
59988
  });
59871
59989
 
59872
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
59990
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
59873
59991
  var import_middleware_endpoint, httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
59874
59992
  var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
59875
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
59993
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
59876
59994
  import_middleware_endpoint = __toESM(require_dist_cjs18());
59877
59995
  init_httpAuthSchemeMiddleware();
59878
59996
  httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
@@ -59894,10 +60012,10 @@ var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
59894
60012
  }
59895
60013
  });
59896
60014
 
59897
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
60015
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
59898
60016
  var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
59899
60017
  var init_getHttpAuthSchemePlugin = __esm({
59900
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
60018
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
59901
60019
  import_middleware_serde = __toESM(require_dist_cjs17());
59902
60020
  init_httpAuthSchemeMiddleware();
59903
60021
  httpAuthSchemeMiddlewareOptions = {
@@ -59919,19 +60037,19 @@ var init_getHttpAuthSchemePlugin = __esm({
59919
60037
  }
59920
60038
  });
59921
60039
 
59922
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
60040
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
59923
60041
  var init_middleware_http_auth_scheme = __esm({
59924
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
60042
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
59925
60043
  init_httpAuthSchemeMiddleware();
59926
60044
  init_getHttpAuthSchemeEndpointRuleSetPlugin();
59927
60045
  init_getHttpAuthSchemePlugin();
59928
60046
  }
59929
60047
  });
59930
60048
 
59931
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
60049
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
59932
60050
  var import_protocol_http, import_types2, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
59933
60051
  var init_httpSigningMiddleware = __esm({
59934
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
60052
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
59935
60053
  import_protocol_http = __toESM(require_dist_cjs2());
59936
60054
  import_types2 = __toESM(require_dist_cjs());
59937
60055
  import_util_middleware2 = __toESM(require_dist_cjs10());
@@ -61228,9 +61346,9 @@ var require_dist_cjs25 = __commonJS({
61228
61346
  }
61229
61347
  });
61230
61348
 
61231
- // node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
61349
+ // node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
61232
61350
  var require_getAwsChunkedEncodingStream = __commonJS({
61233
- "node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
61351
+ "node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
61234
61352
  "use strict";
61235
61353
  Object.defineProperty(exports2, "__esModule", { value: true });
61236
61354
  exports2.getAwsChunkedEncodingStream = void 0;
@@ -61352,9 +61470,9 @@ var require_dist_cjs27 = __commonJS({
61352
61470
  }
61353
61471
  });
61354
61472
 
61355
- // node_modules/.pnpm/@smithy+node-http-handler@3.1.1/node_modules/@smithy/node-http-handler/dist-cjs/index.js
61473
+ // node_modules/.pnpm/@smithy+node-http-handler@3.1.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js
61356
61474
  var require_dist_cjs28 = __commonJS({
61357
- "node_modules/.pnpm/@smithy+node-http-handler@3.1.1/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
61475
+ "node_modules/.pnpm/@smithy+node-http-handler@3.1.2/node_modules/@smithy/node-http-handler/dist-cjs/index.js"(exports2, module2) {
61358
61476
  var __create2 = Object.create;
61359
61477
  var __defProp2 = Object.defineProperty;
61360
61478
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -61666,7 +61784,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
61666
61784
  reject(abortError);
61667
61785
  }, "onAbort");
61668
61786
  if (typeof abortSignal.addEventListener === "function") {
61669
- abortSignal.addEventListener("abort", onAbort);
61787
+ const signal = abortSignal;
61788
+ signal.addEventListener("abort", onAbort, { once: true });
61789
+ req.once("close", () => signal.removeEventListener("abort", onAbort));
61670
61790
  } else {
61671
61791
  abortSignal.onabort = onAbort;
61672
61792
  }
@@ -61946,7 +62066,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
61946
62066
  rejectWithDestroy(abortError);
61947
62067
  }, "onAbort");
61948
62068
  if (typeof abortSignal.addEventListener === "function") {
61949
- abortSignal.addEventListener("abort", onAbort);
62069
+ const signal = abortSignal;
62070
+ signal.addEventListener("abort", onAbort, { once: true });
62071
+ req.once("close", () => signal.removeEventListener("abort", onAbort));
61950
62072
  } else {
61951
62073
  abortSignal.onabort = onAbort;
61952
62074
  }
@@ -62052,9 +62174,9 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
62052
62174
  }
62053
62175
  });
62054
62176
 
62055
- // node_modules/.pnpm/@smithy+fetch-http-handler@3.2.0/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
62177
+ // node_modules/.pnpm/@smithy+fetch-http-handler@3.2.1/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js
62056
62178
  var require_dist_cjs29 = __commonJS({
62057
- "node_modules/.pnpm/@smithy+fetch-http-handler@3.2.0/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports2, module2) {
62179
+ "node_modules/.pnpm/@smithy+fetch-http-handler@3.2.1/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js"(exports2, module2) {
62058
62180
  var __defProp2 = Object.defineProperty;
62059
62181
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
62060
62182
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -62167,6 +62289,7 @@ var require_dist_cjs29 = __commonJS({
62167
62289
  if (keepAliveSupport.supported) {
62168
62290
  requestOptions.keepalive = keepAlive;
62169
62291
  }
62292
+ let removeSignalEventListener = null;
62170
62293
  const fetchRequest = new Request(url, requestOptions);
62171
62294
  const raceOfPromises = [
62172
62295
  fetch(fetchRequest).then((response) => {
@@ -62206,14 +62329,16 @@ var require_dist_cjs29 = __commonJS({
62206
62329
  reject(abortError);
62207
62330
  }, "onAbort");
62208
62331
  if (typeof abortSignal.addEventListener === "function") {
62209
- abortSignal.addEventListener("abort", onAbort);
62332
+ const signal = abortSignal;
62333
+ signal.addEventListener("abort", onAbort, { once: true });
62334
+ removeSignalEventListener = /* @__PURE__ */ __name(() => signal.removeEventListener("abort", onAbort), "removeSignalEventListener");
62210
62335
  } else {
62211
62336
  abortSignal.onabort = onAbort;
62212
62337
  }
62213
62338
  })
62214
62339
  );
62215
62340
  }
62216
- return Promise.race(raceOfPromises);
62341
+ return Promise.race(raceOfPromises).finally(removeSignalEventListener);
62217
62342
  }
62218
62343
  updateHttpClientConfig(key, value) {
62219
62344
  this.config = void 0;
@@ -62348,9 +62473,9 @@ var require_dist_cjs30 = __commonJS({
62348
62473
  }
62349
62474
  });
62350
62475
 
62351
- // node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
62476
+ // node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js
62352
62477
  var require_sdk_stream_mixin_browser = __commonJS({
62353
- "node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
62478
+ "node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js"(exports2) {
62354
62479
  "use strict";
62355
62480
  Object.defineProperty(exports2, "__esModule", { value: true });
62356
62481
  exports2.sdkStreamMixin = void 0;
@@ -62416,9 +62541,9 @@ var require_sdk_stream_mixin_browser = __commonJS({
62416
62541
  }
62417
62542
  });
62418
62543
 
62419
- // node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
62544
+ // node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js
62420
62545
  var require_sdk_stream_mixin = __commonJS({
62421
- "node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
62546
+ "node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js"(exports2) {
62422
62547
  "use strict";
62423
62548
  Object.defineProperty(exports2, "__esModule", { value: true });
62424
62549
  exports2.sdkStreamMixin = void 0;
@@ -62476,9 +62601,9 @@ var require_sdk_stream_mixin = __commonJS({
62476
62601
  }
62477
62602
  });
62478
62603
 
62479
- // node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/index.js
62604
+ // node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/index.js
62480
62605
  var require_dist_cjs31 = __commonJS({
62481
- "node_modules/.pnpm/@smithy+util-stream@3.0.5/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
62606
+ "node_modules/.pnpm/@smithy+util-stream@3.0.6/node_modules/@smithy/util-stream/dist-cjs/index.js"(exports2, module2) {
62482
62607
  var __defProp2 = Object.defineProperty;
62483
62608
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
62484
62609
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -62555,9 +62680,9 @@ var require_dist_cjs31 = __commonJS({
62555
62680
  }
62556
62681
  });
62557
62682
 
62558
- // node_modules/.pnpm/@smithy+smithy-client@3.1.5/node_modules/@smithy/smithy-client/dist-cjs/index.js
62683
+ // node_modules/.pnpm/@smithy+smithy-client@3.1.7/node_modules/@smithy/smithy-client/dist-cjs/index.js
62559
62684
  var require_dist_cjs32 = __commonJS({
62560
- "node_modules/.pnpm/@smithy+smithy-client@3.1.5/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
62685
+ "node_modules/.pnpm/@smithy+smithy-client@3.1.7/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
62561
62686
  var __defProp2 = Object.defineProperty;
62562
62687
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
62563
62688
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -63696,9 +63821,9 @@ var require_dist_cjs32 = __commonJS({
63696
63821
  }
63697
63822
  });
63698
63823
 
63699
- // node_modules/.pnpm/@smithy+middleware-retry@3.0.7/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
63824
+ // node_modules/.pnpm/@smithy+middleware-retry@3.0.9/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
63700
63825
  var require_isStreamingPayload = __commonJS({
63701
- "node_modules/.pnpm/@smithy+middleware-retry@3.0.7/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
63826
+ "node_modules/.pnpm/@smithy+middleware-retry@3.0.9/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
63702
63827
  "use strict";
63703
63828
  Object.defineProperty(exports2, "__esModule", { value: true });
63704
63829
  exports2.isStreamingPayload = void 0;
@@ -63708,9 +63833,9 @@ var require_isStreamingPayload = __commonJS({
63708
63833
  }
63709
63834
  });
63710
63835
 
63711
- // node_modules/.pnpm/@smithy+middleware-retry@3.0.7/node_modules/@smithy/middleware-retry/dist-cjs/index.js
63836
+ // node_modules/.pnpm/@smithy+middleware-retry@3.0.9/node_modules/@smithy/middleware-retry/dist-cjs/index.js
63712
63837
  var require_dist_cjs33 = __commonJS({
63713
- "node_modules/.pnpm/@smithy+middleware-retry@3.0.7/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
63838
+ "node_modules/.pnpm/@smithy+middleware-retry@3.0.9/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
63714
63839
  var __defProp2 = Object.defineProperty;
63715
63840
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
63716
63841
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -64081,10 +64206,10 @@ var require_dist_cjs33 = __commonJS({
64081
64206
  }
64082
64207
  });
64083
64208
 
64084
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
64209
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
64085
64210
  var import_middleware_retry, httpSigningMiddlewareOptions, getHttpSigningPlugin;
64086
64211
  var init_getHttpSigningMiddleware = __esm({
64087
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
64212
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
64088
64213
  import_middleware_retry = __toESM(require_dist_cjs33());
64089
64214
  init_httpSigningMiddleware();
64090
64215
  httpSigningMiddlewareOptions = {
@@ -64104,18 +64229,18 @@ var init_getHttpSigningMiddleware = __esm({
64104
64229
  }
64105
64230
  });
64106
64231
 
64107
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
64232
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
64108
64233
  var init_middleware_http_signing = __esm({
64109
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
64234
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
64110
64235
  init_httpSigningMiddleware();
64111
64236
  init_getHttpSigningMiddleware();
64112
64237
  }
64113
64238
  });
64114
64239
 
64115
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
64240
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
64116
64241
  var DefaultIdentityProviderConfig;
64117
64242
  var init_DefaultIdentityProviderConfig = __esm({
64118
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
64243
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
64119
64244
  DefaultIdentityProviderConfig = class {
64120
64245
  constructor(config) {
64121
64246
  this.authSchemes = /* @__PURE__ */ new Map();
@@ -64132,10 +64257,10 @@ var init_DefaultIdentityProviderConfig = __esm({
64132
64257
  }
64133
64258
  });
64134
64259
 
64135
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
64260
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
64136
64261
  var import_types3, HttpApiKeyAuthSigner;
64137
64262
  var init_httpApiKeyAuth = __esm({
64138
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
64263
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
64139
64264
  import_types3 = __toESM(require_dist_cjs());
64140
64265
  HttpApiKeyAuthSigner = class {
64141
64266
  async sign(httpRequest, identity, signingProperties) {
@@ -64165,10 +64290,10 @@ var init_httpApiKeyAuth = __esm({
64165
64290
  }
64166
64291
  });
64167
64292
 
64168
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
64293
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
64169
64294
  var HttpBearerAuthSigner;
64170
64295
  var init_httpBearerAuth = __esm({
64171
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
64296
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
64172
64297
  HttpBearerAuthSigner = class {
64173
64298
  async sign(httpRequest, identity, signingProperties) {
64174
64299
  const clonedRequest = httpRequest.clone();
@@ -64182,10 +64307,10 @@ var init_httpBearerAuth = __esm({
64182
64307
  }
64183
64308
  });
64184
64309
 
64185
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
64310
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
64186
64311
  var NoAuthSigner;
64187
64312
  var init_noAuth = __esm({
64188
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
64313
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
64189
64314
  NoAuthSigner = class {
64190
64315
  async sign(httpRequest, identity, signingProperties) {
64191
64316
  return httpRequest;
@@ -64194,19 +64319,19 @@ var init_noAuth = __esm({
64194
64319
  }
64195
64320
  });
64196
64321
 
64197
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
64322
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
64198
64323
  var init_httpAuthSchemes = __esm({
64199
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
64324
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
64200
64325
  init_httpApiKeyAuth();
64201
64326
  init_httpBearerAuth();
64202
64327
  init_noAuth();
64203
64328
  }
64204
64329
  });
64205
64330
 
64206
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
64331
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
64207
64332
  var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
64208
64333
  var init_memoizeIdentityProvider = __esm({
64209
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
64334
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
64210
64335
  createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
64211
64336
  EXPIRATION_MS = 3e5;
64212
64337
  isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
@@ -64262,28 +64387,28 @@ var init_memoizeIdentityProvider = __esm({
64262
64387
  }
64263
64388
  });
64264
64389
 
64265
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
64390
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
64266
64391
  var init_util_identity_and_auth = __esm({
64267
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
64392
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
64268
64393
  init_DefaultIdentityProviderConfig();
64269
64394
  init_httpAuthSchemes();
64270
64395
  init_memoizeIdentityProvider();
64271
64396
  }
64272
64397
  });
64273
64398
 
64274
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/getSmithyContext.js
64399
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/getSmithyContext.js
64275
64400
  var import_types4, getSmithyContext3;
64276
64401
  var init_getSmithyContext = __esm({
64277
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
64402
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
64278
64403
  import_types4 = __toESM(require_dist_cjs());
64279
64404
  getSmithyContext3 = (context) => context[import_types4.SMITHY_CONTEXT_KEY] || (context[import_types4.SMITHY_CONTEXT_KEY] = {});
64280
64405
  }
64281
64406
  });
64282
64407
 
64283
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/normalizeProvider.js
64408
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/normalizeProvider.js
64284
64409
  var normalizeProvider;
64285
64410
  var init_normalizeProvider = __esm({
64286
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
64411
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
64287
64412
  normalizeProvider = (input) => {
64288
64413
  if (typeof input === "function")
64289
64414
  return input;
@@ -64293,13 +64418,13 @@ var init_normalizeProvider = __esm({
64293
64418
  }
64294
64419
  });
64295
64420
 
64296
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
64421
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
64297
64422
  function requestBuilder(input, context) {
64298
64423
  return new RequestBuilder(input, context);
64299
64424
  }
64300
64425
  var import_protocol_http2, import_smithy_client, RequestBuilder;
64301
64426
  var init_requestBuilder = __esm({
64302
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
64427
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
64303
64428
  import_protocol_http2 = __toESM(require_dist_cjs2());
64304
64429
  import_smithy_client = __toESM(require_dist_cjs32());
64305
64430
  RequestBuilder = class {
@@ -64367,7 +64492,7 @@ var init_requestBuilder = __esm({
64367
64492
  }
64368
64493
  });
64369
64494
 
64370
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
64495
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
64371
64496
  function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
64372
64497
  return async function* paginateOperation(config, input, ...additionalArguments) {
64373
64498
  let token = config.startingToken || void 0;
@@ -64393,7 +64518,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
64393
64518
  }
64394
64519
  var makePagedClientRequest, get;
64395
64520
  var init_createPaginator = __esm({
64396
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
64521
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
64397
64522
  makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
64398
64523
  return await client.send(new CommandCtor(input), ...args);
64399
64524
  };
@@ -64411,7 +64536,7 @@ var init_createPaginator = __esm({
64411
64536
  }
64412
64537
  });
64413
64538
 
64414
- // node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/index.js
64539
+ // node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/index.js
64415
64540
  var dist_es_exports = {};
64416
64541
  __export(dist_es_exports, {
64417
64542
  DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
@@ -64438,7 +64563,7 @@ __export(dist_es_exports, {
64438
64563
  requestBuilder: () => requestBuilder
64439
64564
  });
64440
64565
  var init_dist_es = __esm({
64441
- "node_modules/.pnpm/@smithy+core@2.2.4/node_modules/@smithy/core/dist-es/index.js"() {
64566
+ "node_modules/.pnpm/@smithy+core@2.2.6/node_modules/@smithy/core/dist-es/index.js"() {
64442
64567
  init_middleware_http_auth_scheme();
64443
64568
  init_middleware_http_signing();
64444
64569
  init_util_identity_and_auth();
@@ -64516,30 +64641,37 @@ var require_dist_cjs34 = __commonJS({
64516
64641
  }
64517
64642
  });
64518
64643
 
64519
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
64644
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
64520
64645
  var warningEmitted, emitWarningIfUnsupportedVersion;
64521
64646
  var init_emitWarningIfUnsupportedVersion = __esm({
64522
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
64647
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
64523
64648
  warningEmitted = false;
64524
64649
  emitWarningIfUnsupportedVersion = (version2) => {
64525
- if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 16) {
64650
+ if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 18) {
64526
64651
  warningEmitted = true;
64652
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
64653
+ no longer support Node.js 16.x on January 6, 2025.
64654
+
64655
+ To continue receiving updates to AWS services, bug fixes, and security
64656
+ updates please upgrade to a supported Node.js LTS version.
64657
+
64658
+ More information can be found at: https://a.co/74kJMmI`);
64527
64659
  }
64528
64660
  };
64529
64661
  }
64530
64662
  });
64531
64663
 
64532
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
64664
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
64533
64665
  var init_client = __esm({
64534
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
64666
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
64535
64667
  init_emitWarningIfUnsupportedVersion();
64536
64668
  }
64537
64669
  });
64538
64670
 
64539
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
64671
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
64540
64672
  var import_protocol_http3, getDateHeader;
64541
64673
  var init_getDateHeader = __esm({
64542
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
64674
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
64543
64675
  import_protocol_http3 = __toESM(require_dist_cjs2());
64544
64676
  getDateHeader = (response) => {
64545
64677
  var _a, _b;
@@ -64548,27 +64680,27 @@ var init_getDateHeader = __esm({
64548
64680
  }
64549
64681
  });
64550
64682
 
64551
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
64683
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
64552
64684
  var getSkewCorrectedDate;
64553
64685
  var init_getSkewCorrectedDate = __esm({
64554
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
64686
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
64555
64687
  getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
64556
64688
  }
64557
64689
  });
64558
64690
 
64559
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
64691
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
64560
64692
  var isClockSkewed;
64561
64693
  var init_isClockSkewed = __esm({
64562
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
64694
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
64563
64695
  init_getSkewCorrectedDate();
64564
64696
  isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
64565
64697
  }
64566
64698
  });
64567
64699
 
64568
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
64700
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
64569
64701
  var getUpdatedSystemClockOffset;
64570
64702
  var init_getUpdatedSystemClockOffset = __esm({
64571
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
64703
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
64572
64704
  init_isClockSkewed();
64573
64705
  getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
64574
64706
  const clockTimeInMs = Date.parse(clockTime);
@@ -64580,19 +64712,19 @@ var init_getUpdatedSystemClockOffset = __esm({
64580
64712
  }
64581
64713
  });
64582
64714
 
64583
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
64715
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
64584
64716
  var init_utils5 = __esm({
64585
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
64717
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
64586
64718
  init_getDateHeader();
64587
64719
  init_getSkewCorrectedDate();
64588
64720
  init_getUpdatedSystemClockOffset();
64589
64721
  }
64590
64722
  });
64591
64723
 
64592
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
64724
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
64593
64725
  var import_protocol_http4, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
64594
64726
  var init_AwsSdkSigV4Signer = __esm({
64595
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
64727
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
64596
64728
  import_protocol_http4 = __toESM(require_dist_cjs2());
64597
64729
  init_utils5();
64598
64730
  throwSigningPropertyError = (name, property) => {
@@ -65225,10 +65357,10 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
65225
65357
  }
65226
65358
  });
65227
65359
 
65228
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
65360
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
65229
65361
  var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
65230
65362
  var init_resolveAwsSdkSigV4Config = __esm({
65231
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
65363
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
65232
65364
  init_dist_es();
65233
65365
  import_signature_v4 = __toESM(require_dist_cjs35());
65234
65366
  resolveAwsSdkSigV4Config = (config) => {
@@ -65309,25 +65441,25 @@ var init_resolveAwsSdkSigV4Config = __esm({
65309
65441
  }
65310
65442
  });
65311
65443
 
65312
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
65444
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
65313
65445
  var init_aws_sdk = __esm({
65314
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
65446
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
65315
65447
  init_AwsSdkSigV4Signer();
65316
65448
  init_resolveAwsSdkSigV4Config();
65317
65449
  }
65318
65450
  });
65319
65451
 
65320
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
65452
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
65321
65453
  var init_httpAuthSchemes2 = __esm({
65322
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
65454
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
65323
65455
  init_aws_sdk();
65324
65456
  }
65325
65457
  });
65326
65458
 
65327
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
65459
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
65328
65460
  var _toStr, _toBool, _toNum;
65329
65461
  var init_coercing_serializers = __esm({
65330
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
65462
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
65331
65463
  _toStr = (val2) => {
65332
65464
  if (val2 == null) {
65333
65465
  return val2;
@@ -65384,10 +65516,10 @@ var init_coercing_serializers = __esm({
65384
65516
  }
65385
65517
  });
65386
65518
 
65387
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
65519
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
65388
65520
  var import_smithy_client2, awsExpectUnion;
65389
65521
  var init_awsExpectUnion = __esm({
65390
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
65522
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
65391
65523
  import_smithy_client2 = __toESM(require_dist_cjs32());
65392
65524
  awsExpectUnion = (value) => {
65393
65525
  if (value == null) {
@@ -65401,19 +65533,19 @@ var init_awsExpectUnion = __esm({
65401
65533
  }
65402
65534
  });
65403
65535
 
65404
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
65536
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
65405
65537
  var import_smithy_client3, collectBodyString;
65406
65538
  var init_common2 = __esm({
65407
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
65539
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
65408
65540
  import_smithy_client3 = __toESM(require_dist_cjs32());
65409
65541
  collectBodyString = (streamBody, context) => (0, import_smithy_client3.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
65410
65542
  }
65411
65543
  });
65412
65544
 
65413
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
65545
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
65414
65546
  var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
65415
65547
  var init_parseJsonBody = __esm({
65416
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
65548
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
65417
65549
  init_common2();
65418
65550
  parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
65419
65551
  if (encoded.length) {
@@ -67146,10 +67278,10 @@ var require_fxp = __commonJS({
67146
67278
  }
67147
67279
  });
67148
67280
 
67149
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
67281
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
67150
67282
  var import_smithy_client4, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
67151
67283
  var init_parseXmlBody = __esm({
67152
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
67284
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
67153
67285
  import_smithy_client4 = __toESM(require_dist_cjs32());
67154
67286
  import_fast_xml_parser = __toESM(require_fxp());
67155
67287
  init_common2();
@@ -67210,9 +67342,9 @@ var init_parseXmlBody = __esm({
67210
67342
  }
67211
67343
  });
67212
67344
 
67213
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
67345
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
67214
67346
  var init_protocols = __esm({
67215
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
67347
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
67216
67348
  init_coercing_serializers();
67217
67349
  init_awsExpectUnion();
67218
67350
  init_parseJsonBody();
@@ -67220,7 +67352,7 @@ var init_protocols = __esm({
67220
67352
  }
67221
67353
  });
67222
67354
 
67223
- // node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/index.js
67355
+ // node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/index.js
67224
67356
  var dist_es_exports2 = {};
67225
67357
  __export(dist_es_exports2, {
67226
67358
  AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
@@ -67240,16 +67372,16 @@ __export(dist_es_exports2, {
67240
67372
  resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config
67241
67373
  });
67242
67374
  var init_dist_es2 = __esm({
67243
- "node_modules/.pnpm/@aws-sdk+core@3.598.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
67375
+ "node_modules/.pnpm/@aws-sdk+core@3.609.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
67244
67376
  init_client();
67245
67377
  init_httpAuthSchemes2();
67246
67378
  init_protocols();
67247
67379
  }
67248
67380
  });
67249
67381
 
67250
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/auth/httpAuthSchemeProvider.js
67382
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/auth/httpAuthSchemeProvider.js
67251
67383
  var require_httpAuthSchemeProvider = __commonJS({
67252
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
67384
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
67253
67385
  "use strict";
67254
67386
  Object.defineProperty(exports2, "__esModule", { value: true });
67255
67387
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultRDSDataHttpAuthSchemeProvider = exports2.defaultRDSDataHttpAuthSchemeParametersProvider = void 0;
@@ -67863,13 +67995,13 @@ var init_tslib_es6 = __esm({
67863
67995
  }
67864
67996
  });
67865
67997
 
67866
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/package.json
67998
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/package.json
67867
67999
  var require_package2 = __commonJS({
67868
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/package.json"(exports2, module2) {
68000
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/package.json"(exports2, module2) {
67869
68001
  module2.exports = {
67870
68002
  name: "@aws-sdk/client-rds-data",
67871
68003
  description: "AWS SDK for JavaScript Rds Data Client for Node.js, Browser and React Native",
67872
- version: "3.606.0",
68004
+ version: "3.613.0",
67873
68005
  scripts: {
67874
68006
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
67875
68007
  "build:cjs": "node ../../scripts/compilation/inline client-rds-data",
@@ -67888,43 +68020,43 @@ var require_package2 = __commonJS({
67888
68020
  dependencies: {
67889
68021
  "@aws-crypto/sha256-browser": "5.2.0",
67890
68022
  "@aws-crypto/sha256-js": "5.2.0",
67891
- "@aws-sdk/client-sso-oidc": "3.606.0",
67892
- "@aws-sdk/client-sts": "3.606.0",
67893
- "@aws-sdk/core": "3.598.0",
67894
- "@aws-sdk/credential-provider-node": "3.600.0",
67895
- "@aws-sdk/middleware-host-header": "3.598.0",
67896
- "@aws-sdk/middleware-logger": "3.598.0",
67897
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
67898
- "@aws-sdk/middleware-user-agent": "3.598.0",
67899
- "@aws-sdk/region-config-resolver": "3.598.0",
67900
- "@aws-sdk/types": "3.598.0",
67901
- "@aws-sdk/util-endpoints": "3.598.0",
67902
- "@aws-sdk/util-user-agent-browser": "3.598.0",
67903
- "@aws-sdk/util-user-agent-node": "3.598.0",
67904
- "@smithy/config-resolver": "^3.0.2",
67905
- "@smithy/core": "^2.2.1",
67906
- "@smithy/fetch-http-handler": "^3.0.2",
67907
- "@smithy/hash-node": "^3.0.1",
67908
- "@smithy/invalid-dependency": "^3.0.1",
67909
- "@smithy/middleware-content-length": "^3.0.1",
67910
- "@smithy/middleware-endpoint": "^3.0.2",
67911
- "@smithy/middleware-retry": "^3.0.4",
67912
- "@smithy/middleware-serde": "^3.0.1",
67913
- "@smithy/middleware-stack": "^3.0.1",
67914
- "@smithy/node-config-provider": "^3.1.1",
67915
- "@smithy/node-http-handler": "^3.0.1",
67916
- "@smithy/protocol-http": "^4.0.1",
67917
- "@smithy/smithy-client": "^3.1.2",
67918
- "@smithy/types": "^3.1.0",
67919
- "@smithy/url-parser": "^3.0.1",
68023
+ "@aws-sdk/client-sso-oidc": "3.613.0",
68024
+ "@aws-sdk/client-sts": "3.613.0",
68025
+ "@aws-sdk/core": "3.609.0",
68026
+ "@aws-sdk/credential-provider-node": "3.613.0",
68027
+ "@aws-sdk/middleware-host-header": "3.609.0",
68028
+ "@aws-sdk/middleware-logger": "3.609.0",
68029
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
68030
+ "@aws-sdk/middleware-user-agent": "3.609.0",
68031
+ "@aws-sdk/region-config-resolver": "3.609.0",
68032
+ "@aws-sdk/types": "3.609.0",
68033
+ "@aws-sdk/util-endpoints": "3.609.0",
68034
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
68035
+ "@aws-sdk/util-user-agent-node": "3.609.0",
68036
+ "@smithy/config-resolver": "^3.0.4",
68037
+ "@smithy/core": "^2.2.4",
68038
+ "@smithy/fetch-http-handler": "^3.2.0",
68039
+ "@smithy/hash-node": "^3.0.3",
68040
+ "@smithy/invalid-dependency": "^3.0.3",
68041
+ "@smithy/middleware-content-length": "^3.0.3",
68042
+ "@smithy/middleware-endpoint": "^3.0.4",
68043
+ "@smithy/middleware-retry": "^3.0.7",
68044
+ "@smithy/middleware-serde": "^3.0.3",
68045
+ "@smithy/middleware-stack": "^3.0.3",
68046
+ "@smithy/node-config-provider": "^3.1.3",
68047
+ "@smithy/node-http-handler": "^3.1.1",
68048
+ "@smithy/protocol-http": "^4.0.3",
68049
+ "@smithy/smithy-client": "^3.1.5",
68050
+ "@smithy/types": "^3.3.0",
68051
+ "@smithy/url-parser": "^3.0.3",
67920
68052
  "@smithy/util-base64": "^3.0.0",
67921
68053
  "@smithy/util-body-length-browser": "^3.0.0",
67922
68054
  "@smithy/util-body-length-node": "^3.0.0",
67923
- "@smithy/util-defaults-mode-browser": "^3.0.4",
67924
- "@smithy/util-defaults-mode-node": "^3.0.4",
67925
- "@smithy/util-endpoints": "^2.0.2",
67926
- "@smithy/util-middleware": "^3.0.1",
67927
- "@smithy/util-retry": "^3.0.1",
68055
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
68056
+ "@smithy/util-defaults-mode-node": "^3.0.7",
68057
+ "@smithy/util-endpoints": "^2.0.4",
68058
+ "@smithy/util-middleware": "^3.0.3",
68059
+ "@smithy/util-retry": "^3.0.3",
67928
68060
  "@smithy/util-utf8": "^3.0.0",
67929
68061
  tslib: "^2.6.2"
67930
68062
  },
@@ -67970,9 +68102,9 @@ var require_package2 = __commonJS({
67970
68102
  }
67971
68103
  });
67972
68104
 
67973
- // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.598.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
68105
+ // node_modules/.pnpm/@aws-sdk+credential-provider-env@3.609.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
67974
68106
  var require_dist_cjs36 = __commonJS({
67975
- "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.598.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
68107
+ "node_modules/.pnpm/@aws-sdk+credential-provider-env@3.609.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
67976
68108
  "use strict";
67977
68109
  var __defProp2 = Object.defineProperty;
67978
68110
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -68030,9 +68162,9 @@ var require_dist_cjs36 = __commonJS({
68030
68162
  }
68031
68163
  });
68032
68164
 
68033
- // node_modules/.pnpm/@smithy+credential-provider-imds@3.1.3/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
68165
+ // node_modules/.pnpm/@smithy+credential-provider-imds@3.1.4/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
68034
68166
  var require_dist_cjs37 = __commonJS({
68035
- "node_modules/.pnpm/@smithy+credential-provider-imds@3.1.3/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports2, module2) {
68167
+ "node_modules/.pnpm/@smithy+credential-provider-imds@3.1.4/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports2, module2) {
68036
68168
  var __defProp2 = Object.defineProperty;
68037
68169
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
68038
68170
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
@@ -68426,9 +68558,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
68426
68558
  }
68427
68559
  });
68428
68560
 
68429
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
68561
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
68430
68562
  var require_checkUrl = __commonJS({
68431
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
68563
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
68432
68564
  "use strict";
68433
68565
  Object.defineProperty(exports2, "__esModule", { value: true });
68434
68566
  exports2.checkUrl = void 0;
@@ -68469,9 +68601,9 @@ var require_checkUrl = __commonJS({
68469
68601
  }
68470
68602
  });
68471
68603
 
68472
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
68604
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
68473
68605
  var require_requestHelpers = __commonJS({
68474
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
68606
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
68475
68607
  "use strict";
68476
68608
  Object.defineProperty(exports2, "__esModule", { value: true });
68477
68609
  exports2.getCredentials = exports2.createGetRequest = void 0;
@@ -68525,9 +68657,9 @@ var require_requestHelpers = __commonJS({
68525
68657
  }
68526
68658
  });
68527
68659
 
68528
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
68660
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
68529
68661
  var require_retry_wrapper = __commonJS({
68530
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
68662
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
68531
68663
  "use strict";
68532
68664
  Object.defineProperty(exports2, "__esModule", { value: true });
68533
68665
  exports2.retryWrapper = void 0;
@@ -68547,9 +68679,9 @@ var require_retry_wrapper = __commonJS({
68547
68679
  }
68548
68680
  });
68549
68681
 
68550
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
68682
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
68551
68683
  var require_fromHttp = __commonJS({
68552
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
68684
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
68553
68685
  "use strict";
68554
68686
  Object.defineProperty(exports2, "__esModule", { value: true });
68555
68687
  exports2.fromHttp = void 0;
@@ -68615,9 +68747,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
68615
68747
  }
68616
68748
  });
68617
68749
 
68618
- // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
68750
+ // node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
68619
68751
  var require_dist_cjs38 = __commonJS({
68620
- "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.598.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
68752
+ "node_modules/.pnpm/@aws-sdk+credential-provider-http@3.613.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
68621
68753
  "use strict";
68622
68754
  Object.defineProperty(exports2, "__esModule", { value: true });
68623
68755
  exports2.fromHttp = void 0;
@@ -68628,9 +68760,9 @@ var require_dist_cjs38 = __commonJS({
68628
68760
  }
68629
68761
  });
68630
68762
 
68631
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
68763
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
68632
68764
  var require_httpAuthSchemeProvider2 = __commonJS({
68633
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
68765
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
68634
68766
  "use strict";
68635
68767
  Object.defineProperty(exports2, "__esModule", { value: true });
68636
68768
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
@@ -68701,13 +68833,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
68701
68833
  }
68702
68834
  });
68703
68835
 
68704
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/package.json
68836
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/package.json
68705
68837
  var require_package3 = __commonJS({
68706
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
68838
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
68707
68839
  module2.exports = {
68708
68840
  name: "@aws-sdk/client-sso",
68709
68841
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
68710
- version: "3.598.0",
68842
+ version: "3.609.0",
68711
68843
  scripts: {
68712
68844
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
68713
68845
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -68726,40 +68858,40 @@ var require_package3 = __commonJS({
68726
68858
  dependencies: {
68727
68859
  "@aws-crypto/sha256-browser": "5.2.0",
68728
68860
  "@aws-crypto/sha256-js": "5.2.0",
68729
- "@aws-sdk/core": "3.598.0",
68730
- "@aws-sdk/middleware-host-header": "3.598.0",
68731
- "@aws-sdk/middleware-logger": "3.598.0",
68732
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
68733
- "@aws-sdk/middleware-user-agent": "3.598.0",
68734
- "@aws-sdk/region-config-resolver": "3.598.0",
68735
- "@aws-sdk/types": "3.598.0",
68736
- "@aws-sdk/util-endpoints": "3.598.0",
68737
- "@aws-sdk/util-user-agent-browser": "3.598.0",
68738
- "@aws-sdk/util-user-agent-node": "3.598.0",
68739
- "@smithy/config-resolver": "^3.0.2",
68740
- "@smithy/core": "^2.2.1",
68741
- "@smithy/fetch-http-handler": "^3.0.2",
68742
- "@smithy/hash-node": "^3.0.1",
68743
- "@smithy/invalid-dependency": "^3.0.1",
68744
- "@smithy/middleware-content-length": "^3.0.1",
68745
- "@smithy/middleware-endpoint": "^3.0.2",
68746
- "@smithy/middleware-retry": "^3.0.4",
68747
- "@smithy/middleware-serde": "^3.0.1",
68748
- "@smithy/middleware-stack": "^3.0.1",
68749
- "@smithy/node-config-provider": "^3.1.1",
68750
- "@smithy/node-http-handler": "^3.0.1",
68751
- "@smithy/protocol-http": "^4.0.1",
68752
- "@smithy/smithy-client": "^3.1.2",
68753
- "@smithy/types": "^3.1.0",
68754
- "@smithy/url-parser": "^3.0.1",
68861
+ "@aws-sdk/core": "3.609.0",
68862
+ "@aws-sdk/middleware-host-header": "3.609.0",
68863
+ "@aws-sdk/middleware-logger": "3.609.0",
68864
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
68865
+ "@aws-sdk/middleware-user-agent": "3.609.0",
68866
+ "@aws-sdk/region-config-resolver": "3.609.0",
68867
+ "@aws-sdk/types": "3.609.0",
68868
+ "@aws-sdk/util-endpoints": "3.609.0",
68869
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
68870
+ "@aws-sdk/util-user-agent-node": "3.609.0",
68871
+ "@smithy/config-resolver": "^3.0.4",
68872
+ "@smithy/core": "^2.2.4",
68873
+ "@smithy/fetch-http-handler": "^3.2.0",
68874
+ "@smithy/hash-node": "^3.0.3",
68875
+ "@smithy/invalid-dependency": "^3.0.3",
68876
+ "@smithy/middleware-content-length": "^3.0.3",
68877
+ "@smithy/middleware-endpoint": "^3.0.4",
68878
+ "@smithy/middleware-retry": "^3.0.7",
68879
+ "@smithy/middleware-serde": "^3.0.3",
68880
+ "@smithy/middleware-stack": "^3.0.3",
68881
+ "@smithy/node-config-provider": "^3.1.3",
68882
+ "@smithy/node-http-handler": "^3.1.1",
68883
+ "@smithy/protocol-http": "^4.0.3",
68884
+ "@smithy/smithy-client": "^3.1.5",
68885
+ "@smithy/types": "^3.3.0",
68886
+ "@smithy/url-parser": "^3.0.3",
68755
68887
  "@smithy/util-base64": "^3.0.0",
68756
68888
  "@smithy/util-body-length-browser": "^3.0.0",
68757
68889
  "@smithy/util-body-length-node": "^3.0.0",
68758
- "@smithy/util-defaults-mode-browser": "^3.0.4",
68759
- "@smithy/util-defaults-mode-node": "^3.0.4",
68760
- "@smithy/util-endpoints": "^2.0.2",
68761
- "@smithy/util-middleware": "^3.0.1",
68762
- "@smithy/util-retry": "^3.0.1",
68890
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
68891
+ "@smithy/util-defaults-mode-node": "^3.0.7",
68892
+ "@smithy/util-endpoints": "^2.0.4",
68893
+ "@smithy/util-middleware": "^3.0.3",
68894
+ "@smithy/util-retry": "^3.0.3",
68763
68895
  "@smithy/util-utf8": "^3.0.0",
68764
68896
  tslib: "^2.6.2"
68765
68897
  },
@@ -68805,9 +68937,9 @@ var require_package3 = __commonJS({
68805
68937
  }
68806
68938
  });
68807
68939
 
68808
- // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.598.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
68940
+ // node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.609.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
68809
68941
  var require_dist_cjs39 = __commonJS({
68810
- "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.598.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
68942
+ "node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.609.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
68811
68943
  "use strict";
68812
68944
  var __defProp2 = Object.defineProperty;
68813
68945
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -69002,9 +69134,9 @@ var require_dist_cjs41 = __commonJS({
69002
69134
  }
69003
69135
  });
69004
69136
 
69005
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
69137
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
69006
69138
  var require_ruleset = __commonJS({
69007
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
69139
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
69008
69140
  "use strict";
69009
69141
  Object.defineProperty(exports2, "__esModule", { value: true });
69010
69142
  exports2.ruleSet = void 0;
@@ -69037,9 +69169,9 @@ var require_ruleset = __commonJS({
69037
69169
  }
69038
69170
  });
69039
69171
 
69040
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
69172
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
69041
69173
  var require_endpointResolver = __commonJS({
69042
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
69174
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
69043
69175
  "use strict";
69044
69176
  Object.defineProperty(exports2, "__esModule", { value: true });
69045
69177
  exports2.defaultEndpointResolver = void 0;
@@ -69057,9 +69189,9 @@ var require_endpointResolver = __commonJS({
69057
69189
  }
69058
69190
  });
69059
69191
 
69060
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
69192
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
69061
69193
  var require_runtimeConfig_shared = __commonJS({
69062
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
69194
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
69063
69195
  "use strict";
69064
69196
  Object.defineProperty(exports2, "__esModule", { value: true });
69065
69197
  exports2.getRuntimeConfig = void 0;
@@ -69103,9 +69235,9 @@ var require_runtimeConfig_shared = __commonJS({
69103
69235
  }
69104
69236
  });
69105
69237
 
69106
- // node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.7/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
69238
+ // node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.9/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
69107
69239
  var require_dist_cjs42 = __commonJS({
69108
- "node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.7/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
69240
+ "node_modules/.pnpm/@smithy+util-defaults-mode-node@3.0.9/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
69109
69241
  var __create2 = Object.create;
69110
69242
  var __defProp2 = Object.defineProperty;
69111
69243
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -69212,9 +69344,9 @@ var require_dist_cjs42 = __commonJS({
69212
69344
  }
69213
69345
  });
69214
69346
 
69215
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
69347
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
69216
69348
  var require_runtimeConfig = __commonJS({
69217
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
69349
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
69218
69350
  "use strict";
69219
69351
  Object.defineProperty(exports2, "__esModule", { value: true });
69220
69352
  exports2.getRuntimeConfig = void 0;
@@ -69263,9 +69395,9 @@ var require_runtimeConfig = __commonJS({
69263
69395
  }
69264
69396
  });
69265
69397
 
69266
- // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.598.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
69398
+ // node_modules/.pnpm/@aws-sdk+region-config-resolver@3.609.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
69267
69399
  var require_dist_cjs43 = __commonJS({
69268
- "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.598.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
69400
+ "node_modules/.pnpm/@aws-sdk+region-config-resolver@3.609.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
69269
69401
  "use strict";
69270
69402
  var __defProp2 = Object.defineProperty;
69271
69403
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -69361,9 +69493,9 @@ var require_dist_cjs43 = __commonJS({
69361
69493
  }
69362
69494
  });
69363
69495
 
69364
- // node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
69496
+ // node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
69365
69497
  var require_dist_cjs44 = __commonJS({
69366
- "node_modules/.pnpm/@aws-sdk+client-sso@3.598.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
69498
+ "node_modules/.pnpm/@aws-sdk+client-sso@3.609.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
69367
69499
  "use strict";
69368
69500
  var __defProp2 = Object.defineProperty;
69369
69501
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -69906,9 +70038,9 @@ var require_dist_cjs44 = __commonJS({
69906
70038
  }
69907
70039
  });
69908
70040
 
69909
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
70041
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
69910
70042
  var require_httpAuthSchemeProvider3 = __commonJS({
69911
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
70043
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
69912
70044
  "use strict";
69913
70045
  Object.defineProperty(exports2, "__esModule", { value: true });
69914
70046
  exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOOIDCHttpAuthSchemeProvider = exports2.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
@@ -69975,13 +70107,13 @@ var require_httpAuthSchemeProvider3 = __commonJS({
69975
70107
  }
69976
70108
  });
69977
70109
 
69978
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/package.json
70110
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/package.json
69979
70111
  var require_package4 = __commonJS({
69980
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/package.json"(exports2, module2) {
70112
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/package.json"(exports2, module2) {
69981
70113
  module2.exports = {
69982
70114
  name: "@aws-sdk/client-sso-oidc",
69983
70115
  description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
69984
- version: "3.606.0",
70116
+ version: "3.613.0",
69985
70117
  scripts: {
69986
70118
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
69987
70119
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -70000,46 +70132,46 @@ var require_package4 = __commonJS({
70000
70132
  dependencies: {
70001
70133
  "@aws-crypto/sha256-browser": "5.2.0",
70002
70134
  "@aws-crypto/sha256-js": "5.2.0",
70003
- "@aws-sdk/core": "3.598.0",
70004
- "@aws-sdk/credential-provider-node": "3.600.0",
70005
- "@aws-sdk/middleware-host-header": "3.598.0",
70006
- "@aws-sdk/middleware-logger": "3.598.0",
70007
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
70008
- "@aws-sdk/middleware-user-agent": "3.598.0",
70009
- "@aws-sdk/region-config-resolver": "3.598.0",
70010
- "@aws-sdk/types": "3.598.0",
70011
- "@aws-sdk/util-endpoints": "3.598.0",
70012
- "@aws-sdk/util-user-agent-browser": "3.598.0",
70013
- "@aws-sdk/util-user-agent-node": "3.598.0",
70014
- "@smithy/config-resolver": "^3.0.2",
70015
- "@smithy/core": "^2.2.1",
70016
- "@smithy/fetch-http-handler": "^3.0.2",
70017
- "@smithy/hash-node": "^3.0.1",
70018
- "@smithy/invalid-dependency": "^3.0.1",
70019
- "@smithy/middleware-content-length": "^3.0.1",
70020
- "@smithy/middleware-endpoint": "^3.0.2",
70021
- "@smithy/middleware-retry": "^3.0.4",
70022
- "@smithy/middleware-serde": "^3.0.1",
70023
- "@smithy/middleware-stack": "^3.0.1",
70024
- "@smithy/node-config-provider": "^3.1.1",
70025
- "@smithy/node-http-handler": "^3.0.1",
70026
- "@smithy/protocol-http": "^4.0.1",
70027
- "@smithy/smithy-client": "^3.1.2",
70028
- "@smithy/types": "^3.1.0",
70029
- "@smithy/url-parser": "^3.0.1",
70135
+ "@aws-sdk/core": "3.609.0",
70136
+ "@aws-sdk/credential-provider-node": "3.613.0",
70137
+ "@aws-sdk/middleware-host-header": "3.609.0",
70138
+ "@aws-sdk/middleware-logger": "3.609.0",
70139
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
70140
+ "@aws-sdk/middleware-user-agent": "3.609.0",
70141
+ "@aws-sdk/region-config-resolver": "3.609.0",
70142
+ "@aws-sdk/types": "3.609.0",
70143
+ "@aws-sdk/util-endpoints": "3.609.0",
70144
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
70145
+ "@aws-sdk/util-user-agent-node": "3.609.0",
70146
+ "@smithy/config-resolver": "^3.0.4",
70147
+ "@smithy/core": "^2.2.4",
70148
+ "@smithy/fetch-http-handler": "^3.2.0",
70149
+ "@smithy/hash-node": "^3.0.3",
70150
+ "@smithy/invalid-dependency": "^3.0.3",
70151
+ "@smithy/middleware-content-length": "^3.0.3",
70152
+ "@smithy/middleware-endpoint": "^3.0.4",
70153
+ "@smithy/middleware-retry": "^3.0.7",
70154
+ "@smithy/middleware-serde": "^3.0.3",
70155
+ "@smithy/middleware-stack": "^3.0.3",
70156
+ "@smithy/node-config-provider": "^3.1.3",
70157
+ "@smithy/node-http-handler": "^3.1.1",
70158
+ "@smithy/protocol-http": "^4.0.3",
70159
+ "@smithy/smithy-client": "^3.1.5",
70160
+ "@smithy/types": "^3.3.0",
70161
+ "@smithy/url-parser": "^3.0.3",
70030
70162
  "@smithy/util-base64": "^3.0.0",
70031
70163
  "@smithy/util-body-length-browser": "^3.0.0",
70032
70164
  "@smithy/util-body-length-node": "^3.0.0",
70033
- "@smithy/util-defaults-mode-browser": "^3.0.4",
70034
- "@smithy/util-defaults-mode-node": "^3.0.4",
70035
- "@smithy/util-endpoints": "^2.0.2",
70036
- "@smithy/util-middleware": "^3.0.1",
70037
- "@smithy/util-retry": "^3.0.1",
70165
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
70166
+ "@smithy/util-defaults-mode-node": "^3.0.7",
70167
+ "@smithy/util-endpoints": "^2.0.4",
70168
+ "@smithy/util-middleware": "^3.0.3",
70169
+ "@smithy/util-retry": "^3.0.3",
70038
70170
  "@smithy/util-utf8": "^3.0.0",
70039
70171
  tslib: "^2.6.2"
70040
70172
  },
70041
70173
  peerDependencies: {
70042
- "@aws-sdk/client-sts": "^3.606.0"
70174
+ "@aws-sdk/client-sts": "^3.613.0"
70043
70175
  },
70044
70176
  devDependencies: {
70045
70177
  "@tsconfig/node16": "16.1.3",
@@ -70083,9 +70215,9 @@ var require_package4 = __commonJS({
70083
70215
  }
70084
70216
  });
70085
70217
 
70086
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
70218
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
70087
70219
  var require_ruleset2 = __commonJS({
70088
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports2) {
70220
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports2) {
70089
70221
  "use strict";
70090
70222
  Object.defineProperty(exports2, "__esModule", { value: true });
70091
70223
  exports2.ruleSet = void 0;
@@ -70118,9 +70250,9 @@ var require_ruleset2 = __commonJS({
70118
70250
  }
70119
70251
  });
70120
70252
 
70121
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
70253
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
70122
70254
  var require_endpointResolver2 = __commonJS({
70123
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports2) {
70255
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports2) {
70124
70256
  "use strict";
70125
70257
  Object.defineProperty(exports2, "__esModule", { value: true });
70126
70258
  exports2.defaultEndpointResolver = void 0;
@@ -70138,9 +70270,9 @@ var require_endpointResolver2 = __commonJS({
70138
70270
  }
70139
70271
  });
70140
70272
 
70141
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
70273
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
70142
70274
  var require_runtimeConfig_shared2 = __commonJS({
70143
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports2) {
70275
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports2) {
70144
70276
  "use strict";
70145
70277
  Object.defineProperty(exports2, "__esModule", { value: true });
70146
70278
  exports2.getRuntimeConfig = void 0;
@@ -70184,9 +70316,9 @@ var require_runtimeConfig_shared2 = __commonJS({
70184
70316
  }
70185
70317
  });
70186
70318
 
70187
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
70319
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
70188
70320
  var require_runtimeConfig2 = __commonJS({
70189
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports2) {
70321
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports2) {
70190
70322
  "use strict";
70191
70323
  Object.defineProperty(exports2, "__esModule", { value: true });
70192
70324
  exports2.getRuntimeConfig = void 0;
@@ -70237,9 +70369,9 @@ var require_runtimeConfig2 = __commonJS({
70237
70369
  }
70238
70370
  });
70239
70371
 
70240
- // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
70372
+ // node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
70241
70373
  var require_dist_cjs45 = __commonJS({
70242
- "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports2, module2) {
70374
+ "node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports2, module2) {
70243
70375
  "use strict";
70244
70376
  var __defProp2 = Object.defineProperty;
70245
70377
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -71220,9 +71352,9 @@ var require_dist_cjs45 = __commonJS({
71220
71352
  }
71221
71353
  });
71222
71354
 
71223
- // node_modules/.pnpm/@aws-sdk+token-providers@3.598.0_@aws-sdk+client-sso-oidc@3.606.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
71355
+ // node_modules/.pnpm/@aws-sdk+token-providers@3.609.0_@aws-sdk+client-sso-oidc@3.613.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
71224
71356
  var require_dist_cjs46 = __commonJS({
71225
- "node_modules/.pnpm/@aws-sdk+token-providers@3.598.0_@aws-sdk+client-sso-oidc@3.606.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
71357
+ "node_modules/.pnpm/@aws-sdk+token-providers@3.609.0_@aws-sdk+client-sso-oidc@3.613.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
71226
71358
  "use strict";
71227
71359
  var __create2 = Object.create;
71228
71360
  var __defProp2 = Object.defineProperty;
@@ -71400,9 +71532,9 @@ var require_dist_cjs46 = __commonJS({
71400
71532
  }
71401
71533
  });
71402
71534
 
71403
- // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.598.0_@aws-sdk+client-sso-oidc@3.606.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
71535
+ // node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.609.0_@aws-sdk+client-sso-oidc@3.613.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
71404
71536
  var require_dist_cjs47 = __commonJS({
71405
- "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.598.0_@aws-sdk+client-sso-oidc@3.606.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
71537
+ "node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.609.0_@aws-sdk+client-sso-oidc@3.613.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
71406
71538
  "use strict";
71407
71539
  var __defProp2 = Object.defineProperty;
71408
71540
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -71606,9 +71738,9 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
71606
71738
  }
71607
71739
  });
71608
71740
 
71609
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
71741
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
71610
71742
  var require_httpAuthSchemeProvider4 = __commonJS({
71611
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
71743
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
71612
71744
  "use strict";
71613
71745
  Object.defineProperty(exports2, "__esModule", { value: true });
71614
71746
  exports2.resolveHttpAuthSchemeConfig = exports2.resolveStsAuthConfig = exports2.defaultSTSHttpAuthSchemeProvider = exports2.defaultSTSHttpAuthSchemeParametersProvider = void 0;
@@ -71678,9 +71810,9 @@ var require_httpAuthSchemeProvider4 = __commonJS({
71678
71810
  }
71679
71811
  });
71680
71812
 
71681
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
71813
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
71682
71814
  var require_EndpointParameters = __commonJS({
71683
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports2) {
71815
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports2) {
71684
71816
  "use strict";
71685
71817
  Object.defineProperty(exports2, "__esModule", { value: true });
71686
71818
  exports2.commonParams = exports2.resolveClientEndpointParameters = void 0;
@@ -71704,13 +71836,13 @@ var require_EndpointParameters = __commonJS({
71704
71836
  }
71705
71837
  });
71706
71838
 
71707
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/package.json
71839
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/package.json
71708
71840
  var require_package5 = __commonJS({
71709
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/package.json"(exports2, module2) {
71841
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/package.json"(exports2, module2) {
71710
71842
  module2.exports = {
71711
71843
  name: "@aws-sdk/client-sts",
71712
71844
  description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
71713
- version: "3.606.0",
71845
+ version: "3.613.0",
71714
71846
  scripts: {
71715
71847
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
71716
71848
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -71731,42 +71863,42 @@ var require_package5 = __commonJS({
71731
71863
  dependencies: {
71732
71864
  "@aws-crypto/sha256-browser": "5.2.0",
71733
71865
  "@aws-crypto/sha256-js": "5.2.0",
71734
- "@aws-sdk/client-sso-oidc": "3.606.0",
71735
- "@aws-sdk/core": "3.598.0",
71736
- "@aws-sdk/credential-provider-node": "3.600.0",
71737
- "@aws-sdk/middleware-host-header": "3.598.0",
71738
- "@aws-sdk/middleware-logger": "3.598.0",
71739
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
71740
- "@aws-sdk/middleware-user-agent": "3.598.0",
71741
- "@aws-sdk/region-config-resolver": "3.598.0",
71742
- "@aws-sdk/types": "3.598.0",
71743
- "@aws-sdk/util-endpoints": "3.598.0",
71744
- "@aws-sdk/util-user-agent-browser": "3.598.0",
71745
- "@aws-sdk/util-user-agent-node": "3.598.0",
71746
- "@smithy/config-resolver": "^3.0.2",
71747
- "@smithy/core": "^2.2.1",
71748
- "@smithy/fetch-http-handler": "^3.0.2",
71749
- "@smithy/hash-node": "^3.0.1",
71750
- "@smithy/invalid-dependency": "^3.0.1",
71751
- "@smithy/middleware-content-length": "^3.0.1",
71752
- "@smithy/middleware-endpoint": "^3.0.2",
71753
- "@smithy/middleware-retry": "^3.0.4",
71754
- "@smithy/middleware-serde": "^3.0.1",
71755
- "@smithy/middleware-stack": "^3.0.1",
71756
- "@smithy/node-config-provider": "^3.1.1",
71757
- "@smithy/node-http-handler": "^3.0.1",
71758
- "@smithy/protocol-http": "^4.0.1",
71759
- "@smithy/smithy-client": "^3.1.2",
71760
- "@smithy/types": "^3.1.0",
71761
- "@smithy/url-parser": "^3.0.1",
71866
+ "@aws-sdk/client-sso-oidc": "3.613.0",
71867
+ "@aws-sdk/core": "3.609.0",
71868
+ "@aws-sdk/credential-provider-node": "3.613.0",
71869
+ "@aws-sdk/middleware-host-header": "3.609.0",
71870
+ "@aws-sdk/middleware-logger": "3.609.0",
71871
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
71872
+ "@aws-sdk/middleware-user-agent": "3.609.0",
71873
+ "@aws-sdk/region-config-resolver": "3.609.0",
71874
+ "@aws-sdk/types": "3.609.0",
71875
+ "@aws-sdk/util-endpoints": "3.609.0",
71876
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
71877
+ "@aws-sdk/util-user-agent-node": "3.609.0",
71878
+ "@smithy/config-resolver": "^3.0.4",
71879
+ "@smithy/core": "^2.2.4",
71880
+ "@smithy/fetch-http-handler": "^3.2.0",
71881
+ "@smithy/hash-node": "^3.0.3",
71882
+ "@smithy/invalid-dependency": "^3.0.3",
71883
+ "@smithy/middleware-content-length": "^3.0.3",
71884
+ "@smithy/middleware-endpoint": "^3.0.4",
71885
+ "@smithy/middleware-retry": "^3.0.7",
71886
+ "@smithy/middleware-serde": "^3.0.3",
71887
+ "@smithy/middleware-stack": "^3.0.3",
71888
+ "@smithy/node-config-provider": "^3.1.3",
71889
+ "@smithy/node-http-handler": "^3.1.1",
71890
+ "@smithy/protocol-http": "^4.0.3",
71891
+ "@smithy/smithy-client": "^3.1.5",
71892
+ "@smithy/types": "^3.3.0",
71893
+ "@smithy/url-parser": "^3.0.3",
71762
71894
  "@smithy/util-base64": "^3.0.0",
71763
71895
  "@smithy/util-body-length-browser": "^3.0.0",
71764
71896
  "@smithy/util-body-length-node": "^3.0.0",
71765
- "@smithy/util-defaults-mode-browser": "^3.0.4",
71766
- "@smithy/util-defaults-mode-node": "^3.0.4",
71767
- "@smithy/util-endpoints": "^2.0.2",
71768
- "@smithy/util-middleware": "^3.0.1",
71769
- "@smithy/util-retry": "^3.0.1",
71897
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
71898
+ "@smithy/util-defaults-mode-node": "^3.0.7",
71899
+ "@smithy/util-endpoints": "^2.0.4",
71900
+ "@smithy/util-middleware": "^3.0.3",
71901
+ "@smithy/util-retry": "^3.0.3",
71770
71902
  "@smithy/util-utf8": "^3.0.0",
71771
71903
  tslib: "^2.6.2"
71772
71904
  },
@@ -71812,9 +71944,9 @@ var require_package5 = __commonJS({
71812
71944
  }
71813
71945
  });
71814
71946
 
71815
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
71947
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
71816
71948
  var require_ruleset3 = __commonJS({
71817
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports2) {
71949
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports2) {
71818
71950
  "use strict";
71819
71951
  Object.defineProperty(exports2, "__esModule", { value: true });
71820
71952
  exports2.ruleSet = void 0;
@@ -71859,9 +71991,9 @@ var require_ruleset3 = __commonJS({
71859
71991
  }
71860
71992
  });
71861
71993
 
71862
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
71994
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
71863
71995
  var require_endpointResolver3 = __commonJS({
71864
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports2) {
71996
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports2) {
71865
71997
  "use strict";
71866
71998
  Object.defineProperty(exports2, "__esModule", { value: true });
71867
71999
  exports2.defaultEndpointResolver = void 0;
@@ -71879,9 +72011,9 @@ var require_endpointResolver3 = __commonJS({
71879
72011
  }
71880
72012
  });
71881
72013
 
71882
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
72014
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
71883
72015
  var require_runtimeConfig_shared3 = __commonJS({
71884
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports2) {
72016
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports2) {
71885
72017
  "use strict";
71886
72018
  Object.defineProperty(exports2, "__esModule", { value: true });
71887
72019
  exports2.getRuntimeConfig = void 0;
@@ -71925,9 +72057,9 @@ var require_runtimeConfig_shared3 = __commonJS({
71925
72057
  }
71926
72058
  });
71927
72059
 
71928
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
72060
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
71929
72061
  var require_runtimeConfig3 = __commonJS({
71930
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports2) {
72062
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports2) {
71931
72063
  "use strict";
71932
72064
  Object.defineProperty(exports2, "__esModule", { value: true });
71933
72065
  exports2.getRuntimeConfig = void 0;
@@ -71991,9 +72123,9 @@ var require_runtimeConfig3 = __commonJS({
71991
72123
  }
71992
72124
  });
71993
72125
 
71994
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
72126
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
71995
72127
  var require_httpAuthExtensionConfiguration = __commonJS({
71996
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports2) {
72128
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports2) {
71997
72129
  "use strict";
71998
72130
  Object.defineProperty(exports2, "__esModule", { value: true });
71999
72131
  exports2.resolveHttpAuthRuntimeConfig = exports2.getHttpAuthExtensionConfiguration = void 0;
@@ -72039,9 +72171,9 @@ var require_httpAuthExtensionConfiguration = __commonJS({
72039
72171
  }
72040
72172
  });
72041
72173
 
72042
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
72174
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
72043
72175
  var require_runtimeExtensions = __commonJS({
72044
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports2) {
72176
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports2) {
72045
72177
  "use strict";
72046
72178
  Object.defineProperty(exports2, "__esModule", { value: true });
72047
72179
  exports2.resolveRuntimeExtensions = void 0;
@@ -72070,9 +72202,9 @@ var require_runtimeExtensions = __commonJS({
72070
72202
  }
72071
72203
  });
72072
72204
 
72073
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
72205
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
72074
72206
  var require_STSClient = __commonJS({
72075
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports2) {
72207
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports2) {
72076
72208
  "use strict";
72077
72209
  Object.defineProperty(exports2, "__esModule", { value: true });
72078
72210
  exports2.STSClient = exports2.__Client = void 0;
@@ -72134,9 +72266,9 @@ var require_STSClient = __commonJS({
72134
72266
  }
72135
72267
  });
72136
72268
 
72137
- // node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js
72269
+ // node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js
72138
72270
  var require_dist_cjs48 = __commonJS({
72139
- "node_modules/.pnpm/@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports2, module2) {
72271
+ "node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports2, module2) {
72140
72272
  "use strict";
72141
72273
  var __defProp2 = Object.defineProperty;
72142
72274
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -73487,9 +73619,9 @@ var require_dist_cjs48 = __commonJS({
73487
73619
  }
73488
73620
  });
73489
73621
 
73490
- // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.598.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
73622
+ // node_modules/.pnpm/@aws-sdk+credential-provider-process@3.609.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
73491
73623
  var require_dist_cjs49 = __commonJS({
73492
- "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.598.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
73624
+ "node_modules/.pnpm/@aws-sdk+credential-provider-process@3.609.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
73493
73625
  "use strict";
73494
73626
  var __defProp2 = Object.defineProperty;
73495
73627
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -73576,9 +73708,9 @@ var require_dist_cjs49 = __commonJS({
73576
73708
  }
73577
73709
  });
73578
73710
 
73579
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
73711
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
73580
73712
  var require_fromWebToken = __commonJS({
73581
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
73713
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
73582
73714
  "use strict";
73583
73715
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o, m4, k2, k22) {
73584
73716
  if (k22 === void 0)
@@ -73641,9 +73773,9 @@ var require_fromWebToken = __commonJS({
73641
73773
  }
73642
73774
  });
73643
73775
 
73644
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
73776
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
73645
73777
  var require_fromTokenFile = __commonJS({
73646
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
73778
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
73647
73779
  "use strict";
73648
73780
  Object.defineProperty(exports2, "__esModule", { value: true });
73649
73781
  exports2.fromTokenFile = void 0;
@@ -73675,9 +73807,9 @@ var require_fromTokenFile = __commonJS({
73675
73807
  }
73676
73808
  });
73677
73809
 
73678
- // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
73810
+ // node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
73679
73811
  var require_dist_cjs50 = __commonJS({
73680
- "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.598.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
73812
+ "node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.609.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
73681
73813
  "use strict";
73682
73814
  var __defProp2 = Object.defineProperty;
73683
73815
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -73700,9 +73832,9 @@ var require_dist_cjs50 = __commonJS({
73700
73832
  }
73701
73833
  });
73702
73834
 
73703
- // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.598.0_@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
73835
+ // node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.613.0_@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
73704
73836
  var require_dist_cjs51 = __commonJS({
73705
- "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.598.0_@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
73837
+ "node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.613.0_@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
73706
73838
  "use strict";
73707
73839
  var __create2 = Object.create;
73708
73840
  var __defProp2 = Object.defineProperty;
@@ -73920,9 +74052,9 @@ var require_dist_cjs51 = __commonJS({
73920
74052
  }
73921
74053
  });
73922
74054
 
73923
- // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.600.0_@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
74055
+ // node_modules/.pnpm/@aws-sdk+credential-provider-node@3.613.0_@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
73924
74056
  var require_dist_cjs52 = __commonJS({
73925
- "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.600.0_@aws-sdk+client-sso-oidc@3.606.0_@aws-sdk+client-sts@3.606.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
74057
+ "node_modules/.pnpm/@aws-sdk+credential-provider-node@3.613.0_@aws-sdk+client-sso-oidc@3.613.0_@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
73926
74058
  "use strict";
73927
74059
  var __create2 = Object.create;
73928
74060
  var __defProp2 = Object.defineProperty;
@@ -74039,9 +74171,9 @@ var require_dist_cjs52 = __commonJS({
74039
74171
  }
74040
74172
  });
74041
74173
 
74042
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/ruleset.js
74174
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/ruleset.js
74043
74175
  var require_ruleset4 = __commonJS({
74044
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/ruleset.js"(exports2) {
74176
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/ruleset.js"(exports2) {
74045
74177
  "use strict";
74046
74178
  Object.defineProperty(exports2, "__esModule", { value: true });
74047
74179
  exports2.ruleSet = void 0;
@@ -74072,9 +74204,9 @@ var require_ruleset4 = __commonJS({
74072
74204
  }
74073
74205
  });
74074
74206
 
74075
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/endpointResolver.js
74207
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/endpointResolver.js
74076
74208
  var require_endpointResolver4 = __commonJS({
74077
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/endpointResolver.js"(exports2) {
74209
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/endpointResolver.js"(exports2) {
74078
74210
  "use strict";
74079
74211
  Object.defineProperty(exports2, "__esModule", { value: true });
74080
74212
  exports2.defaultEndpointResolver = void 0;
@@ -74092,9 +74224,9 @@ var require_endpointResolver4 = __commonJS({
74092
74224
  }
74093
74225
  });
74094
74226
 
74095
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.shared.js
74227
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.shared.js
74096
74228
  var require_runtimeConfig_shared4 = __commonJS({
74097
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.shared.js"(exports2) {
74229
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.shared.js"(exports2) {
74098
74230
  "use strict";
74099
74231
  Object.defineProperty(exports2, "__esModule", { value: true });
74100
74232
  exports2.getRuntimeConfig = void 0;
@@ -74132,9 +74264,9 @@ var require_runtimeConfig_shared4 = __commonJS({
74132
74264
  }
74133
74265
  });
74134
74266
 
74135
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js
74267
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js
74136
74268
  var require_runtimeConfig4 = __commonJS({
74137
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js"(exports2) {
74269
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js"(exports2) {
74138
74270
  "use strict";
74139
74271
  Object.defineProperty(exports2, "__esModule", { value: true });
74140
74272
  exports2.getRuntimeConfig = void 0;
@@ -74185,9 +74317,9 @@ var require_runtimeConfig4 = __commonJS({
74185
74317
  }
74186
74318
  });
74187
74319
 
74188
- // node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js
74320
+ // node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js
74189
74321
  var require_dist_cjs53 = __commonJS({
74190
- "node_modules/.pnpm/@aws-sdk+client-rds-data@3.606.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js"(exports2, module2) {
74322
+ "node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js"(exports2, module2) {
74191
74323
  "use strict";
74192
74324
  var __defProp2 = Object.defineProperty;
74193
74325
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -126331,7 +126463,7 @@ ${fields.join("\n")}
126331
126463
  }
126332
126464
  });
126333
126465
 
126334
- // node_modules/.pnpm/@hono+node-server@1.11.5/node_modules/@hono/node-server/dist/index.mjs
126466
+ // node_modules/.pnpm/@hono+node-server@1.12.0/node_modules/@hono/node-server/dist/index.mjs
126335
126467
  function writeFromReadableStream(stream, writable) {
126336
126468
  if (stream.locked) {
126337
126469
  throw new TypeError("ReadableStream is locked.");
@@ -126383,7 +126515,7 @@ function getInternalBody(response) {
126383
126515
  }
126384
126516
  var import_http, import_http2, import_stream5, import_crypto7, RequestError, toRequestError, GlobalRequest, Request3, newRequestFromIncoming, getRequestCache, requestCache, incomingKey, urlKey, abortControllerKey, getAbortController, requestPrototype, newRequest, buildOutgoingHttpHeaders, responseCache, getResponseCache, cacheKey, GlobalResponse, Response22, stateKey, X_ALREADY_SENT, webFetch, regBuffer, regContentType, handleRequestError, handleFetchError, handleResponseError, responseViaCache, responseViaResponseObject, getRequestListener, createAdaptorServer, serve;
126385
126517
  var init_dist3 = __esm({
126386
- "node_modules/.pnpm/@hono+node-server@1.11.5/node_modules/@hono/node-server/dist/index.mjs"() {
126518
+ "node_modules/.pnpm/@hono+node-server@1.12.0/node_modules/@hono/node-server/dist/index.mjs"() {
126387
126519
  import_http = require("http");
126388
126520
  import_http2 = require("http2");
126389
126521
  import_stream5 = require("stream");
@@ -126772,10 +126904,10 @@ var init_dist3 = __esm({
126772
126904
  }
126773
126905
  });
126774
126906
 
126775
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/url.js
126907
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/url.js
126776
126908
  var splitPath, splitRoutingPath, extractGroupsFromPath, replaceGroupMarks, patternCache, getPattern, tryDecodeURI, getPath, getPathNoStrict, mergePath, checkOptionalParameter, _decodeURI, _getQueryParam, getQueryParam, getQueryParams, decodeURIComponent_;
126777
126909
  var init_url = __esm({
126778
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/url.js"() {
126910
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/url.js"() {
126779
126911
  splitPath = (path5) => {
126780
126912
  const paths = path5.split("/");
126781
126913
  if (paths[0] === "") {
@@ -126990,10 +127122,10 @@ var init_url = __esm({
126990
127122
  }
126991
127123
  });
126992
127124
 
126993
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/cookie.js
127125
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/cookie.js
126994
127126
  var validCookieNameRegEx, validCookieValueRegEx, parse5;
126995
127127
  var init_cookie = __esm({
126996
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/cookie.js"() {
127128
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/cookie.js"() {
126997
127129
  init_url();
126998
127130
  validCookieNameRegEx = /^[\w!#$%&'*.^`|~+-]+$/;
126999
127131
  validCookieValueRegEx = /^[ !#-:<-[\]-~]*$/;
@@ -127022,10 +127154,10 @@ var init_cookie = __esm({
127022
127154
  }
127023
127155
  });
127024
127156
 
127025
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/helper/cookie/index.js
127157
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/helper/cookie/index.js
127026
127158
  var getCookie;
127027
127159
  var init_cookie2 = __esm({
127028
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/helper/cookie/index.js"() {
127160
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/helper/cookie/index.js"() {
127029
127161
  init_cookie();
127030
127162
  getCookie = (c, key, prefix2) => {
127031
127163
  const cookie = c.req.raw.headers.get("Cookie");
@@ -127051,10 +127183,10 @@ var init_cookie2 = __esm({
127051
127183
  }
127052
127184
  });
127053
127185
 
127054
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/http-exception.js
127186
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/http-exception.js
127055
127187
  var HTTPException;
127056
127188
  var init_http_exception = __esm({
127057
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/http-exception.js"() {
127189
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/http-exception.js"() {
127058
127190
  HTTPException = class extends Error {
127059
127191
  res;
127060
127192
  status;
@@ -127079,16 +127211,16 @@ var init_http_exception = __esm({
127079
127211
  }
127080
127212
  });
127081
127213
 
127082
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/crypto.js
127214
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/crypto.js
127083
127215
  var init_crypto = __esm({
127084
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/crypto.js"() {
127216
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/crypto.js"() {
127085
127217
  }
127086
127218
  });
127087
127219
 
127088
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/buffer.js
127220
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/buffer.js
127089
127221
  var bufferToFormData;
127090
127222
  var init_buffer = __esm({
127091
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/buffer.js"() {
127223
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/buffer.js"() {
127092
127224
  init_crypto();
127093
127225
  bufferToFormData = (arrayBuffer, contentType) => {
127094
127226
  const response = new Response(arrayBuffer, {
@@ -127101,10 +127233,10 @@ var init_buffer = __esm({
127101
127233
  }
127102
127234
  });
127103
127235
 
127104
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/validator/validator.js
127236
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/validator.js
127105
127237
  var validator;
127106
127238
  var init_validator = __esm({
127107
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/validator/validator.js"() {
127239
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/validator.js"() {
127108
127240
  init_cookie2();
127109
127241
  init_http_exception();
127110
127242
  init_buffer();
@@ -127129,33 +127261,34 @@ var init_validator = __esm({
127129
127261
  if (!contentType) {
127130
127262
  break;
127131
127263
  }
127264
+ let formData;
127132
127265
  if (c.req.bodyCache.formData) {
127133
- value = await c.req.bodyCache.formData;
127134
- break;
127266
+ formData = await c.req.bodyCache.formData;
127267
+ } else {
127268
+ try {
127269
+ const arrayBuffer = await c.req.arrayBuffer();
127270
+ formData = await bufferToFormData(arrayBuffer, contentType);
127271
+ c.req.bodyCache.formData = formData;
127272
+ } catch (e2) {
127273
+ let message = "Malformed FormData request.";
127274
+ message += e2 instanceof Error ? ` ${e2.message}` : ` ${String(e2)}`;
127275
+ throw new HTTPException(400, { message });
127276
+ }
127135
127277
  }
127136
- try {
127137
- const arrayBuffer = await c.req.arrayBuffer();
127138
- const formData = await bufferToFormData(arrayBuffer, contentType);
127139
- const form = {};
127140
- formData.forEach((value2, key) => {
127141
- if (key.endsWith("[]")) {
127142
- if (form[key] === void 0) {
127143
- form[key] = [value2];
127144
- } else if (Array.isArray(form[key])) {
127145
- ;
127146
- form[key].push(value2);
127147
- }
127148
- } else {
127149
- form[key] = value2;
127278
+ const form = {};
127279
+ formData.forEach((value2, key) => {
127280
+ if (key.endsWith("[]")) {
127281
+ if (form[key] === void 0) {
127282
+ form[key] = [value2];
127283
+ } else if (Array.isArray(form[key])) {
127284
+ ;
127285
+ form[key].push(value2);
127150
127286
  }
127151
- });
127152
- value = form;
127153
- c.req.bodyCache.formData = formData;
127154
- } catch (e2) {
127155
- let message = "Malformed FormData request.";
127156
- message += e2 instanceof Error ? ` ${e2.message}` : ` ${String(e2)}`;
127157
- throw new HTTPException(400, { message });
127158
- }
127287
+ } else {
127288
+ form[key] = value2;
127289
+ }
127290
+ });
127291
+ value = form;
127159
127292
  break;
127160
127293
  }
127161
127294
  case "query":
@@ -127186,17 +127319,17 @@ var init_validator = __esm({
127186
127319
  }
127187
127320
  });
127188
127321
 
127189
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/validator/index.js
127322
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/index.js
127190
127323
  var init_validator2 = __esm({
127191
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/validator/index.js"() {
127324
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/index.js"() {
127192
127325
  init_validator();
127193
127326
  }
127194
127327
  });
127195
127328
 
127196
- // node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.10_zod@3.23.8/node_modules/@hono/zod-validator/dist/esm/index.js
127329
+ // node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.12_zod@3.23.8/node_modules/@hono/zod-validator/dist/esm/index.js
127197
127330
  var zValidator;
127198
127331
  var init_esm = __esm({
127199
- "node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.10_zod@3.23.8/node_modules/@hono/zod-validator/dist/esm/index.js"() {
127332
+ "node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.12_zod@3.23.8/node_modules/@hono/zod-validator/dist/esm/index.js"() {
127200
127333
  init_validator2();
127201
127334
  zValidator = (target, schema5, hook2) => (
127202
127335
  // @ts-expect-error not typed well
@@ -127222,7 +127355,7 @@ var init_esm = __esm({
127222
127355
  }
127223
127356
  });
127224
127357
 
127225
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/body.js
127358
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/body.js
127226
127359
  async function parseFormData(request, options) {
127227
127360
  const formData = await request.formData();
127228
127361
  if (formData) {
@@ -127253,7 +127386,7 @@ function convertFormDataToBodyData(formData, options) {
127253
127386
  }
127254
127387
  var parseBody, handleParsingAllValues, handleParsingNestedValues;
127255
127388
  var init_body2 = __esm({
127256
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/body.js"() {
127389
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/body.js"() {
127257
127390
  init_request2();
127258
127391
  parseBody = async (request, options = /* @__PURE__ */ Object.create(null)) => {
127259
127392
  const { all = false, dot = false } = options;
@@ -127293,10 +127426,10 @@ var init_body2 = __esm({
127293
127426
  }
127294
127427
  });
127295
127428
 
127296
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/request.js
127429
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/request.js
127297
127430
  var HonoRequest;
127298
127431
  var init_request2 = __esm({
127299
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/request.js"() {
127432
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/request.js"() {
127300
127433
  init_body2();
127301
127434
  init_url();
127302
127435
  HonoRequest = class {
@@ -127407,10 +127540,10 @@ var init_request2 = __esm({
127407
127540
  }
127408
127541
  });
127409
127542
 
127410
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/html.js
127543
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/html.js
127411
127544
  var HtmlEscapedCallbackPhase, raw, resolveCallback;
127412
127545
  var init_html = __esm({
127413
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/utils/html.js"() {
127546
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/html.js"() {
127414
127547
  HtmlEscapedCallbackPhase = {
127415
127548
  Stringify: 1,
127416
127549
  BeforeStream: 2,
@@ -127446,10 +127579,10 @@ var init_html = __esm({
127446
127579
  }
127447
127580
  });
127448
127581
 
127449
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/context.js
127582
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/context.js
127450
127583
  var TEXT_PLAIN, setHeaders, Context;
127451
127584
  var init_context = __esm({
127452
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/context.js"() {
127585
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/context.js"() {
127453
127586
  init_request2();
127454
127587
  init_html();
127455
127588
  TEXT_PLAIN = "text/plain; charset=UTF-8";
@@ -127685,10 +127818,10 @@ var init_context = __esm({
127685
127818
  }
127686
127819
  });
127687
127820
 
127688
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/compose.js
127821
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/compose.js
127689
127822
  var compose;
127690
127823
  var init_compose = __esm({
127691
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/compose.js"() {
127824
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/compose.js"() {
127692
127825
  init_context();
127693
127826
  compose = (middleware, onError, onNotFound) => {
127694
127827
  return (context, next) => {
@@ -127739,10 +127872,10 @@ var init_compose = __esm({
127739
127872
  }
127740
127873
  });
127741
127874
 
127742
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router.js
127875
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router.js
127743
127876
  var METHOD_NAME_ALL, METHOD_NAME_ALL_LOWERCASE, METHODS, MESSAGE_MATCHER_IS_ALREADY_BUILT, UnsupportedPathError;
127744
127877
  var init_router = __esm({
127745
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router.js"() {
127878
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router.js"() {
127746
127879
  METHOD_NAME_ALL = "ALL";
127747
127880
  METHOD_NAME_ALL_LOWERCASE = "all";
127748
127881
  METHODS = ["get", "post", "put", "delete", "options", "patch"];
@@ -127752,10 +127885,10 @@ var init_router = __esm({
127752
127885
  }
127753
127886
  });
127754
127887
 
127755
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/hono-base.js
127888
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono-base.js
127756
127889
  var COMPOSED_HANDLER, notFoundHandler, errorHandler, Hono;
127757
127890
  var init_hono_base = __esm({
127758
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/hono-base.js"() {
127891
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono-base.js"() {
127759
127892
  init_compose();
127760
127893
  init_context();
127761
127894
  init_router();
@@ -127990,7 +128123,7 @@ var init_hono_base = __esm({
127990
128123
  }
127991
128124
  });
127992
128125
 
127993
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/node.js
128126
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/node.js
127994
128127
  function compareKey(a3, b4) {
127995
128128
  if (a3.length === 1) {
127996
128129
  return b4.length === 1 ? a3 < b4 ? -1 : 1 : -1;
@@ -128012,7 +128145,7 @@ function compareKey(a3, b4) {
128012
128145
  }
128013
128146
  var LABEL_REG_EXP_STR, ONLY_WILDCARD_REG_EXP_STR, TAIL_WILDCARD_REG_EXP_STR, PATH_ERROR, regExpMetaChars, Node;
128014
128147
  var init_node = __esm({
128015
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/node.js"() {
128148
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/node.js"() {
128016
128149
  LABEL_REG_EXP_STR = "[^/]+";
128017
128150
  ONLY_WILDCARD_REG_EXP_STR = ".*";
128018
128151
  TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
@@ -128100,10 +128233,10 @@ var init_node = __esm({
128100
128233
  }
128101
128234
  });
128102
128235
 
128103
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/trie.js
128236
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/trie.js
128104
128237
  var Trie;
128105
128238
  var init_trie = __esm({
128106
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/trie.js"() {
128239
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/trie.js"() {
128107
128240
  init_node();
128108
128241
  Trie = class {
128109
128242
  context = { varIndex: 0 };
@@ -128162,7 +128295,7 @@ var init_trie = __esm({
128162
128295
  }
128163
128296
  });
128164
128297
 
128165
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/router.js
128298
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/router.js
128166
128299
  function buildWildcardRegExp(path5) {
128167
128300
  return wildcardRegExpCache[path5] ??= new RegExp(
128168
128301
  path5 === "*" ? "" : `^${path5.replace(
@@ -128245,7 +128378,7 @@ function findMiddleware(middleware, path5) {
128245
128378
  }
128246
128379
  var emptyParam, nullMatcher, wildcardRegExpCache, RegExpRouter;
128247
128380
  var init_router2 = __esm({
128248
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/router.js"() {
128381
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/router.js"() {
128249
128382
  init_router();
128250
128383
  init_url();
128251
128384
  init_node();
@@ -128367,17 +128500,17 @@ var init_router2 = __esm({
128367
128500
  }
128368
128501
  });
128369
128502
 
128370
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/index.js
128503
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/index.js
128371
128504
  var init_reg_exp_router = __esm({
128372
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/reg-exp-router/index.js"() {
128505
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/index.js"() {
128373
128506
  init_router2();
128374
128507
  }
128375
128508
  });
128376
128509
 
128377
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/smart-router/router.js
128510
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/router.js
128378
128511
  var SmartRouter;
128379
128512
  var init_router3 = __esm({
128380
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/smart-router/router.js"() {
128513
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/router.js"() {
128381
128514
  init_router();
128382
128515
  SmartRouter = class {
128383
128516
  name = "SmartRouter";
@@ -128434,17 +128567,17 @@ var init_router3 = __esm({
128434
128567
  }
128435
128568
  });
128436
128569
 
128437
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/smart-router/index.js
128570
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/index.js
128438
128571
  var init_smart_router = __esm({
128439
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/smart-router/index.js"() {
128572
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/index.js"() {
128440
128573
  init_router3();
128441
128574
  }
128442
128575
  });
128443
128576
 
128444
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/node.js
128577
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/node.js
128445
128578
  var Node2;
128446
128579
  var init_node2 = __esm({
128447
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/node.js"() {
128580
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/node.js"() {
128448
128581
  init_router();
128449
128582
  init_url();
128450
128583
  Node2 = class {
@@ -128596,10 +128729,10 @@ var init_node2 = __esm({
128596
128729
  }
128597
128730
  });
128598
128731
 
128599
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/router.js
128732
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/router.js
128600
128733
  var TrieRouter;
128601
128734
  var init_router4 = __esm({
128602
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/router.js"() {
128735
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/router.js"() {
128603
128736
  init_url();
128604
128737
  init_node2();
128605
128738
  TrieRouter = class {
@@ -128625,17 +128758,17 @@ var init_router4 = __esm({
128625
128758
  }
128626
128759
  });
128627
128760
 
128628
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/index.js
128761
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/index.js
128629
128762
  var init_trie_router = __esm({
128630
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/router/trie-router/index.js"() {
128763
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/index.js"() {
128631
128764
  init_router4();
128632
128765
  }
128633
128766
  });
128634
128767
 
128635
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/hono.js
128768
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono.js
128636
128769
  var Hono2;
128637
128770
  var init_hono = __esm({
128638
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/hono.js"() {
128771
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono.js"() {
128639
128772
  init_hono_base();
128640
128773
  init_reg_exp_router();
128641
128774
  init_smart_router();
@@ -128651,17 +128784,17 @@ var init_hono = __esm({
128651
128784
  }
128652
128785
  });
128653
128786
 
128654
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/index.js
128787
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/index.js
128655
128788
  var init_dist4 = __esm({
128656
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/index.js"() {
128789
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/index.js"() {
128657
128790
  init_hono();
128658
128791
  }
128659
128792
  });
128660
128793
 
128661
- // node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/middleware/cors/index.js
128794
+ // node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/middleware/cors/index.js
128662
128795
  var cors;
128663
128796
  var init_cors = __esm({
128664
- "node_modules/.pnpm/hono@4.4.10/node_modules/hono/dist/middleware/cors/index.js"() {
128797
+ "node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/middleware/cors/index.js"() {
128665
128798
  cors = (options) => {
128666
128799
  const defaults3 = {
128667
128800
  origin: "*",
@@ -130242,11 +130375,11 @@ var dropMigration = async ({
130242
130375
  const snapshotFilePath = (0, import_path5.join)(
130243
130376
  out,
130244
130377
  "meta",
130245
- `${result.data.idx.toFixed(0).padStart(4, "0")}_snapshot.json`
130378
+ `${result.data.tag.split("_")[0]}_snapshot.json`
130246
130379
  );
130247
130380
  (0, import_fs8.rmSync)(sqlFilePath);
130248
130381
  (0, import_fs8.rmSync)(snapshotFilePath);
130249
- (0, import_fs8.writeFileSync)(metaFilePath, JSON.stringify(resultJournal));
130382
+ (0, import_fs8.writeFileSync)(metaFilePath, JSON.stringify(resultJournal, null, 2));
130250
130383
  if (bundle) {
130251
130384
  import_fs9.default.writeFileSync(
130252
130385
  (0, import_path5.join)(out, `migrations.js`),