@aws-sdk/token-providers 3.495.0 → 3.496.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/index.js +14 -1
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -190,9 +190,22 @@ var nodeProvider = /* @__PURE__ */ __name((init = {}) => (0, import_property_pro
|
|
|
190
190
|
(token) => token.expiration !== void 0
|
|
191
191
|
), "nodeProvider");
|
|
192
192
|
// Annotate the CommonJS export names for ESM import in node:
|
|
193
|
+
|
|
193
194
|
0 && (module.exports = {
|
|
194
195
|
fromSso,
|
|
195
196
|
fromStatic,
|
|
196
197
|
nodeProvider,
|
|
197
|
-
|
|
198
|
+
AccessDeniedException,
|
|
199
|
+
AuthorizationPendingException,
|
|
200
|
+
CreateTokenCommand,
|
|
201
|
+
ExpiredTokenException,
|
|
202
|
+
InternalServerException,
|
|
203
|
+
InvalidClientException,
|
|
204
|
+
InvalidRequestException,
|
|
205
|
+
InvalidScopeException,
|
|
206
|
+
SSOOIDCClient,
|
|
207
|
+
SlowDownException,
|
|
208
|
+
UnauthorizedClientException,
|
|
209
|
+
UnsupportedGrantTypeException
|
|
198
210
|
});
|
|
211
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.496.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,40 +29,40 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
37
|
-
"@aws-sdk/types": "3.
|
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
-
"@smithy/config-resolver": "^2.1.
|
|
42
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
43
|
-
"@smithy/hash-node": "^2.1.
|
|
44
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
45
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
46
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
47
|
-
"@smithy/middleware-retry": "^2.1.
|
|
48
|
-
"@smithy/middleware-serde": "^2.1.
|
|
49
|
-
"@smithy/middleware-stack": "^2.1.
|
|
50
|
-
"@smithy/node-config-provider": "^2.2.
|
|
51
|
-
"@smithy/node-http-handler": "^2.3.
|
|
52
|
-
"@smithy/property-provider": "^2.1.
|
|
53
|
-
"@smithy/protocol-http": "^3.1.
|
|
54
|
-
"@smithy/shared-ini-file-loader": "^2.3.
|
|
55
|
-
"@smithy/smithy-client": "^2.3.
|
|
56
|
-
"@smithy/types": "^2.9.
|
|
57
|
-
"@smithy/url-parser": "^2.1.
|
|
58
|
-
"@smithy/util-base64": "^2.1.
|
|
59
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
60
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
63
|
-
"@smithy/util-endpoints": "^1.1.
|
|
64
|
-
"@smithy/util-retry": "^2.1.
|
|
65
|
-
"@smithy/util-utf8": "^2.1.
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
37
|
+
"@aws-sdk/types": "3.496.0",
|
|
38
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
41
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
42
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
43
|
+
"@smithy/hash-node": "^2.1.1",
|
|
44
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
47
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
48
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
49
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
50
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
51
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
52
|
+
"@smithy/property-provider": "^2.1.1",
|
|
53
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
54
|
+
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
55
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
56
|
+
"@smithy/types": "^2.9.1",
|
|
57
|
+
"@smithy/url-parser": "^2.1.1",
|
|
58
|
+
"@smithy/util-base64": "^2.1.1",
|
|
59
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
60
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
63
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
64
|
+
"@smithy/util-retry": "^2.1.1",
|
|
65
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
66
66
|
"tslib": "^2.5.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|