replicas-cli 0.2.122 → 0.2.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-NH63C5BC.mjs → chunk-4KZFIKR3.mjs} +1077 -1230
- package/dist/{chunk-HDHAEUVR.mjs → chunk-6E4PAXC5.mjs} +1 -1
- package/dist/{chunk-OMR2FLSI.mjs → chunk-AEKGTTWT.mjs} +2 -2
- package/dist/{chunk-R7VCWGZ2.mjs → chunk-CEE3Y7RM.mjs} +1 -1
- package/dist/{chunk-H7SOGPWV.mjs → chunk-H57WOA7R.mjs} +309 -22
- package/dist/{chunk-43COQWMG.mjs → chunk-HMKFI7SL.mjs} +19 -19
- package/dist/{chunk-G3M3ZN6T.mjs → chunk-K7B6G3FP.mjs} +6 -6
- package/dist/{chunk-EHHAQWN3.mjs → chunk-KHHYAMUK.mjs} +12 -12
- package/dist/{chunk-BY7XUH2G.mjs → chunk-R2544D2G.mjs} +162 -157
- package/dist/{chunk-ENRF2K6M.mjs → chunk-W27BU2E4.mjs} +72 -355
- package/dist/{chunk-PNVVO6MW.mjs → chunk-YZ62XZX5.mjs} +2 -2
- package/dist/{dist-es-XKOZULQT.mjs → dist-es-76ZS5ZGX.mjs} +19 -19
- package/dist/{dist-es-HC7MGS4M.mjs → dist-es-DRC4RUDF.mjs} +18 -18
- package/dist/{dist-es-VFOQQKFA.mjs → dist-es-FTV27CJE.mjs} +3 -3
- package/dist/{dist-es-WSBAYZQI.mjs → dist-es-MVWFIO2N.mjs} +7 -7
- package/dist/{dist-es-DZIRR447.mjs → dist-es-PGBT2GSM.mjs} +27 -27
- package/dist/{dist-es-URIWYPPF.mjs → dist-es-TKQAVPOM.mjs} +12 -14
- package/dist/{dist-es-I6P57CZS.mjs → dist-es-X7XEFTLU.mjs} +7 -7
- package/dist/index.mjs +3 -3
- package/dist/{interactive-OHZFZVXH.mjs → interactive-7BC3ZOP6.mjs} +1 -1
- package/dist/{loadSso-WA3733QO.mjs → loadSso-PADWQIUG.mjs} +109 -148
- package/dist/{signin-QNS25VI4.mjs → signin-4DZRTUJH.mjs} +123 -177
- package/dist/{sso-oidc-KJ5X6WUQ.mjs → sso-oidc-VICR4TNH.mjs} +111 -150
- package/dist/{sts-7OF5CJSW.mjs → sts-WJPOT3CH.mjs} +2853 -660
- package/package.json +1 -1
- package/dist/chunk-GXZPN42X.mjs +0 -178
- package/dist/event-streams-T3U3ZQLC.mjs +0 -247
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
streamCollector,
|
|
5
5
|
toBase64,
|
|
6
6
|
toHex
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-H57WOA7R.mjs";
|
|
8
8
|
import {
|
|
9
9
|
fromArrayBuffer,
|
|
10
10
|
toUtf8
|
|
11
11
|
} from "./chunk-S6VA5TIO.mjs";
|
|
12
12
|
|
|
13
|
-
// ../node_modules/.bun/@smithy+util-stream@4.5.
|
|
13
|
+
// ../node_modules/.bun/@smithy+util-stream@4.5.25/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js
|
|
14
14
|
import { Readable } from "stream";
|
|
15
15
|
|
|
16
|
-
// ../node_modules/.bun/@smithy+fetch-http-handler@5.3.
|
|
16
|
+
// ../node_modules/.bun/@smithy+fetch-http-handler@5.3.17/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js
|
|
17
17
|
var streamCollector2 = async (stream) => {
|
|
18
18
|
if (typeof Blob === "function" && stream instanceof Blob || stream.constructor?.name === "Blob") {
|
|
19
19
|
if (Blob.prototype.arrayBuffer !== void 0) {
|
|
@@ -67,10 +67,10 @@ function readToBase64(blob) {
|
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
// ../node_modules/.bun/@smithy+util-stream@4.5.
|
|
70
|
+
// ../node_modules/.bun/@smithy+util-stream@4.5.25/node_modules/@smithy/util-stream/dist-es/stream-type-check.js
|
|
71
71
|
var isReadableStream = (stream) => typeof ReadableStream === "function" && (stream?.constructor?.name === ReadableStream.name || stream instanceof ReadableStream);
|
|
72
72
|
|
|
73
|
-
// ../node_modules/.bun/@smithy+util-stream@4.5.
|
|
73
|
+
// ../node_modules/.bun/@smithy+util-stream@4.5.25/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js
|
|
74
74
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED = "The stream has already been transformed.";
|
|
75
75
|
var sdkStreamMixin = (stream) => {
|
|
76
76
|
if (!isBlobInstance(stream) && !isReadableStream(stream)) {
|
|
@@ -124,7 +124,7 @@ var sdkStreamMixin = (stream) => {
|
|
|
124
124
|
};
|
|
125
125
|
var isBlobInstance = (stream) => typeof Blob === "function" && stream instanceof Blob;
|
|
126
126
|
|
|
127
|
-
// ../node_modules/.bun/@smithy+util-stream@4.5.
|
|
127
|
+
// ../node_modules/.bun/@smithy+util-stream@4.5.25/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js
|
|
128
128
|
var ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED2 = "The stream has already been transformed.";
|
|
129
129
|
var sdkStreamMixin2 = (stream) => {
|
|
130
130
|
if (!(stream instanceof Readable)) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import {
|
|
3
3
|
chain
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YZ62XZX5.mjs";
|
|
5
5
|
import {
|
|
6
6
|
getProfileName,
|
|
7
7
|
loadSharedConfigFiles
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-HMKFI7SL.mjs";
|
|
9
9
|
import {
|
|
10
10
|
CredentialsProviderError
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-AEKGTTWT.mjs";
|
|
12
12
|
|
|
13
|
-
// ../node_modules/.bun/@smithy+querystring-parser@4.2.
|
|
13
|
+
// ../node_modules/.bun/@smithy+querystring-parser@4.2.14/node_modules/@smithy/querystring-parser/dist-es/index.js
|
|
14
14
|
function parseQueryString(querystring) {
|
|
15
15
|
const query = {};
|
|
16
16
|
querystring = querystring.replace(/^\?/, "");
|
|
@@ -33,7 +33,7 @@ function parseQueryString(querystring) {
|
|
|
33
33
|
return query;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
// ../node_modules/.bun/@smithy+url-parser@4.2.
|
|
36
|
+
// ../node_modules/.bun/@smithy+url-parser@4.2.14/node_modules/@smithy/url-parser/dist-es/index.js
|
|
37
37
|
var parseUrl = (url) => {
|
|
38
38
|
if (typeof url === "string") {
|
|
39
39
|
return parseUrl(new URL(url));
|
|
@@ -52,10 +52,10 @@ var parseUrl = (url) => {
|
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
// ../node_modules/.bun/@smithy+property-provider@4.2.
|
|
55
|
+
// ../node_modules/.bun/@smithy+property-provider@4.2.14/node_modules/@smithy/property-provider/dist-es/fromStatic.js
|
|
56
56
|
var fromStatic = (staticValue) => () => Promise.resolve(staticValue);
|
|
57
57
|
|
|
58
|
-
// ../node_modules/.bun/@smithy+property-provider@4.2.
|
|
58
|
+
// ../node_modules/.bun/@smithy+property-provider@4.2.14/node_modules/@smithy/property-provider/dist-es/memoize.js
|
|
59
59
|
var memoize = (provider, isExpired, requiresRefresh) => {
|
|
60
60
|
let resolved;
|
|
61
61
|
let pending;
|
|
@@ -101,7 +101,7 @@ var memoize = (provider, isExpired, requiresRefresh) => {
|
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
// ../node_modules/.bun/@smithy+node-config-provider@4.3.
|
|
104
|
+
// ../node_modules/.bun/@smithy+node-config-provider@4.3.14/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js
|
|
105
105
|
function getSelectorName(functionString) {
|
|
106
106
|
try {
|
|
107
107
|
const constants = new Set(Array.from(functionString.match(/([A-Z_]){3,}/g) ?? []));
|
|
@@ -114,7 +114,7 @@ function getSelectorName(functionString) {
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
// ../node_modules/.bun/@smithy+node-config-provider@4.3.
|
|
117
|
+
// ../node_modules/.bun/@smithy+node-config-provider@4.3.14/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js
|
|
118
118
|
var fromEnv = (envVarSelector, options) => async () => {
|
|
119
119
|
try {
|
|
120
120
|
const config = envVarSelector(process.env, options);
|
|
@@ -127,7 +127,7 @@ var fromEnv = (envVarSelector, options) => async () => {
|
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
|
|
130
|
-
// ../node_modules/.bun/@smithy+node-config-provider@4.3.
|
|
130
|
+
// ../node_modules/.bun/@smithy+node-config-provider@4.3.14/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js
|
|
131
131
|
var fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init } = {}) => async () => {
|
|
132
132
|
const profile = getProfileName(init);
|
|
133
133
|
const { configFile, credentialsFile } = await loadSharedConfigFiles(init);
|
|
@@ -146,11 +146,11 @@ var fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init
|
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
// ../node_modules/.bun/@smithy+node-config-provider@4.3.
|
|
149
|
+
// ../node_modules/.bun/@smithy+node-config-provider@4.3.14/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js
|
|
150
150
|
var isFunction = (func) => typeof func === "function";
|
|
151
151
|
var fromStatic2 = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : fromStatic(defaultValue);
|
|
152
152
|
|
|
153
|
-
// ../node_modules/.bun/@smithy+node-config-provider@4.3.
|
|
153
|
+
// ../node_modules/.bun/@smithy+node-config-provider@4.3.14/node_modules/@smithy/node-config-provider/dist-es/configLoader.js
|
|
154
154
|
var loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => {
|
|
155
155
|
const { signingName, logger } = configuration;
|
|
156
156
|
const envOptions = { signingName, logger };
|