@aws-sdk/token-providers 3.385.0 → 3.387.0
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-cjs/client-sso-oidc-bundle/dist-browser.js +19 -19
- package/dist-cjs/client-sso-oidc-bundle/dist-node.js +19 -19
- package/dist-es/client-sso-oidc-bundle/dist-browser.js +19 -19
- package/dist-es/client-sso-oidc-bundle/dist-node.js +19 -19
- package/dist-types/client-sso-oidc-bundle/dist-browser.d.ts +1 -1
- package/dist-types/client-sso-oidc-bundle/dist-node.d.ts +1 -1
- package/dist-types/ts3.4/client-sso-oidc-bundle/dist-browser.d.ts +1 -1
- package/dist-types/ts3.4/client-sso-oidc-bundle/dist-node.d.ts +1 -1
- package/package.json +3 -3
|
@@ -22,7 +22,7 @@ var resolveClientEndpointParameters = (options) => {
|
|
|
22
22
|
var package_default = {
|
|
23
23
|
name: "@aws-sdk/client-sso-oidc",
|
|
24
24
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
25
|
-
version: "3.
|
|
25
|
+
version: "3.386.0",
|
|
26
26
|
scripts: {
|
|
27
27
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
28
28
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -50,26 +50,26 @@ var package_default = {
|
|
|
50
50
|
"@aws-sdk/util-endpoints": "*",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "*",
|
|
52
52
|
"@aws-sdk/util-user-agent-node": "*",
|
|
53
|
-
"@smithy/config-resolver": "^2.0.
|
|
54
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
55
|
-
"@smithy/hash-node": "^2.0.
|
|
56
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
57
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
58
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
59
|
-
"@smithy/middleware-retry": "^2.0.
|
|
60
|
-
"@smithy/middleware-serde": "^2.0.
|
|
53
|
+
"@smithy/config-resolver": "^2.0.2",
|
|
54
|
+
"@smithy/fetch-http-handler": "^2.0.2",
|
|
55
|
+
"@smithy/hash-node": "^2.0.2",
|
|
56
|
+
"@smithy/invalid-dependency": "^2.0.2",
|
|
57
|
+
"@smithy/middleware-content-length": "^2.0.2",
|
|
58
|
+
"@smithy/middleware-endpoint": "^2.0.2",
|
|
59
|
+
"@smithy/middleware-retry": "^2.0.2",
|
|
60
|
+
"@smithy/middleware-serde": "^2.0.2",
|
|
61
61
|
"@smithy/middleware-stack": "^2.0.0",
|
|
62
|
-
"@smithy/node-config-provider": "^2.0.
|
|
63
|
-
"@smithy/node-http-handler": "^2.0.
|
|
64
|
-
"@smithy/protocol-http": "^2.0.
|
|
65
|
-
"@smithy/smithy-client": "^2.0.
|
|
66
|
-
"@smithy/types": "^2.0
|
|
67
|
-
"@smithy/url-parser": "^2.0.
|
|
62
|
+
"@smithy/node-config-provider": "^2.0.2",
|
|
63
|
+
"@smithy/node-http-handler": "^2.0.2",
|
|
64
|
+
"@smithy/protocol-http": "^2.0.2",
|
|
65
|
+
"@smithy/smithy-client": "^2.0.2",
|
|
66
|
+
"@smithy/types": "^2.1.0",
|
|
67
|
+
"@smithy/url-parser": "^2.0.2",
|
|
68
68
|
"@smithy/util-base64": "^2.0.0",
|
|
69
69
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
70
70
|
"@smithy/util-body-length-node": "^2.0.0",
|
|
71
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
72
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
71
|
+
"@smithy/util-defaults-mode-browser": "^2.0.2",
|
|
72
|
+
"@smithy/util-defaults-mode-node": "^2.0.2",
|
|
73
73
|
"@smithy/util-retry": "^2.0.0",
|
|
74
74
|
"@smithy/util-utf8": "^2.0.0",
|
|
75
75
|
tslib: "^2.5.0"
|
|
@@ -194,8 +194,8 @@ var getRuntimeConfig2 = (config) => {
|
|
|
194
194
|
};
|
|
195
195
|
};
|
|
196
196
|
var SSOOIDCClient = class extends smithy_client_1.Client {
|
|
197
|
-
constructor(configuration) {
|
|
198
|
-
const _config_0 = getRuntimeConfig2(configuration);
|
|
197
|
+
constructor(...[configuration]) {
|
|
198
|
+
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
199
199
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
200
200
|
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
201
201
|
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
@@ -22,7 +22,7 @@ var resolveClientEndpointParameters = (options) => {
|
|
|
22
22
|
var package_default = {
|
|
23
23
|
name: "@aws-sdk/client-sso-oidc",
|
|
24
24
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
25
|
-
version: "3.
|
|
25
|
+
version: "3.386.0",
|
|
26
26
|
scripts: {
|
|
27
27
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
28
28
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -50,26 +50,26 @@ var package_default = {
|
|
|
50
50
|
"@aws-sdk/util-endpoints": "*",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "*",
|
|
52
52
|
"@aws-sdk/util-user-agent-node": "*",
|
|
53
|
-
"@smithy/config-resolver": "^2.0.
|
|
54
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
55
|
-
"@smithy/hash-node": "^2.0.
|
|
56
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
57
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
58
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
59
|
-
"@smithy/middleware-retry": "^2.0.
|
|
60
|
-
"@smithy/middleware-serde": "^2.0.
|
|
53
|
+
"@smithy/config-resolver": "^2.0.2",
|
|
54
|
+
"@smithy/fetch-http-handler": "^2.0.2",
|
|
55
|
+
"@smithy/hash-node": "^2.0.2",
|
|
56
|
+
"@smithy/invalid-dependency": "^2.0.2",
|
|
57
|
+
"@smithy/middleware-content-length": "^2.0.2",
|
|
58
|
+
"@smithy/middleware-endpoint": "^2.0.2",
|
|
59
|
+
"@smithy/middleware-retry": "^2.0.2",
|
|
60
|
+
"@smithy/middleware-serde": "^2.0.2",
|
|
61
61
|
"@smithy/middleware-stack": "^2.0.0",
|
|
62
|
-
"@smithy/node-config-provider": "^2.0.
|
|
63
|
-
"@smithy/node-http-handler": "^2.0.
|
|
64
|
-
"@smithy/protocol-http": "^2.0.
|
|
65
|
-
"@smithy/smithy-client": "^2.0.
|
|
66
|
-
"@smithy/types": "^2.0
|
|
67
|
-
"@smithy/url-parser": "^2.0.
|
|
62
|
+
"@smithy/node-config-provider": "^2.0.2",
|
|
63
|
+
"@smithy/node-http-handler": "^2.0.2",
|
|
64
|
+
"@smithy/protocol-http": "^2.0.2",
|
|
65
|
+
"@smithy/smithy-client": "^2.0.2",
|
|
66
|
+
"@smithy/types": "^2.1.0",
|
|
67
|
+
"@smithy/url-parser": "^2.0.2",
|
|
68
68
|
"@smithy/util-base64": "^2.0.0",
|
|
69
69
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
70
70
|
"@smithy/util-body-length-node": "^2.0.0",
|
|
71
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
72
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
71
|
+
"@smithy/util-defaults-mode-browser": "^2.0.2",
|
|
72
|
+
"@smithy/util-defaults-mode-node": "^2.0.2",
|
|
73
73
|
"@smithy/util-retry": "^2.0.0",
|
|
74
74
|
"@smithy/util-utf8": "^2.0.0",
|
|
75
75
|
tslib: "^2.5.0"
|
|
@@ -200,8 +200,8 @@ var getRuntimeConfig2 = (config) => {
|
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
202
|
var SSOOIDCClient = class extends smithy_client_1.Client {
|
|
203
|
-
constructor(configuration) {
|
|
204
|
-
const _config_0 = getRuntimeConfig2(configuration);
|
|
203
|
+
constructor(...[configuration]) {
|
|
204
|
+
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
205
205
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
206
206
|
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
207
207
|
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
@@ -18,7 +18,7 @@ var resolveClientEndpointParameters = (options) => {
|
|
|
18
18
|
var package_default = {
|
|
19
19
|
name: "@aws-sdk/client-sso-oidc",
|
|
20
20
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
21
|
-
version: "3.
|
|
21
|
+
version: "3.386.0",
|
|
22
22
|
scripts: {
|
|
23
23
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
24
24
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -46,26 +46,26 @@ var package_default = {
|
|
|
46
46
|
"@aws-sdk/util-endpoints": "*",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "*",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "*",
|
|
49
|
-
"@smithy/config-resolver": "^2.0.
|
|
50
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
51
|
-
"@smithy/hash-node": "^2.0.
|
|
52
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
53
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
54
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
55
|
-
"@smithy/middleware-retry": "^2.0.
|
|
56
|
-
"@smithy/middleware-serde": "^2.0.
|
|
49
|
+
"@smithy/config-resolver": "^2.0.2",
|
|
50
|
+
"@smithy/fetch-http-handler": "^2.0.2",
|
|
51
|
+
"@smithy/hash-node": "^2.0.2",
|
|
52
|
+
"@smithy/invalid-dependency": "^2.0.2",
|
|
53
|
+
"@smithy/middleware-content-length": "^2.0.2",
|
|
54
|
+
"@smithy/middleware-endpoint": "^2.0.2",
|
|
55
|
+
"@smithy/middleware-retry": "^2.0.2",
|
|
56
|
+
"@smithy/middleware-serde": "^2.0.2",
|
|
57
57
|
"@smithy/middleware-stack": "^2.0.0",
|
|
58
|
-
"@smithy/node-config-provider": "^2.0.
|
|
59
|
-
"@smithy/node-http-handler": "^2.0.
|
|
60
|
-
"@smithy/protocol-http": "^2.0.
|
|
61
|
-
"@smithy/smithy-client": "^2.0.
|
|
62
|
-
"@smithy/types": "^2.0
|
|
63
|
-
"@smithy/url-parser": "^2.0.
|
|
58
|
+
"@smithy/node-config-provider": "^2.0.2",
|
|
59
|
+
"@smithy/node-http-handler": "^2.0.2",
|
|
60
|
+
"@smithy/protocol-http": "^2.0.2",
|
|
61
|
+
"@smithy/smithy-client": "^2.0.2",
|
|
62
|
+
"@smithy/types": "^2.1.0",
|
|
63
|
+
"@smithy/url-parser": "^2.0.2",
|
|
64
64
|
"@smithy/util-base64": "^2.0.0",
|
|
65
65
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
66
66
|
"@smithy/util-body-length-node": "^2.0.0",
|
|
67
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
68
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
67
|
+
"@smithy/util-defaults-mode-browser": "^2.0.2",
|
|
68
|
+
"@smithy/util-defaults-mode-node": "^2.0.2",
|
|
69
69
|
"@smithy/util-retry": "^2.0.0",
|
|
70
70
|
"@smithy/util-utf8": "^2.0.0",
|
|
71
71
|
tslib: "^2.5.0"
|
|
@@ -186,8 +186,8 @@ var getRuntimeConfig2 = (config) => {
|
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
188
|
var SSOOIDCClient = class extends __Client {
|
|
189
|
-
constructor(configuration) {
|
|
190
|
-
const _config_0 = getRuntimeConfig2(configuration);
|
|
189
|
+
constructor(...[configuration]) {
|
|
190
|
+
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
191
191
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
192
192
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
193
193
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
@@ -18,7 +18,7 @@ var resolveClientEndpointParameters = (options) => {
|
|
|
18
18
|
var package_default = {
|
|
19
19
|
name: "@aws-sdk/client-sso-oidc",
|
|
20
20
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
21
|
-
version: "3.
|
|
21
|
+
version: "3.386.0",
|
|
22
22
|
scripts: {
|
|
23
23
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
24
24
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -46,26 +46,26 @@ var package_default = {
|
|
|
46
46
|
"@aws-sdk/util-endpoints": "*",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "*",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "*",
|
|
49
|
-
"@smithy/config-resolver": "^2.0.
|
|
50
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
51
|
-
"@smithy/hash-node": "^2.0.
|
|
52
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
53
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
54
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
55
|
-
"@smithy/middleware-retry": "^2.0.
|
|
56
|
-
"@smithy/middleware-serde": "^2.0.
|
|
49
|
+
"@smithy/config-resolver": "^2.0.2",
|
|
50
|
+
"@smithy/fetch-http-handler": "^2.0.2",
|
|
51
|
+
"@smithy/hash-node": "^2.0.2",
|
|
52
|
+
"@smithy/invalid-dependency": "^2.0.2",
|
|
53
|
+
"@smithy/middleware-content-length": "^2.0.2",
|
|
54
|
+
"@smithy/middleware-endpoint": "^2.0.2",
|
|
55
|
+
"@smithy/middleware-retry": "^2.0.2",
|
|
56
|
+
"@smithy/middleware-serde": "^2.0.2",
|
|
57
57
|
"@smithy/middleware-stack": "^2.0.0",
|
|
58
|
-
"@smithy/node-config-provider": "^2.0.
|
|
59
|
-
"@smithy/node-http-handler": "^2.0.
|
|
60
|
-
"@smithy/protocol-http": "^2.0.
|
|
61
|
-
"@smithy/smithy-client": "^2.0.
|
|
62
|
-
"@smithy/types": "^2.0
|
|
63
|
-
"@smithy/url-parser": "^2.0.
|
|
58
|
+
"@smithy/node-config-provider": "^2.0.2",
|
|
59
|
+
"@smithy/node-http-handler": "^2.0.2",
|
|
60
|
+
"@smithy/protocol-http": "^2.0.2",
|
|
61
|
+
"@smithy/smithy-client": "^2.0.2",
|
|
62
|
+
"@smithy/types": "^2.1.0",
|
|
63
|
+
"@smithy/url-parser": "^2.0.2",
|
|
64
64
|
"@smithy/util-base64": "^2.0.0",
|
|
65
65
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
66
66
|
"@smithy/util-body-length-node": "^2.0.0",
|
|
67
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
68
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
67
|
+
"@smithy/util-defaults-mode-browser": "^2.0.2",
|
|
68
|
+
"@smithy/util-defaults-mode-node": "^2.0.2",
|
|
69
69
|
"@smithy/util-retry": "^2.0.0",
|
|
70
70
|
"@smithy/util-utf8": "^2.0.0",
|
|
71
71
|
tslib: "^2.5.0"
|
|
@@ -192,8 +192,8 @@ var getRuntimeConfig2 = (config) => {
|
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
194
|
var SSOOIDCClient = class extends __Client {
|
|
195
|
-
constructor(configuration) {
|
|
196
|
-
const _config_0 = getRuntimeConfig2(configuration);
|
|
195
|
+
constructor(...[configuration]) {
|
|
196
|
+
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
197
197
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
198
198
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
199
199
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
declare var SSOOIDCClient: {
|
|
3
|
-
new (
|
|
3
|
+
new (__0_0: any): {
|
|
4
4
|
/**
|
|
5
5
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
6
6
|
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
declare var SSOOIDCClient: {
|
|
3
|
-
new (
|
|
3
|
+
new (__0_0: any): {
|
|
4
4
|
/**
|
|
5
5
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
6
6
|
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.387.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
30
|
+
"@aws-sdk/types": "3.387.0",
|
|
31
31
|
"@smithy/property-provider": "^2.0.0",
|
|
32
32
|
"@smithy/shared-ini-file-loader": "^2.0.0",
|
|
33
|
-
"@smithy/types": "^2.0
|
|
33
|
+
"@smithy/types": "^2.1.0",
|
|
34
34
|
"tslib": "^2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|