@aws-sdk/client-sso-oidc 3.496.0 → 3.501.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 +17 -16
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1083,32 +1083,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1083
1083
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1084
1084
|
|
|
1085
1085
|
0 && (module.exports = {
|
|
1086
|
-
|
|
1087
|
-
|
|
1086
|
+
SSOOIDCServiceException,
|
|
1087
|
+
__Client,
|
|
1088
|
+
SSOOIDCClient,
|
|
1089
|
+
SSOOIDC,
|
|
1090
|
+
$Command,
|
|
1088
1091
|
CreateTokenCommand,
|
|
1089
|
-
CreateTokenRequestFilterSensitiveLog,
|
|
1090
|
-
CreateTokenResponseFilterSensitiveLog,
|
|
1091
1092
|
CreateTokenWithIAMCommand,
|
|
1092
|
-
|
|
1093
|
-
|
|
1093
|
+
RegisterClientCommand,
|
|
1094
|
+
StartDeviceAuthorizationCommand,
|
|
1095
|
+
AccessDeniedException,
|
|
1096
|
+
AuthorizationPendingException,
|
|
1094
1097
|
ExpiredTokenException,
|
|
1095
1098
|
InternalServerException,
|
|
1096
1099
|
InvalidClientException,
|
|
1097
|
-
InvalidClientMetadataException,
|
|
1098
1100
|
InvalidGrantException,
|
|
1099
1101
|
InvalidRequestException,
|
|
1100
|
-
InvalidRequestRegionException,
|
|
1101
1102
|
InvalidScopeException,
|
|
1102
|
-
RegisterClientCommand,
|
|
1103
|
-
RegisterClientResponseFilterSensitiveLog,
|
|
1104
|
-
SSOOIDC,
|
|
1105
|
-
SSOOIDCClient,
|
|
1106
|
-
SSOOIDCServiceException,
|
|
1107
1103
|
SlowDownException,
|
|
1108
|
-
StartDeviceAuthorizationCommand,
|
|
1109
|
-
StartDeviceAuthorizationRequestFilterSensitiveLog,
|
|
1110
1104
|
UnauthorizedClientException,
|
|
1111
1105
|
UnsupportedGrantTypeException,
|
|
1112
|
-
|
|
1106
|
+
InvalidRequestRegionException,
|
|
1107
|
+
InvalidClientMetadataException,
|
|
1108
|
+
CreateTokenRequestFilterSensitiveLog,
|
|
1109
|
+
CreateTokenResponseFilterSensitiveLog,
|
|
1110
|
+
CreateTokenWithIAMRequestFilterSensitiveLog,
|
|
1111
|
+
CreateTokenWithIAMResponseFilterSensitiveLog,
|
|
1112
|
+
RegisterClientResponseFilterSensitiveLog,
|
|
1113
|
+
StartDeviceAuthorizationRequestFilterSensitiveLog
|
|
1113
1114
|
});
|
|
1114
1115
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-oidc",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|