replicas-cli 0.2.121 → 0.2.123
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-CPVJVKSG.mjs → chunk-F3ZHQCAZ.mjs} +195 -181
- 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-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 +114 -14
- package/dist/{interactive-P7CS3HLU.mjs → interactive-TRUNJWJL.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
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__publicField
|
|
4
4
|
} from "./chunk-FFDYI4OH.mjs";
|
|
5
5
|
|
|
6
|
-
// ../node_modules/.bun/@smithy+protocol-http@5.3.
|
|
6
|
+
// ../node_modules/.bun/@smithy+protocol-http@5.3.14/node_modules/@smithy/protocol-http/dist-es/httpRequest.js
|
|
7
7
|
var HttpRequest = class _HttpRequest {
|
|
8
8
|
constructor(options) {
|
|
9
9
|
__publicField(this, "method");
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__publicField
|
|
4
4
|
} from "./chunk-FFDYI4OH.mjs";
|
|
5
5
|
|
|
6
|
-
// ../node_modules/.bun/@smithy+property-provider@4.2.
|
|
6
|
+
// ../node_modules/.bun/@smithy+property-provider@4.2.14/node_modules/@smithy/property-provider/dist-es/ProviderError.js
|
|
7
7
|
var ProviderError = class _ProviderError extends Error {
|
|
8
8
|
constructor(message, options = true) {
|
|
9
9
|
let logger;
|
|
@@ -27,7 +27,7 @@ var ProviderError = class _ProviderError extends Error {
|
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
|
|
30
|
-
// ../node_modules/.bun/@smithy+property-provider@4.2.
|
|
30
|
+
// ../node_modules/.bun/@smithy+property-provider@4.2.14/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js
|
|
31
31
|
var CredentialsProviderError = class _CredentialsProviderError extends ProviderError {
|
|
32
32
|
constructor(message, options = true) {
|
|
33
33
|
super(message, options);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
|
|
3
|
-
// ../node_modules/.bun/@aws-sdk+core@3.
|
|
3
|
+
// ../node_modules/.bun/@aws-sdk+core@3.974.8/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
4
4
|
function setCredentialFeature(credentials, feature, value) {
|
|
5
5
|
if (!credentials.$source) {
|
|
6
6
|
credentials.$source = {};
|