@aws-sdk/token-providers
Advanced tools
+4
-4
@@ -1,4 +0,4 @@ | ||
| export * from "./fromEnvSigningName"; | ||
| export * from "./fromSso"; | ||
| export * from "./fromStatic"; | ||
| export * from "./nodeProvider"; | ||
| export { fromEnvSigningName } from "./fromEnvSigningName"; | ||
| export { fromSso } from "./fromSso"; | ||
| export { fromStatic } from "./fromStatic"; | ||
| export { nodeProvider } from "./nodeProvider"; |
@@ -1,4 +0,7 @@ | ||
| export * from "./fromEnvSigningName"; | ||
| export * from "./fromSso"; | ||
| export * from "./fromStatic"; | ||
| export * from "./nodeProvider"; | ||
| export { fromEnvSigningName } from "./fromEnvSigningName"; | ||
| export type { FromEnvSigningNameInit } from "./fromEnvSigningName"; | ||
| export { fromSso } from "./fromSso"; | ||
| export type { FromSsoInit } from "./fromSso"; | ||
| export { fromStatic } from "./fromStatic"; | ||
| export type { FromStaticInit } from "./fromStatic"; | ||
| export { nodeProvider } from "./nodeProvider"; |
@@ -1,4 +0,7 @@ | ||
| export * from "./fromEnvSigningName"; | ||
| export * from "./fromSso"; | ||
| export * from "./fromStatic"; | ||
| export * from "./nodeProvider"; | ||
| export { fromEnvSigningName } from "./fromEnvSigningName"; | ||
| export { FromEnvSigningNameInit } from "./fromEnvSigningName"; | ||
| export { fromSso } from "./fromSso"; | ||
| export { FromSsoInit } from "./fromSso"; | ||
| export { fromStatic } from "./fromStatic"; | ||
| export { FromStaticInit } from "./fromStatic"; | ||
| export { nodeProvider } from "./nodeProvider"; |
+6
-6
| { | ||
| "name": "@aws-sdk/token-providers", | ||
| "version": "3.1081.0", | ||
| "version": "3.1082.0", | ||
| "description": "A collection of token providers", | ||
@@ -32,7 +32,7 @@ "main": "./dist-cjs/index.js", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.974.29", | ||
| "@aws-sdk/nested-clients": "^3.997.29", | ||
| "@aws-sdk/types": "^3.973.15", | ||
| "@smithy/core": "^3.29.0", | ||
| "@smithy/types": "^4.15.1", | ||
| "@aws-sdk/core": "^3.975.0", | ||
| "@aws-sdk/nested-clients": "^3.997.30", | ||
| "@aws-sdk/types": "^3.974.0", | ||
| "@smithy/core": "^3.29.2", | ||
| "@smithy/types": "^4.16.0", | ||
| "tslib": "^2.6.2" | ||
@@ -39,0 +39,0 @@ }, |
38081
1.31%484
1.26%Updated
Updated
Updated
Updated