@cdk8s/awscdk-resolver 0.0.225 → 0.0.226
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +610 -478
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +81 -54
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-cloudformation/package.json +44 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sts/package.json +42 -42
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/token-providers/package.json +9 -9
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +10 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +6 -6
- package/node_modules/@smithy/invalid-dependency/package.json +5 -2
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +6 -3
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +5 -5
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +4 -4
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/util-retry/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +10 -10
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +3 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.723.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
@@ -20,59 +20,59 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
24
|
-
"@aws-sdk/client-sts": "3.
|
25
|
-
"@aws-sdk/core": "3.
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
32
|
-
"@aws-sdk/types": "3.
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
36
|
-
"@smithy/config-resolver": "^
|
37
|
-
"@smithy/core": "^
|
38
|
-
"@smithy/fetch-http-handler": "^
|
39
|
-
"@smithy/hash-node": "^
|
40
|
-
"@smithy/invalid-dependency": "^
|
41
|
-
"@smithy/middleware-content-length": "^
|
42
|
-
"@smithy/middleware-endpoint": "^
|
43
|
-
"@smithy/middleware-retry": "^
|
44
|
-
"@smithy/middleware-serde": "^
|
45
|
-
"@smithy/middleware-stack": "^
|
46
|
-
"@smithy/node-config-provider": "^
|
47
|
-
"@smithy/node-http-handler": "^
|
48
|
-
"@smithy/protocol-http": "^
|
49
|
-
"@smithy/smithy-client": "^
|
50
|
-
"@smithy/types": "^
|
51
|
-
"@smithy/url-parser": "^
|
52
|
-
"@smithy/util-base64": "^
|
53
|
-
"@smithy/util-body-length-browser": "^
|
54
|
-
"@smithy/util-body-length-node": "^
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
57
|
-
"@smithy/util-endpoints": "^
|
58
|
-
"@smithy/util-middleware": "^
|
59
|
-
"@smithy/util-retry": "^
|
60
|
-
"@smithy/util-utf8": "^
|
61
|
-
"@smithy/util-waiter": "^
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
37
|
+
"@smithy/core": "^3.0.0",
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
50
|
+
"@smithy/types": "^4.0.0",
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
61
|
+
"@smithy/util-waiter": "^4.0.0",
|
62
62
|
"@types/uuid": "^9.0.1",
|
63
63
|
"tslib": "^2.6.2",
|
64
64
|
"uuid": "^9.0.1"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
|
-
"@tsconfig/
|
68
|
-
"@types/node": "^
|
67
|
+
"@tsconfig/node18": "18.2.4",
|
68
|
+
"@types/node": "^18.19.69",
|
69
69
|
"concurrently": "7.0.0",
|
70
70
|
"downlevel-dts": "0.10.1",
|
71
71
|
"rimraf": "3.0.2",
|
72
|
-
"typescript": "~
|
72
|
+
"typescript": "~5.2.2"
|
73
73
|
},
|
74
74
|
"engines": {
|
75
|
-
"node": ">=
|
75
|
+
"node": ">=18.0.0"
|
76
76
|
},
|
77
77
|
"typesVersions": {
|
78
78
|
"<4.0": {
|
@@ -140,7 +140,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
140
140
|
}, "resolveRuntimeExtensions");
|
141
141
|
|
142
142
|
// src/SSOClient.ts
|
143
|
-
var
|
143
|
+
var SSOClient = class extends import_smithy_client.Client {
|
144
|
+
static {
|
145
|
+
__name(this, "SSOClient");
|
146
|
+
}
|
147
|
+
/**
|
148
|
+
* The resolved configuration of SSOClient class. This is resolved and normalized from the {@link SSOClientConfig | constructor configuration interface}.
|
149
|
+
*/
|
150
|
+
config;
|
144
151
|
constructor(...[configuration]) {
|
145
152
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
146
153
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
@@ -150,7 +157,7 @@ var _SSOClient = class _SSOClient extends import_smithy_client.Client {
|
|
150
157
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
151
158
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
152
159
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
153
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
160
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
154
161
|
super(_config_8);
|
155
162
|
this.config = _config_8;
|
156
163
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
@@ -178,8 +185,6 @@ var _SSOClient = class _SSOClient extends import_smithy_client.Client {
|
|
178
185
|
super.destroy();
|
179
186
|
}
|
180
187
|
};
|
181
|
-
__name(_SSOClient, "SSOClient");
|
182
|
-
var SSOClient = _SSOClient;
|
183
188
|
|
184
189
|
// src/SSO.ts
|
185
190
|
|
@@ -194,7 +199,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
194
199
|
|
195
200
|
// src/models/SSOServiceException.ts
|
196
201
|
|
197
|
-
var
|
202
|
+
var SSOServiceException = class _SSOServiceException extends import_smithy_client.ServiceException {
|
203
|
+
static {
|
204
|
+
__name(this, "SSOServiceException");
|
205
|
+
}
|
198
206
|
/**
|
199
207
|
* @internal
|
200
208
|
*/
|
@@ -203,11 +211,14 @@ var _SSOServiceException = class _SSOServiceException extends import_smithy_clie
|
|
203
211
|
Object.setPrototypeOf(this, _SSOServiceException.prototype);
|
204
212
|
}
|
205
213
|
};
|
206
|
-
__name(_SSOServiceException, "SSOServiceException");
|
207
|
-
var SSOServiceException = _SSOServiceException;
|
208
214
|
|
209
215
|
// src/models/models_0.ts
|
210
|
-
var
|
216
|
+
var InvalidRequestException = class _InvalidRequestException extends SSOServiceException {
|
217
|
+
static {
|
218
|
+
__name(this, "InvalidRequestException");
|
219
|
+
}
|
220
|
+
name = "InvalidRequestException";
|
221
|
+
$fault = "client";
|
211
222
|
/**
|
212
223
|
* @internal
|
213
224
|
*/
|
@@ -217,14 +228,15 @@ var _InvalidRequestException = class _InvalidRequestException extends SSOService
|
|
217
228
|
$fault: "client",
|
218
229
|
...opts
|
219
230
|
});
|
220
|
-
this.name = "InvalidRequestException";
|
221
|
-
this.$fault = "client";
|
222
231
|
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
223
232
|
}
|
224
233
|
};
|
225
|
-
|
226
|
-
|
227
|
-
|
234
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends SSOServiceException {
|
235
|
+
static {
|
236
|
+
__name(this, "ResourceNotFoundException");
|
237
|
+
}
|
238
|
+
name = "ResourceNotFoundException";
|
239
|
+
$fault = "client";
|
228
240
|
/**
|
229
241
|
* @internal
|
230
242
|
*/
|
@@ -234,14 +246,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends SSOSer
|
|
234
246
|
$fault: "client",
|
235
247
|
...opts
|
236
248
|
});
|
237
|
-
this.name = "ResourceNotFoundException";
|
238
|
-
this.$fault = "client";
|
239
249
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
240
250
|
}
|
241
251
|
};
|
242
|
-
|
243
|
-
|
244
|
-
|
252
|
+
var TooManyRequestsException = class _TooManyRequestsException extends SSOServiceException {
|
253
|
+
static {
|
254
|
+
__name(this, "TooManyRequestsException");
|
255
|
+
}
|
256
|
+
name = "TooManyRequestsException";
|
257
|
+
$fault = "client";
|
245
258
|
/**
|
246
259
|
* @internal
|
247
260
|
*/
|
@@ -251,14 +264,15 @@ var _TooManyRequestsException = class _TooManyRequestsException extends SSOServi
|
|
251
264
|
$fault: "client",
|
252
265
|
...opts
|
253
266
|
});
|
254
|
-
this.name = "TooManyRequestsException";
|
255
|
-
this.$fault = "client";
|
256
267
|
Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
|
257
268
|
}
|
258
269
|
};
|
259
|
-
|
260
|
-
|
261
|
-
|
270
|
+
var UnauthorizedException = class _UnauthorizedException extends SSOServiceException {
|
271
|
+
static {
|
272
|
+
__name(this, "UnauthorizedException");
|
273
|
+
}
|
274
|
+
name = "UnauthorizedException";
|
275
|
+
$fault = "client";
|
262
276
|
/**
|
263
277
|
* @internal
|
264
278
|
*/
|
@@ -268,13 +282,9 @@ var _UnauthorizedException = class _UnauthorizedException extends SSOServiceExce
|
|
268
282
|
$fault: "client",
|
269
283
|
...opts
|
270
284
|
});
|
271
|
-
this.name = "UnauthorizedException";
|
272
|
-
this.$fault = "client";
|
273
285
|
Object.setPrototypeOf(this, _UnauthorizedException.prototype);
|
274
286
|
}
|
275
287
|
};
|
276
|
-
__name(_UnauthorizedException, "UnauthorizedException");
|
277
|
-
var UnauthorizedException = _UnauthorizedException;
|
278
288
|
var GetRoleCredentialsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
279
289
|
...obj,
|
280
290
|
...obj.accessToken && { accessToken: import_smithy_client.SENSITIVE_STRING }
|
@@ -511,57 +521,61 @@ var _rn = "role_name";
|
|
511
521
|
var _xasbt = "x-amz-sso_bearer_token";
|
512
522
|
|
513
523
|
// src/commands/GetRoleCredentialsCommand.ts
|
514
|
-
var
|
524
|
+
var GetRoleCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
515
525
|
return [
|
516
526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
517
527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
518
528
|
];
|
519
529
|
}).s("SWBPortalService", "GetRoleCredentials", {}).n("SSOClient", "GetRoleCredentialsCommand").f(GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog).ser(se_GetRoleCredentialsCommand).de(de_GetRoleCredentialsCommand).build() {
|
530
|
+
static {
|
531
|
+
__name(this, "GetRoleCredentialsCommand");
|
532
|
+
}
|
520
533
|
};
|
521
|
-
__name(_GetRoleCredentialsCommand, "GetRoleCredentialsCommand");
|
522
|
-
var GetRoleCredentialsCommand = _GetRoleCredentialsCommand;
|
523
534
|
|
524
535
|
// src/commands/ListAccountRolesCommand.ts
|
525
536
|
|
526
537
|
|
527
538
|
|
528
|
-
var
|
539
|
+
var ListAccountRolesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
529
540
|
return [
|
530
541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
531
542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
532
543
|
];
|
533
544
|
}).s("SWBPortalService", "ListAccountRoles", {}).n("SSOClient", "ListAccountRolesCommand").f(ListAccountRolesRequestFilterSensitiveLog, void 0).ser(se_ListAccountRolesCommand).de(de_ListAccountRolesCommand).build() {
|
545
|
+
static {
|
546
|
+
__name(this, "ListAccountRolesCommand");
|
547
|
+
}
|
534
548
|
};
|
535
|
-
__name(_ListAccountRolesCommand, "ListAccountRolesCommand");
|
536
|
-
var ListAccountRolesCommand = _ListAccountRolesCommand;
|
537
549
|
|
538
550
|
// src/commands/ListAccountsCommand.ts
|
539
551
|
|
540
552
|
|
541
553
|
|
542
|
-
var
|
554
|
+
var ListAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
543
555
|
return [
|
544
556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
545
557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
546
558
|
];
|
547
559
|
}).s("SWBPortalService", "ListAccounts", {}).n("SSOClient", "ListAccountsCommand").f(ListAccountsRequestFilterSensitiveLog, void 0).ser(se_ListAccountsCommand).de(de_ListAccountsCommand).build() {
|
560
|
+
static {
|
561
|
+
__name(this, "ListAccountsCommand");
|
562
|
+
}
|
548
563
|
};
|
549
|
-
__name(_ListAccountsCommand, "ListAccountsCommand");
|
550
|
-
var ListAccountsCommand = _ListAccountsCommand;
|
551
564
|
|
552
565
|
// src/commands/LogoutCommand.ts
|
553
566
|
|
554
567
|
|
555
568
|
|
556
|
-
var
|
569
|
+
var LogoutCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
557
570
|
return [
|
558
571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
559
572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
560
573
|
];
|
561
574
|
}).s("SWBPortalService", "Logout", {}).n("SSOClient", "LogoutCommand").f(LogoutRequestFilterSensitiveLog, void 0).ser(se_LogoutCommand).de(de_LogoutCommand).build() {
|
575
|
+
static {
|
576
|
+
__name(this, "LogoutCommand");
|
577
|
+
}
|
562
578
|
};
|
563
|
-
__name(_LogoutCommand, "LogoutCommand");
|
564
|
-
var LogoutCommand = _LogoutCommand;
|
565
579
|
|
566
580
|
// src/SSO.ts
|
567
581
|
var commands = {
|
@@ -570,10 +584,11 @@ var commands = {
|
|
570
584
|
ListAccountsCommand,
|
571
585
|
LogoutCommand
|
572
586
|
};
|
573
|
-
var
|
587
|
+
var SSO = class extends SSOClient {
|
588
|
+
static {
|
589
|
+
__name(this, "SSO");
|
590
|
+
}
|
574
591
|
};
|
575
|
-
__name(_SSO, "SSO");
|
576
|
-
var SSO = _SSO;
|
577
592
|
(0, import_smithy_client.createAggregatedClient)(commands, SSO);
|
578
593
|
|
579
594
|
// src/pagination/ListAccountRolesPaginator.ts
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
15
15
|
export { __Client };
|
16
16
|
export class SSOClient extends __Client {
|
17
|
+
config;
|
17
18
|
constructor(...[configuration]) {
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
@@ -1,50 +1,50 @@
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
2
2
|
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
3
3
|
export class InvalidRequestException extends __BaseException {
|
4
|
+
name = "InvalidRequestException";
|
5
|
+
$fault = "client";
|
4
6
|
constructor(opts) {
|
5
7
|
super({
|
6
8
|
name: "InvalidRequestException",
|
7
9
|
$fault: "client",
|
8
10
|
...opts,
|
9
11
|
});
|
10
|
-
this.name = "InvalidRequestException";
|
11
|
-
this.$fault = "client";
|
12
12
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
13
13
|
}
|
14
14
|
}
|
15
15
|
export class ResourceNotFoundException extends __BaseException {
|
16
|
+
name = "ResourceNotFoundException";
|
17
|
+
$fault = "client";
|
16
18
|
constructor(opts) {
|
17
19
|
super({
|
18
20
|
name: "ResourceNotFoundException",
|
19
21
|
$fault: "client",
|
20
22
|
...opts,
|
21
23
|
});
|
22
|
-
this.name = "ResourceNotFoundException";
|
23
|
-
this.$fault = "client";
|
24
24
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
25
25
|
}
|
26
26
|
}
|
27
27
|
export class TooManyRequestsException extends __BaseException {
|
28
|
+
name = "TooManyRequestsException";
|
29
|
+
$fault = "client";
|
28
30
|
constructor(opts) {
|
29
31
|
super({
|
30
32
|
name: "TooManyRequestsException",
|
31
33
|
$fault: "client",
|
32
34
|
...opts,
|
33
35
|
});
|
34
|
-
this.name = "TooManyRequestsException";
|
35
|
-
this.$fault = "client";
|
36
36
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
37
37
|
}
|
38
38
|
}
|
39
39
|
export class UnauthorizedException extends __BaseException {
|
40
|
+
name = "UnauthorizedException";
|
41
|
+
$fault = "client";
|
40
42
|
constructor(opts) {
|
41
43
|
super({
|
42
44
|
name: "UnauthorizedException",
|
43
45
|
$fault: "client",
|
44
46
|
...opts,
|
45
47
|
});
|
46
|
-
this.name = "UnauthorizedException";
|
47
|
-
this.$fault = "client";
|
48
48
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
49
49
|
}
|
50
50
|
}
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
31
31
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
32
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
33
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
33
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
34
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
35
35
|
logger?: import("@smithy/types").Logger | undefined;
|
36
36
|
}) => import("@smithy/types").EndpointV2;
|
@@ -47,11 +47,21 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
47
47
|
| import("@smithy/types").RetryStrategyV2
|
48
48
|
| undefined;
|
49
49
|
endpoint?:
|
50
|
-
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
50
|
+
| ((
|
51
|
+
| string
|
52
|
+
| import("@smithy/types").Endpoint
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
54
|
+
| import("@smithy/types").EndpointV2
|
55
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
56
|
+
) &
|
57
|
+
(
|
58
|
+
| string
|
59
|
+
| import("@smithy/types").Provider<string>
|
60
|
+
| import("@smithy/types").Endpoint
|
61
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
62
|
+
| import("@smithy/types").EndpointV2
|
63
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
64
|
+
))
|
55
65
|
| undefined;
|
56
66
|
endpointProvider: (
|
57
67
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.723.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
@@ -20,53 +20,53 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
|
-
"@aws-sdk/core": "3.
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
29
|
-
"@aws-sdk/types": "3.
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
31
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
33
|
-
"@smithy/config-resolver": "^
|
34
|
-
"@smithy/core": "^
|
35
|
-
"@smithy/fetch-http-handler": "^
|
36
|
-
"@smithy/hash-node": "^
|
37
|
-
"@smithy/invalid-dependency": "^
|
38
|
-
"@smithy/middleware-content-length": "^
|
39
|
-
"@smithy/middleware-endpoint": "^
|
40
|
-
"@smithy/middleware-retry": "^
|
41
|
-
"@smithy/middleware-serde": "^
|
42
|
-
"@smithy/middleware-stack": "^
|
43
|
-
"@smithy/node-config-provider": "^
|
44
|
-
"@smithy/node-http-handler": "^
|
45
|
-
"@smithy/protocol-http": "^
|
46
|
-
"@smithy/smithy-client": "^
|
47
|
-
"@smithy/types": "^
|
48
|
-
"@smithy/url-parser": "^
|
49
|
-
"@smithy/util-base64": "^
|
50
|
-
"@smithy/util-body-length-browser": "^
|
51
|
-
"@smithy/util-body-length-node": "^
|
52
|
-
"@smithy/util-defaults-mode-browser": "^
|
53
|
-
"@smithy/util-defaults-mode-node": "^
|
54
|
-
"@smithy/util-endpoints": "^
|
55
|
-
"@smithy/util-middleware": "^
|
56
|
-
"@smithy/util-retry": "^
|
57
|
-
"@smithy/util-utf8": "^
|
23
|
+
"@aws-sdk/core": "3.723.0",
|
24
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
25
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
28
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
29
|
+
"@aws-sdk/types": "3.723.0",
|
30
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
33
|
+
"@smithy/config-resolver": "^4.0.0",
|
34
|
+
"@smithy/core": "^3.0.0",
|
35
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
36
|
+
"@smithy/hash-node": "^4.0.0",
|
37
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
38
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
39
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
40
|
+
"@smithy/middleware-retry": "^4.0.0",
|
41
|
+
"@smithy/middleware-serde": "^4.0.0",
|
42
|
+
"@smithy/middleware-stack": "^4.0.0",
|
43
|
+
"@smithy/node-config-provider": "^4.0.0",
|
44
|
+
"@smithy/node-http-handler": "^4.0.0",
|
45
|
+
"@smithy/protocol-http": "^5.0.0",
|
46
|
+
"@smithy/smithy-client": "^4.0.0",
|
47
|
+
"@smithy/types": "^4.0.0",
|
48
|
+
"@smithy/url-parser": "^4.0.0",
|
49
|
+
"@smithy/util-base64": "^4.0.0",
|
50
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
51
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
52
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
53
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
54
|
+
"@smithy/util-endpoints": "^3.0.0",
|
55
|
+
"@smithy/util-middleware": "^4.0.0",
|
56
|
+
"@smithy/util-retry": "^4.0.0",
|
57
|
+
"@smithy/util-utf8": "^4.0.0",
|
58
58
|
"tslib": "^2.6.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@tsconfig/
|
62
|
-
"@types/node": "^
|
61
|
+
"@tsconfig/node18": "18.2.4",
|
62
|
+
"@types/node": "^18.19.69",
|
63
63
|
"concurrently": "7.0.0",
|
64
64
|
"downlevel-dts": "0.10.1",
|
65
65
|
"rimraf": "3.0.2",
|
66
|
-
"typescript": "~
|
66
|
+
"typescript": "~5.2.2"
|
67
67
|
},
|
68
68
|
"engines": {
|
69
|
-
"node": ">=
|
69
|
+
"node": ">=18.0.0"
|
70
70
|
},
|
71
71
|
"typesVersions": {
|
72
72
|
"<4.0": {
|