@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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +14 -1
  2. 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
- ...require("./bundle/client-sso-oidc-node")
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.495.0",
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.495.0",
33
- "@aws-sdk/middleware-logger": "3.495.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
35
- "@aws-sdk/middleware-user-agent": "3.495.0",
36
- "@aws-sdk/region-config-resolver": "3.495.0",
37
- "@aws-sdk/types": "3.495.0",
38
- "@aws-sdk/util-endpoints": "3.495.0",
39
- "@aws-sdk/util-user-agent-browser": "3.495.0",
40
- "@aws-sdk/util-user-agent-node": "3.495.0",
41
- "@smithy/config-resolver": "^2.1.0",
42
- "@smithy/fetch-http-handler": "^2.4.0",
43
- "@smithy/hash-node": "^2.1.0",
44
- "@smithy/invalid-dependency": "^2.1.0",
45
- "@smithy/middleware-content-length": "^2.1.0",
46
- "@smithy/middleware-endpoint": "^2.4.0",
47
- "@smithy/middleware-retry": "^2.1.0",
48
- "@smithy/middleware-serde": "^2.1.0",
49
- "@smithy/middleware-stack": "^2.1.0",
50
- "@smithy/node-config-provider": "^2.2.0",
51
- "@smithy/node-http-handler": "^2.3.0",
52
- "@smithy/property-provider": "^2.1.0",
53
- "@smithy/protocol-http": "^3.1.0",
54
- "@smithy/shared-ini-file-loader": "^2.3.0",
55
- "@smithy/smithy-client": "^2.3.0",
56
- "@smithy/types": "^2.9.0",
57
- "@smithy/url-parser": "^2.1.0",
58
- "@smithy/util-base64": "^2.1.0",
59
- "@smithy/util-body-length-browser": "^2.1.0",
60
- "@smithy/util-body-length-node": "^2.2.0",
61
- "@smithy/util-defaults-mode-browser": "^2.1.0",
62
- "@smithy/util-defaults-mode-node": "^2.1.0",
63
- "@smithy/util-endpoints": "^1.1.0",
64
- "@smithy/util-retry": "^2.1.0",
65
- "@smithy/util-utf8": "^2.1.0",
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": {