@aws-sdk/credential-provider-sso 3.568.0 → 3.575.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 +2 -0
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
@@ -29,6 +30,7 @@ __export(loadSso_exports, {
|
|
|
29
30
|
var import_client_sso;
|
|
30
31
|
var init_loadSso = __esm({
|
|
31
32
|
"src/loadSso.ts"() {
|
|
33
|
+
"use strict";
|
|
32
34
|
import_client_sso = require("@aws-sdk/client-sso");
|
|
33
35
|
}
|
|
34
36
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.575.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/client-sso": "3.
|
|
28
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@smithy/property-provider": "^
|
|
31
|
-
"@smithy/shared-ini-file-loader": "^
|
|
32
|
-
"@smithy/types": "^
|
|
27
|
+
"@aws-sdk/client-sso": "3.575.0",
|
|
28
|
+
"@aws-sdk/token-providers": "3.575.0",
|
|
29
|
+
"@aws-sdk/types": "3.575.0",
|
|
30
|
+
"@smithy/property-provider": "^3.0.0",
|
|
31
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
32
|
+
"@smithy/types": "^3.0.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|