drizzle-kit 0.23.0-41417ce → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- package/bin.cjs +669 -534
- package/package.json +1 -1
- package/payload.js +363 -363
- package/payload.mjs +363 -363
package/bin.cjs
CHANGED
@@ -28786,7 +28786,7 @@ var init_jsonStatements = __esm({
|
|
28786
28786
|
tableName,
|
28787
28787
|
data: it,
|
28788
28788
|
schema: schema5,
|
28789
|
-
constraintName: json1.tables[`${schema5}.${tableName}`].compositePrimaryKeys[PgSquasher.unsquashPK(it).name].name
|
28789
|
+
constraintName: json1.tables[`${schema5 || "public"}.${tableName}`].compositePrimaryKeys[PgSquasher.unsquashPK(it).name].name
|
28790
28790
|
};
|
28791
28791
|
});
|
28792
28792
|
};
|
@@ -51605,9 +51605,9 @@ var require_dist = __commonJS({
|
|
51605
51605
|
}
|
51606
51606
|
});
|
51607
51607
|
|
51608
|
-
// node_modules/.pnpm/ws@8.
|
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.
|
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.
|
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.
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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 (
|
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 (
|
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
|
-
|
53620
|
-
|
53621
|
-
|
53622
|
-
|
53623
|
-
|
53624
|
-
|
53625
|
-
|
53626
|
-
|
53627
|
-
|
53628
|
-
|
53629
|
-
|
53630
|
-
if (this.
|
53631
|
-
this.enqueue([this.
|
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.
|
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.
|
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.
|
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
|
-
|
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.
|
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 (
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
-
*
|
54227
|
-
*
|
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
|
-
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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)(
|
59397
|
+
(0, import_slurpFile.slurpFile)(resolvedConfigFilepath, {
|
59280
59398
|
ignoreCache: init2.ignoreCache
|
59281
59399
|
}).then(parseIni).then(getConfigData).catch(swallowError),
|
59282
|
-
(0, import_slurpFile.slurpFile)(
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
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
|
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.
|
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.
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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("."))) <
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
67892
|
-
"@aws-sdk/client-sts": "3.
|
67893
|
-
"@aws-sdk/core": "3.
|
67894
|
-
"@aws-sdk/credential-provider-node": "3.
|
67895
|
-
"@aws-sdk/middleware-host-header": "3.
|
67896
|
-
"@aws-sdk/middleware-logger": "3.
|
67897
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
67898
|
-
"@aws-sdk/middleware-user-agent": "3.
|
67899
|
-
"@aws-sdk/region-config-resolver": "3.
|
67900
|
-
"@aws-sdk/types": "3.
|
67901
|
-
"@aws-sdk/util-endpoints": "3.
|
67902
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
67903
|
-
"@aws-sdk/util-user-agent-node": "3.
|
67904
|
-
"@smithy/config-resolver": "^3.0.
|
67905
|
-
"@smithy/core": "^2.2.
|
67906
|
-
"@smithy/fetch-http-handler": "^3.0
|
67907
|
-
"@smithy/hash-node": "^3.0.
|
67908
|
-
"@smithy/invalid-dependency": "^3.0.
|
67909
|
-
"@smithy/middleware-content-length": "^3.0.
|
67910
|
-
"@smithy/middleware-endpoint": "^3.0.
|
67911
|
-
"@smithy/middleware-retry": "^3.0.
|
67912
|
-
"@smithy/middleware-serde": "^3.0.
|
67913
|
-
"@smithy/middleware-stack": "^3.0.
|
67914
|
-
"@smithy/node-config-provider": "^3.1.
|
67915
|
-
"@smithy/node-http-handler": "^3.
|
67916
|
-
"@smithy/protocol-http": "^4.0.
|
67917
|
-
"@smithy/smithy-client": "^3.1.
|
67918
|
-
"@smithy/types": "^3.
|
67919
|
-
"@smithy/url-parser": "^3.0.
|
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.
|
67924
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
67925
|
-
"@smithy/util-endpoints": "^2.0.
|
67926
|
-
"@smithy/util-middleware": "^3.0.
|
67927
|
-
"@smithy/util-retry": "^3.0.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
68730
|
-
"@aws-sdk/middleware-host-header": "3.
|
68731
|
-
"@aws-sdk/middleware-logger": "3.
|
68732
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
68733
|
-
"@aws-sdk/middleware-user-agent": "3.
|
68734
|
-
"@aws-sdk/region-config-resolver": "3.
|
68735
|
-
"@aws-sdk/types": "3.
|
68736
|
-
"@aws-sdk/util-endpoints": "3.
|
68737
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
68738
|
-
"@aws-sdk/util-user-agent-node": "3.
|
68739
|
-
"@smithy/config-resolver": "^3.0.
|
68740
|
-
"@smithy/core": "^2.2.
|
68741
|
-
"@smithy/fetch-http-handler": "^3.0
|
68742
|
-
"@smithy/hash-node": "^3.0.
|
68743
|
-
"@smithy/invalid-dependency": "^3.0.
|
68744
|
-
"@smithy/middleware-content-length": "^3.0.
|
68745
|
-
"@smithy/middleware-endpoint": "^3.0.
|
68746
|
-
"@smithy/middleware-retry": "^3.0.
|
68747
|
-
"@smithy/middleware-serde": "^3.0.
|
68748
|
-
"@smithy/middleware-stack": "^3.0.
|
68749
|
-
"@smithy/node-config-provider": "^3.1.
|
68750
|
-
"@smithy/node-http-handler": "^3.
|
68751
|
-
"@smithy/protocol-http": "^4.0.
|
68752
|
-
"@smithy/smithy-client": "^3.1.
|
68753
|
-
"@smithy/types": "^3.
|
68754
|
-
"@smithy/url-parser": "^3.0.
|
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.
|
68759
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
68760
|
-
"@smithy/util-endpoints": "^2.0.
|
68761
|
-
"@smithy/util-middleware": "^3.0.
|
68762
|
-
"@smithy/util-retry": "^3.0.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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,45 +70132,47 @@ 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/
|
70004
|
-
"@aws-sdk/
|
70005
|
-
"@aws-sdk/
|
70006
|
-
"@aws-sdk/middleware-
|
70007
|
-
"@aws-sdk/middleware-
|
70008
|
-
"@aws-sdk/middleware-
|
70009
|
-
"@aws-sdk/
|
70010
|
-
"@aws-sdk/
|
70011
|
-
"@aws-sdk/
|
70012
|
-
"@aws-sdk/util-
|
70013
|
-
"@aws-sdk/util-user-agent-
|
70014
|
-
"@
|
70015
|
-
"@smithy/
|
70016
|
-
"@smithy/
|
70017
|
-
"@smithy/
|
70018
|
-
"@smithy/
|
70019
|
-
"@smithy/
|
70020
|
-
"@smithy/middleware-
|
70021
|
-
"@smithy/middleware-
|
70022
|
-
"@smithy/middleware-
|
70023
|
-
"@smithy/middleware-
|
70024
|
-
"@smithy/
|
70025
|
-
"@smithy/node-
|
70026
|
-
"@smithy/
|
70027
|
-
"@smithy/
|
70028
|
-
"@smithy/
|
70029
|
-
"@smithy/
|
70030
|
-
"@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",
|
70031
70162
|
"@smithy/util-base64": "^3.0.0",
|
70032
70163
|
"@smithy/util-body-length-browser": "^3.0.0",
|
70033
70164
|
"@smithy/util-body-length-node": "^3.0.0",
|
70034
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
70035
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
70036
|
-
"@smithy/util-endpoints": "^2.0.
|
70037
|
-
"@smithy/util-middleware": "^3.0.
|
70038
|
-
"@smithy/util-retry": "^3.0.
|
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",
|
70039
70170
|
"@smithy/util-utf8": "^3.0.0",
|
70040
70171
|
tslib: "^2.6.2"
|
70041
70172
|
},
|
70173
|
+
peerDependencies: {
|
70174
|
+
"@aws-sdk/client-sts": "^3.613.0"
|
70175
|
+
},
|
70042
70176
|
devDependencies: {
|
70043
70177
|
"@tsconfig/node16": "16.1.3",
|
70044
70178
|
"@types/node": "^16.18.96",
|
@@ -70081,9 +70215,9 @@ var require_package4 = __commonJS({
|
|
70081
70215
|
}
|
70082
70216
|
});
|
70083
70217
|
|
70084
|
-
// node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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
|
70085
70219
|
var require_ruleset2 = __commonJS({
|
70086
|
-
"node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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) {
|
70087
70221
|
"use strict";
|
70088
70222
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
70089
70223
|
exports2.ruleSet = void 0;
|
@@ -70116,9 +70250,9 @@ var require_ruleset2 = __commonJS({
|
|
70116
70250
|
}
|
70117
70251
|
});
|
70118
70252
|
|
70119
|
-
// node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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
|
70120
70254
|
var require_endpointResolver2 = __commonJS({
|
70121
|
-
"node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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) {
|
70122
70256
|
"use strict";
|
70123
70257
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
70124
70258
|
exports2.defaultEndpointResolver = void 0;
|
@@ -70136,9 +70270,9 @@ var require_endpointResolver2 = __commonJS({
|
|
70136
70270
|
}
|
70137
70271
|
});
|
70138
70272
|
|
70139
|
-
// node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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
|
70140
70274
|
var require_runtimeConfig_shared2 = __commonJS({
|
70141
|
-
"node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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) {
|
70142
70276
|
"use strict";
|
70143
70277
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
70144
70278
|
exports2.getRuntimeConfig = void 0;
|
@@ -70182,9 +70316,9 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
70182
70316
|
}
|
70183
70317
|
});
|
70184
70318
|
|
70185
|
-
// node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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
|
70186
70320
|
var require_runtimeConfig2 = __commonJS({
|
70187
|
-
"node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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) {
|
70188
70322
|
"use strict";
|
70189
70323
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
70190
70324
|
exports2.getRuntimeConfig = void 0;
|
@@ -70235,9 +70369,9 @@ var require_runtimeConfig2 = __commonJS({
|
|
70235
70369
|
}
|
70236
70370
|
});
|
70237
70371
|
|
70238
|
-
// node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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
|
70239
70373
|
var require_dist_cjs45 = __commonJS({
|
70240
|
-
"node_modules/.pnpm/@aws-sdk+client-sso-oidc@3.
|
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) {
|
70241
70375
|
"use strict";
|
70242
70376
|
var __defProp2 = Object.defineProperty;
|
70243
70377
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -71218,9 +71352,9 @@ var require_dist_cjs45 = __commonJS({
|
|
71218
71352
|
}
|
71219
71353
|
});
|
71220
71354
|
|
71221
|
-
// node_modules/.pnpm/@aws-sdk+token-providers@3.
|
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
|
71222
71356
|
var require_dist_cjs46 = __commonJS({
|
71223
|
-
"node_modules/.pnpm/@aws-sdk+token-providers@3.
|
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) {
|
71224
71358
|
"use strict";
|
71225
71359
|
var __create2 = Object.create;
|
71226
71360
|
var __defProp2 = Object.defineProperty;
|
@@ -71398,9 +71532,9 @@ var require_dist_cjs46 = __commonJS({
|
|
71398
71532
|
}
|
71399
71533
|
});
|
71400
71534
|
|
71401
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
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
|
71402
71536
|
var require_dist_cjs47 = __commonJS({
|
71403
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
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) {
|
71404
71538
|
"use strict";
|
71405
71539
|
var __defProp2 = Object.defineProperty;
|
71406
71540
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -71604,9 +71738,9 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
71604
71738
|
}
|
71605
71739
|
});
|
71606
71740
|
|
71607
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71741
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
|
71608
71742
|
var require_httpAuthSchemeProvider4 = __commonJS({
|
71609
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71743
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
71610
71744
|
"use strict";
|
71611
71745
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71612
71746
|
exports2.resolveHttpAuthSchemeConfig = exports2.resolveStsAuthConfig = exports2.defaultSTSHttpAuthSchemeProvider = exports2.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
@@ -71676,9 +71810,9 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
71676
71810
|
}
|
71677
71811
|
});
|
71678
71812
|
|
71679
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71813
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
|
71680
71814
|
var require_EndpointParameters = __commonJS({
|
71681
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71815
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports2) {
|
71682
71816
|
"use strict";
|
71683
71817
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71684
71818
|
exports2.commonParams = exports2.resolveClientEndpointParameters = void 0;
|
@@ -71702,13 +71836,13 @@ var require_EndpointParameters = __commonJS({
|
|
71702
71836
|
}
|
71703
71837
|
});
|
71704
71838
|
|
71705
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71839
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/package.json
|
71706
71840
|
var require_package5 = __commonJS({
|
71707
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71841
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/package.json"(exports2, module2) {
|
71708
71842
|
module2.exports = {
|
71709
71843
|
name: "@aws-sdk/client-sts",
|
71710
71844
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
71711
|
-
version: "3.
|
71845
|
+
version: "3.613.0",
|
71712
71846
|
scripts: {
|
71713
71847
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
71714
71848
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
@@ -71729,42 +71863,42 @@ var require_package5 = __commonJS({
|
|
71729
71863
|
dependencies: {
|
71730
71864
|
"@aws-crypto/sha256-browser": "5.2.0",
|
71731
71865
|
"@aws-crypto/sha256-js": "5.2.0",
|
71732
|
-
"@aws-sdk/client-sso-oidc": "3.
|
71733
|
-
"@aws-sdk/core": "3.
|
71734
|
-
"@aws-sdk/credential-provider-node": "3.
|
71735
|
-
"@aws-sdk/middleware-host-header": "3.
|
71736
|
-
"@aws-sdk/middleware-logger": "3.
|
71737
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
71738
|
-
"@aws-sdk/middleware-user-agent": "3.
|
71739
|
-
"@aws-sdk/region-config-resolver": "3.
|
71740
|
-
"@aws-sdk/types": "3.
|
71741
|
-
"@aws-sdk/util-endpoints": "3.
|
71742
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
71743
|
-
"@aws-sdk/util-user-agent-node": "3.
|
71744
|
-
"@smithy/config-resolver": "^3.0.
|
71745
|
-
"@smithy/core": "^2.2.
|
71746
|
-
"@smithy/fetch-http-handler": "^3.0
|
71747
|
-
"@smithy/hash-node": "^3.0.
|
71748
|
-
"@smithy/invalid-dependency": "^3.0.
|
71749
|
-
"@smithy/middleware-content-length": "^3.0.
|
71750
|
-
"@smithy/middleware-endpoint": "^3.0.
|
71751
|
-
"@smithy/middleware-retry": "^3.0.
|
71752
|
-
"@smithy/middleware-serde": "^3.0.
|
71753
|
-
"@smithy/middleware-stack": "^3.0.
|
71754
|
-
"@smithy/node-config-provider": "^3.1.
|
71755
|
-
"@smithy/node-http-handler": "^3.
|
71756
|
-
"@smithy/protocol-http": "^4.0.
|
71757
|
-
"@smithy/smithy-client": "^3.1.
|
71758
|
-
"@smithy/types": "^3.
|
71759
|
-
"@smithy/url-parser": "^3.0.
|
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",
|
71760
71894
|
"@smithy/util-base64": "^3.0.0",
|
71761
71895
|
"@smithy/util-body-length-browser": "^3.0.0",
|
71762
71896
|
"@smithy/util-body-length-node": "^3.0.0",
|
71763
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
71764
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
71765
|
-
"@smithy/util-endpoints": "^2.0.
|
71766
|
-
"@smithy/util-middleware": "^3.0.
|
71767
|
-
"@smithy/util-retry": "^3.0.
|
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",
|
71768
71902
|
"@smithy/util-utf8": "^3.0.0",
|
71769
71903
|
tslib: "^2.6.2"
|
71770
71904
|
},
|
@@ -71810,9 +71944,9 @@ var require_package5 = __commonJS({
|
|
71810
71944
|
}
|
71811
71945
|
});
|
71812
71946
|
|
71813
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71947
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
|
71814
71948
|
var require_ruleset3 = __commonJS({
|
71815
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71949
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports2) {
|
71816
71950
|
"use strict";
|
71817
71951
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71818
71952
|
exports2.ruleSet = void 0;
|
@@ -71857,9 +71991,9 @@ var require_ruleset3 = __commonJS({
|
|
71857
71991
|
}
|
71858
71992
|
});
|
71859
71993
|
|
71860
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71994
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
|
71861
71995
|
var require_endpointResolver3 = __commonJS({
|
71862
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
71996
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
71863
71997
|
"use strict";
|
71864
71998
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71865
71999
|
exports2.defaultEndpointResolver = void 0;
|
@@ -71877,9 +72011,9 @@ var require_endpointResolver3 = __commonJS({
|
|
71877
72011
|
}
|
71878
72012
|
});
|
71879
72013
|
|
71880
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72014
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
|
71881
72015
|
var require_runtimeConfig_shared3 = __commonJS({
|
71882
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72016
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
71883
72017
|
"use strict";
|
71884
72018
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71885
72019
|
exports2.getRuntimeConfig = void 0;
|
@@ -71923,9 +72057,9 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
71923
72057
|
}
|
71924
72058
|
});
|
71925
72059
|
|
71926
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72060
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
|
71927
72061
|
var require_runtimeConfig3 = __commonJS({
|
71928
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72062
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports2) {
|
71929
72063
|
"use strict";
|
71930
72064
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71931
72065
|
exports2.getRuntimeConfig = void 0;
|
@@ -71989,9 +72123,9 @@ var require_runtimeConfig3 = __commonJS({
|
|
71989
72123
|
}
|
71990
72124
|
});
|
71991
72125
|
|
71992
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72126
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
|
71993
72127
|
var require_httpAuthExtensionConfiguration = __commonJS({
|
71994
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72128
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports2) {
|
71995
72129
|
"use strict";
|
71996
72130
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
71997
72131
|
exports2.resolveHttpAuthRuntimeConfig = exports2.getHttpAuthExtensionConfiguration = void 0;
|
@@ -72037,9 +72171,9 @@ var require_httpAuthExtensionConfiguration = __commonJS({
|
|
72037
72171
|
}
|
72038
72172
|
});
|
72039
72173
|
|
72040
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72174
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
|
72041
72175
|
var require_runtimeExtensions = __commonJS({
|
72042
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72176
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports2) {
|
72043
72177
|
"use strict";
|
72044
72178
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
72045
72179
|
exports2.resolveRuntimeExtensions = void 0;
|
@@ -72068,9 +72202,9 @@ var require_runtimeExtensions = __commonJS({
|
|
72068
72202
|
}
|
72069
72203
|
});
|
72070
72204
|
|
72071
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72205
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
|
72072
72206
|
var require_STSClient = __commonJS({
|
72073
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72207
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports2) {
|
72074
72208
|
"use strict";
|
72075
72209
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
72076
72210
|
exports2.STSClient = exports2.__Client = void 0;
|
@@ -72132,9 +72266,9 @@ var require_STSClient = __commonJS({
|
|
72132
72266
|
}
|
72133
72267
|
});
|
72134
72268
|
|
72135
|
-
// node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72269
|
+
// node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js
|
72136
72270
|
var require_dist_cjs48 = __commonJS({
|
72137
|
-
"node_modules/.pnpm/@aws-sdk+client-sts@3.
|
72271
|
+
"node_modules/.pnpm/@aws-sdk+client-sts@3.613.0/node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports2, module2) {
|
72138
72272
|
"use strict";
|
72139
72273
|
var __defProp2 = Object.defineProperty;
|
72140
72274
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -73485,9 +73619,9 @@ var require_dist_cjs48 = __commonJS({
|
|
73485
73619
|
}
|
73486
73620
|
});
|
73487
73621
|
|
73488
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
73622
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.609.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
73489
73623
|
var require_dist_cjs49 = __commonJS({
|
73490
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
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) {
|
73491
73625
|
"use strict";
|
73492
73626
|
var __defProp2 = Object.defineProperty;
|
73493
73627
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -73574,9 +73708,9 @@ var require_dist_cjs49 = __commonJS({
|
|
73574
73708
|
}
|
73575
73709
|
});
|
73576
73710
|
|
73577
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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
|
73578
73712
|
var require_fromWebToken = __commonJS({
|
73579
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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) {
|
73580
73714
|
"use strict";
|
73581
73715
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o, m4, k2, k22) {
|
73582
73716
|
if (k22 === void 0)
|
@@ -73639,9 +73773,9 @@ var require_fromWebToken = __commonJS({
|
|
73639
73773
|
}
|
73640
73774
|
});
|
73641
73775
|
|
73642
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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
|
73643
73777
|
var require_fromTokenFile = __commonJS({
|
73644
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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) {
|
73645
73779
|
"use strict";
|
73646
73780
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
73647
73781
|
exports2.fromTokenFile = void 0;
|
@@ -73673,9 +73807,9 @@ var require_fromTokenFile = __commonJS({
|
|
73673
73807
|
}
|
73674
73808
|
});
|
73675
73809
|
|
73676
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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
|
73677
73811
|
var require_dist_cjs50 = __commonJS({
|
73678
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
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) {
|
73679
73813
|
"use strict";
|
73680
73814
|
var __defProp2 = Object.defineProperty;
|
73681
73815
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -73698,9 +73832,9 @@ var require_dist_cjs50 = __commonJS({
|
|
73698
73832
|
}
|
73699
73833
|
});
|
73700
73834
|
|
73701
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
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
|
73702
73836
|
var require_dist_cjs51 = __commonJS({
|
73703
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
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) {
|
73704
73838
|
"use strict";
|
73705
73839
|
var __create2 = Object.create;
|
73706
73840
|
var __defProp2 = Object.defineProperty;
|
@@ -73918,9 +74052,9 @@ var require_dist_cjs51 = __commonJS({
|
|
73918
74052
|
}
|
73919
74053
|
});
|
73920
74054
|
|
73921
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
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
|
73922
74056
|
var require_dist_cjs52 = __commonJS({
|
73923
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
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) {
|
73924
74058
|
"use strict";
|
73925
74059
|
var __create2 = Object.create;
|
73926
74060
|
var __defProp2 = Object.defineProperty;
|
@@ -74037,9 +74171,9 @@ var require_dist_cjs52 = __commonJS({
|
|
74037
74171
|
}
|
74038
74172
|
});
|
74039
74173
|
|
74040
|
-
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74174
|
+
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/ruleset.js
|
74041
74175
|
var require_ruleset4 = __commonJS({
|
74042
|
-
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
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) {
|
74043
74177
|
"use strict";
|
74044
74178
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
74045
74179
|
exports2.ruleSet = void 0;
|
@@ -74070,9 +74204,9 @@ var require_ruleset4 = __commonJS({
|
|
74070
74204
|
}
|
74071
74205
|
});
|
74072
74206
|
|
74073
|
-
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74207
|
+
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/endpoint/endpointResolver.js
|
74074
74208
|
var require_endpointResolver4 = __commonJS({
|
74075
|
-
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
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) {
|
74076
74210
|
"use strict";
|
74077
74211
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
74078
74212
|
exports2.defaultEndpointResolver = void 0;
|
@@ -74090,9 +74224,9 @@ var require_endpointResolver4 = __commonJS({
|
|
74090
74224
|
}
|
74091
74225
|
});
|
74092
74226
|
|
74093
|
-
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74227
|
+
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.shared.js
|
74094
74228
|
var require_runtimeConfig_shared4 = __commonJS({
|
74095
|
-
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
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) {
|
74096
74230
|
"use strict";
|
74097
74231
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
74098
74232
|
exports2.getRuntimeConfig = void 0;
|
@@ -74130,9 +74264,9 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
74130
74264
|
}
|
74131
74265
|
});
|
74132
74266
|
|
74133
|
-
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74267
|
+
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js
|
74134
74268
|
var require_runtimeConfig4 = __commonJS({
|
74135
|
-
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74269
|
+
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/runtimeConfig.js"(exports2) {
|
74136
74270
|
"use strict";
|
74137
74271
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
74138
74272
|
exports2.getRuntimeConfig = void 0;
|
@@ -74183,9 +74317,9 @@ var require_runtimeConfig4 = __commonJS({
|
|
74183
74317
|
}
|
74184
74318
|
});
|
74185
74319
|
|
74186
|
-
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
74320
|
+
// node_modules/.pnpm/@aws-sdk+client-rds-data@3.613.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js
|
74187
74321
|
var require_dist_cjs53 = __commonJS({
|
74188
|
-
"node_modules/.pnpm/@aws-sdk+client-rds-data@3.
|
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) {
|
74189
74323
|
"use strict";
|
74190
74324
|
var __defProp2 = Object.defineProperty;
|
74191
74325
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
@@ -126329,7 +126463,7 @@ ${fields.join("\n")}
|
|
126329
126463
|
}
|
126330
126464
|
});
|
126331
126465
|
|
126332
|
-
// node_modules/.pnpm/@hono+node-server@1.
|
126466
|
+
// node_modules/.pnpm/@hono+node-server@1.12.0/node_modules/@hono/node-server/dist/index.mjs
|
126333
126467
|
function writeFromReadableStream(stream, writable) {
|
126334
126468
|
if (stream.locked) {
|
126335
126469
|
throw new TypeError("ReadableStream is locked.");
|
@@ -126381,7 +126515,7 @@ function getInternalBody(response) {
|
|
126381
126515
|
}
|
126382
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;
|
126383
126517
|
var init_dist3 = __esm({
|
126384
|
-
"node_modules/.pnpm/@hono+node-server@1.
|
126518
|
+
"node_modules/.pnpm/@hono+node-server@1.12.0/node_modules/@hono/node-server/dist/index.mjs"() {
|
126385
126519
|
import_http = require("http");
|
126386
126520
|
import_http2 = require("http2");
|
126387
126521
|
import_stream5 = require("stream");
|
@@ -126770,10 +126904,10 @@ var init_dist3 = __esm({
|
|
126770
126904
|
}
|
126771
126905
|
});
|
126772
126906
|
|
126773
|
-
// node_modules/.pnpm/hono@4.4.
|
126907
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/url.js
|
126774
126908
|
var splitPath, splitRoutingPath, extractGroupsFromPath, replaceGroupMarks, patternCache, getPattern, tryDecodeURI, getPath, getPathNoStrict, mergePath, checkOptionalParameter, _decodeURI, _getQueryParam, getQueryParam, getQueryParams, decodeURIComponent_;
|
126775
126909
|
var init_url = __esm({
|
126776
|
-
"node_modules/.pnpm/hono@4.4.
|
126910
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/url.js"() {
|
126777
126911
|
splitPath = (path5) => {
|
126778
126912
|
const paths = path5.split("/");
|
126779
126913
|
if (paths[0] === "") {
|
@@ -126988,10 +127122,10 @@ var init_url = __esm({
|
|
126988
127122
|
}
|
126989
127123
|
});
|
126990
127124
|
|
126991
|
-
// node_modules/.pnpm/hono@4.4.
|
127125
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/cookie.js
|
126992
127126
|
var validCookieNameRegEx, validCookieValueRegEx, parse5;
|
126993
127127
|
var init_cookie = __esm({
|
126994
|
-
"node_modules/.pnpm/hono@4.4.
|
127128
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/cookie.js"() {
|
126995
127129
|
init_url();
|
126996
127130
|
validCookieNameRegEx = /^[\w!#$%&'*.^`|~+-]+$/;
|
126997
127131
|
validCookieValueRegEx = /^[ !#-:<-[\]-~]*$/;
|
@@ -127020,10 +127154,10 @@ var init_cookie = __esm({
|
|
127020
127154
|
}
|
127021
127155
|
});
|
127022
127156
|
|
127023
|
-
// node_modules/.pnpm/hono@4.4.
|
127157
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/helper/cookie/index.js
|
127024
127158
|
var getCookie;
|
127025
127159
|
var init_cookie2 = __esm({
|
127026
|
-
"node_modules/.pnpm/hono@4.4.
|
127160
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/helper/cookie/index.js"() {
|
127027
127161
|
init_cookie();
|
127028
127162
|
getCookie = (c, key, prefix2) => {
|
127029
127163
|
const cookie = c.req.raw.headers.get("Cookie");
|
@@ -127049,10 +127183,10 @@ var init_cookie2 = __esm({
|
|
127049
127183
|
}
|
127050
127184
|
});
|
127051
127185
|
|
127052
|
-
// node_modules/.pnpm/hono@4.4.
|
127186
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/http-exception.js
|
127053
127187
|
var HTTPException;
|
127054
127188
|
var init_http_exception = __esm({
|
127055
|
-
"node_modules/.pnpm/hono@4.4.
|
127189
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/http-exception.js"() {
|
127056
127190
|
HTTPException = class extends Error {
|
127057
127191
|
res;
|
127058
127192
|
status;
|
@@ -127077,16 +127211,16 @@ var init_http_exception = __esm({
|
|
127077
127211
|
}
|
127078
127212
|
});
|
127079
127213
|
|
127080
|
-
// node_modules/.pnpm/hono@4.4.
|
127214
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/crypto.js
|
127081
127215
|
var init_crypto = __esm({
|
127082
|
-
"node_modules/.pnpm/hono@4.4.
|
127216
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/crypto.js"() {
|
127083
127217
|
}
|
127084
127218
|
});
|
127085
127219
|
|
127086
|
-
// node_modules/.pnpm/hono@4.4.
|
127220
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/buffer.js
|
127087
127221
|
var bufferToFormData;
|
127088
127222
|
var init_buffer = __esm({
|
127089
|
-
"node_modules/.pnpm/hono@4.4.
|
127223
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/buffer.js"() {
|
127090
127224
|
init_crypto();
|
127091
127225
|
bufferToFormData = (arrayBuffer, contentType) => {
|
127092
127226
|
const response = new Response(arrayBuffer, {
|
@@ -127099,10 +127233,10 @@ var init_buffer = __esm({
|
|
127099
127233
|
}
|
127100
127234
|
});
|
127101
127235
|
|
127102
|
-
// node_modules/.pnpm/hono@4.4.
|
127236
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/validator.js
|
127103
127237
|
var validator;
|
127104
127238
|
var init_validator = __esm({
|
127105
|
-
"node_modules/.pnpm/hono@4.4.
|
127239
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/validator.js"() {
|
127106
127240
|
init_cookie2();
|
127107
127241
|
init_http_exception();
|
127108
127242
|
init_buffer();
|
@@ -127127,33 +127261,34 @@ var init_validator = __esm({
|
|
127127
127261
|
if (!contentType) {
|
127128
127262
|
break;
|
127129
127263
|
}
|
127264
|
+
let formData;
|
127130
127265
|
if (c.req.bodyCache.formData) {
|
127131
|
-
|
127132
|
-
|
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
|
+
}
|
127133
127277
|
}
|
127134
|
-
|
127135
|
-
|
127136
|
-
|
127137
|
-
|
127138
|
-
|
127139
|
-
if (
|
127140
|
-
|
127141
|
-
|
127142
|
-
} else if (Array.isArray(form[key])) {
|
127143
|
-
;
|
127144
|
-
form[key].push(value2);
|
127145
|
-
}
|
127146
|
-
} else {
|
127147
|
-
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);
|
127148
127286
|
}
|
127149
|
-
}
|
127150
|
-
|
127151
|
-
|
127152
|
-
}
|
127153
|
-
|
127154
|
-
message += e2 instanceof Error ? ` ${e2.message}` : ` ${String(e2)}`;
|
127155
|
-
throw new HTTPException(400, { message });
|
127156
|
-
}
|
127287
|
+
} else {
|
127288
|
+
form[key] = value2;
|
127289
|
+
}
|
127290
|
+
});
|
127291
|
+
value = form;
|
127157
127292
|
break;
|
127158
127293
|
}
|
127159
127294
|
case "query":
|
@@ -127184,17 +127319,17 @@ var init_validator = __esm({
|
|
127184
127319
|
}
|
127185
127320
|
});
|
127186
127321
|
|
127187
|
-
// node_modules/.pnpm/hono@4.4.
|
127322
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/index.js
|
127188
127323
|
var init_validator2 = __esm({
|
127189
|
-
"node_modules/.pnpm/hono@4.4.
|
127324
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/validator/index.js"() {
|
127190
127325
|
init_validator();
|
127191
127326
|
}
|
127192
127327
|
});
|
127193
127328
|
|
127194
|
-
// node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.
|
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
|
127195
127330
|
var zValidator;
|
127196
127331
|
var init_esm = __esm({
|
127197
|
-
"node_modules/.pnpm/@hono+zod-validator@0.2.2_hono@4.4.
|
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"() {
|
127198
127333
|
init_validator2();
|
127199
127334
|
zValidator = (target, schema5, hook2) => (
|
127200
127335
|
// @ts-expect-error not typed well
|
@@ -127220,7 +127355,7 @@ var init_esm = __esm({
|
|
127220
127355
|
}
|
127221
127356
|
});
|
127222
127357
|
|
127223
|
-
// node_modules/.pnpm/hono@4.4.
|
127358
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/body.js
|
127224
127359
|
async function parseFormData(request, options) {
|
127225
127360
|
const formData = await request.formData();
|
127226
127361
|
if (formData) {
|
@@ -127251,7 +127386,7 @@ function convertFormDataToBodyData(formData, options) {
|
|
127251
127386
|
}
|
127252
127387
|
var parseBody, handleParsingAllValues, handleParsingNestedValues;
|
127253
127388
|
var init_body2 = __esm({
|
127254
|
-
"node_modules/.pnpm/hono@4.4.
|
127389
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/body.js"() {
|
127255
127390
|
init_request2();
|
127256
127391
|
parseBody = async (request, options = /* @__PURE__ */ Object.create(null)) => {
|
127257
127392
|
const { all = false, dot = false } = options;
|
@@ -127291,10 +127426,10 @@ var init_body2 = __esm({
|
|
127291
127426
|
}
|
127292
127427
|
});
|
127293
127428
|
|
127294
|
-
// node_modules/.pnpm/hono@4.4.
|
127429
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/request.js
|
127295
127430
|
var HonoRequest;
|
127296
127431
|
var init_request2 = __esm({
|
127297
|
-
"node_modules/.pnpm/hono@4.4.
|
127432
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/request.js"() {
|
127298
127433
|
init_body2();
|
127299
127434
|
init_url();
|
127300
127435
|
HonoRequest = class {
|
@@ -127405,10 +127540,10 @@ var init_request2 = __esm({
|
|
127405
127540
|
}
|
127406
127541
|
});
|
127407
127542
|
|
127408
|
-
// node_modules/.pnpm/hono@4.4.
|
127543
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/html.js
|
127409
127544
|
var HtmlEscapedCallbackPhase, raw, resolveCallback;
|
127410
127545
|
var init_html = __esm({
|
127411
|
-
"node_modules/.pnpm/hono@4.4.
|
127546
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/utils/html.js"() {
|
127412
127547
|
HtmlEscapedCallbackPhase = {
|
127413
127548
|
Stringify: 1,
|
127414
127549
|
BeforeStream: 2,
|
@@ -127444,10 +127579,10 @@ var init_html = __esm({
|
|
127444
127579
|
}
|
127445
127580
|
});
|
127446
127581
|
|
127447
|
-
// node_modules/.pnpm/hono@4.4.
|
127582
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/context.js
|
127448
127583
|
var TEXT_PLAIN, setHeaders, Context;
|
127449
127584
|
var init_context = __esm({
|
127450
|
-
"node_modules/.pnpm/hono@4.4.
|
127585
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/context.js"() {
|
127451
127586
|
init_request2();
|
127452
127587
|
init_html();
|
127453
127588
|
TEXT_PLAIN = "text/plain; charset=UTF-8";
|
@@ -127683,10 +127818,10 @@ var init_context = __esm({
|
|
127683
127818
|
}
|
127684
127819
|
});
|
127685
127820
|
|
127686
|
-
// node_modules/.pnpm/hono@4.4.
|
127821
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/compose.js
|
127687
127822
|
var compose;
|
127688
127823
|
var init_compose = __esm({
|
127689
|
-
"node_modules/.pnpm/hono@4.4.
|
127824
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/compose.js"() {
|
127690
127825
|
init_context();
|
127691
127826
|
compose = (middleware, onError, onNotFound) => {
|
127692
127827
|
return (context, next) => {
|
@@ -127737,10 +127872,10 @@ var init_compose = __esm({
|
|
127737
127872
|
}
|
127738
127873
|
});
|
127739
127874
|
|
127740
|
-
// node_modules/.pnpm/hono@4.4.
|
127875
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router.js
|
127741
127876
|
var METHOD_NAME_ALL, METHOD_NAME_ALL_LOWERCASE, METHODS, MESSAGE_MATCHER_IS_ALREADY_BUILT, UnsupportedPathError;
|
127742
127877
|
var init_router = __esm({
|
127743
|
-
"node_modules/.pnpm/hono@4.4.
|
127878
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router.js"() {
|
127744
127879
|
METHOD_NAME_ALL = "ALL";
|
127745
127880
|
METHOD_NAME_ALL_LOWERCASE = "all";
|
127746
127881
|
METHODS = ["get", "post", "put", "delete", "options", "patch"];
|
@@ -127750,10 +127885,10 @@ var init_router = __esm({
|
|
127750
127885
|
}
|
127751
127886
|
});
|
127752
127887
|
|
127753
|
-
// node_modules/.pnpm/hono@4.4.
|
127888
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono-base.js
|
127754
127889
|
var COMPOSED_HANDLER, notFoundHandler, errorHandler, Hono;
|
127755
127890
|
var init_hono_base = __esm({
|
127756
|
-
"node_modules/.pnpm/hono@4.4.
|
127891
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono-base.js"() {
|
127757
127892
|
init_compose();
|
127758
127893
|
init_context();
|
127759
127894
|
init_router();
|
@@ -127988,7 +128123,7 @@ var init_hono_base = __esm({
|
|
127988
128123
|
}
|
127989
128124
|
});
|
127990
128125
|
|
127991
|
-
// node_modules/.pnpm/hono@4.4.
|
128126
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/node.js
|
127992
128127
|
function compareKey(a3, b4) {
|
127993
128128
|
if (a3.length === 1) {
|
127994
128129
|
return b4.length === 1 ? a3 < b4 ? -1 : 1 : -1;
|
@@ -128010,7 +128145,7 @@ function compareKey(a3, b4) {
|
|
128010
128145
|
}
|
128011
128146
|
var LABEL_REG_EXP_STR, ONLY_WILDCARD_REG_EXP_STR, TAIL_WILDCARD_REG_EXP_STR, PATH_ERROR, regExpMetaChars, Node;
|
128012
128147
|
var init_node = __esm({
|
128013
|
-
"node_modules/.pnpm/hono@4.4.
|
128148
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/node.js"() {
|
128014
128149
|
LABEL_REG_EXP_STR = "[^/]+";
|
128015
128150
|
ONLY_WILDCARD_REG_EXP_STR = ".*";
|
128016
128151
|
TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
|
@@ -128098,10 +128233,10 @@ var init_node = __esm({
|
|
128098
128233
|
}
|
128099
128234
|
});
|
128100
128235
|
|
128101
|
-
// node_modules/.pnpm/hono@4.4.
|
128236
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/trie.js
|
128102
128237
|
var Trie;
|
128103
128238
|
var init_trie = __esm({
|
128104
|
-
"node_modules/.pnpm/hono@4.4.
|
128239
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/trie.js"() {
|
128105
128240
|
init_node();
|
128106
128241
|
Trie = class {
|
128107
128242
|
context = { varIndex: 0 };
|
@@ -128160,7 +128295,7 @@ var init_trie = __esm({
|
|
128160
128295
|
}
|
128161
128296
|
});
|
128162
128297
|
|
128163
|
-
// node_modules/.pnpm/hono@4.4.
|
128298
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/router.js
|
128164
128299
|
function buildWildcardRegExp(path5) {
|
128165
128300
|
return wildcardRegExpCache[path5] ??= new RegExp(
|
128166
128301
|
path5 === "*" ? "" : `^${path5.replace(
|
@@ -128243,7 +128378,7 @@ function findMiddleware(middleware, path5) {
|
|
128243
128378
|
}
|
128244
128379
|
var emptyParam, nullMatcher, wildcardRegExpCache, RegExpRouter;
|
128245
128380
|
var init_router2 = __esm({
|
128246
|
-
"node_modules/.pnpm/hono@4.4.
|
128381
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/router.js"() {
|
128247
128382
|
init_router();
|
128248
128383
|
init_url();
|
128249
128384
|
init_node();
|
@@ -128365,17 +128500,17 @@ var init_router2 = __esm({
|
|
128365
128500
|
}
|
128366
128501
|
});
|
128367
128502
|
|
128368
|
-
// node_modules/.pnpm/hono@4.4.
|
128503
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/index.js
|
128369
128504
|
var init_reg_exp_router = __esm({
|
128370
|
-
"node_modules/.pnpm/hono@4.4.
|
128505
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/reg-exp-router/index.js"() {
|
128371
128506
|
init_router2();
|
128372
128507
|
}
|
128373
128508
|
});
|
128374
128509
|
|
128375
|
-
// node_modules/.pnpm/hono@4.4.
|
128510
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/router.js
|
128376
128511
|
var SmartRouter;
|
128377
128512
|
var init_router3 = __esm({
|
128378
|
-
"node_modules/.pnpm/hono@4.4.
|
128513
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/router.js"() {
|
128379
128514
|
init_router();
|
128380
128515
|
SmartRouter = class {
|
128381
128516
|
name = "SmartRouter";
|
@@ -128432,17 +128567,17 @@ var init_router3 = __esm({
|
|
128432
128567
|
}
|
128433
128568
|
});
|
128434
128569
|
|
128435
|
-
// node_modules/.pnpm/hono@4.4.
|
128570
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/index.js
|
128436
128571
|
var init_smart_router = __esm({
|
128437
|
-
"node_modules/.pnpm/hono@4.4.
|
128572
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/smart-router/index.js"() {
|
128438
128573
|
init_router3();
|
128439
128574
|
}
|
128440
128575
|
});
|
128441
128576
|
|
128442
|
-
// node_modules/.pnpm/hono@4.4.
|
128577
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/node.js
|
128443
128578
|
var Node2;
|
128444
128579
|
var init_node2 = __esm({
|
128445
|
-
"node_modules/.pnpm/hono@4.4.
|
128580
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/node.js"() {
|
128446
128581
|
init_router();
|
128447
128582
|
init_url();
|
128448
128583
|
Node2 = class {
|
@@ -128594,10 +128729,10 @@ var init_node2 = __esm({
|
|
128594
128729
|
}
|
128595
128730
|
});
|
128596
128731
|
|
128597
|
-
// node_modules/.pnpm/hono@4.4.
|
128732
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/router.js
|
128598
128733
|
var TrieRouter;
|
128599
128734
|
var init_router4 = __esm({
|
128600
|
-
"node_modules/.pnpm/hono@4.4.
|
128735
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/router.js"() {
|
128601
128736
|
init_url();
|
128602
128737
|
init_node2();
|
128603
128738
|
TrieRouter = class {
|
@@ -128623,17 +128758,17 @@ var init_router4 = __esm({
|
|
128623
128758
|
}
|
128624
128759
|
});
|
128625
128760
|
|
128626
|
-
// node_modules/.pnpm/hono@4.4.
|
128761
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/index.js
|
128627
128762
|
var init_trie_router = __esm({
|
128628
|
-
"node_modules/.pnpm/hono@4.4.
|
128763
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/router/trie-router/index.js"() {
|
128629
128764
|
init_router4();
|
128630
128765
|
}
|
128631
128766
|
});
|
128632
128767
|
|
128633
|
-
// node_modules/.pnpm/hono@4.4.
|
128768
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono.js
|
128634
128769
|
var Hono2;
|
128635
128770
|
var init_hono = __esm({
|
128636
|
-
"node_modules/.pnpm/hono@4.4.
|
128771
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/hono.js"() {
|
128637
128772
|
init_hono_base();
|
128638
128773
|
init_reg_exp_router();
|
128639
128774
|
init_smart_router();
|
@@ -128649,17 +128784,17 @@ var init_hono = __esm({
|
|
128649
128784
|
}
|
128650
128785
|
});
|
128651
128786
|
|
128652
|
-
// node_modules/.pnpm/hono@4.4.
|
128787
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/index.js
|
128653
128788
|
var init_dist4 = __esm({
|
128654
|
-
"node_modules/.pnpm/hono@4.4.
|
128789
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/index.js"() {
|
128655
128790
|
init_hono();
|
128656
128791
|
}
|
128657
128792
|
});
|
128658
128793
|
|
128659
|
-
// node_modules/.pnpm/hono@4.4.
|
128794
|
+
// node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/middleware/cors/index.js
|
128660
128795
|
var cors;
|
128661
128796
|
var init_cors = __esm({
|
128662
|
-
"node_modules/.pnpm/hono@4.4.
|
128797
|
+
"node_modules/.pnpm/hono@4.4.12/node_modules/hono/dist/middleware/cors/index.js"() {
|
128663
128798
|
cors = (options) => {
|
128664
128799
|
const defaults3 = {
|
128665
128800
|
origin: "*",
|
@@ -130240,11 +130375,11 @@ var dropMigration = async ({
|
|
130240
130375
|
const snapshotFilePath = (0, import_path5.join)(
|
130241
130376
|
out,
|
130242
130377
|
"meta",
|
130243
|
-
`${result.data.
|
130378
|
+
`${result.data.tag.split("_")[0]}_snapshot.json`
|
130244
130379
|
);
|
130245
130380
|
(0, import_fs8.rmSync)(sqlFilePath);
|
130246
130381
|
(0, import_fs8.rmSync)(snapshotFilePath);
|
130247
|
-
(0, import_fs8.writeFileSync)(metaFilePath, JSON.stringify(resultJournal));
|
130382
|
+
(0, import_fs8.writeFileSync)(metaFilePath, JSON.stringify(resultJournal, null, 2));
|
130248
130383
|
if (bundle) {
|
130249
130384
|
import_fs9.default.writeFileSync(
|
130250
130385
|
(0, import_path5.join)(out, `migrations.js`),
|