@aws-sdk/credential-provider-web-identity
Advanced tools
Comparing version 3.713.0 to 3.714.0
@@ -36,10 +36,6 @@ "use strict"; | ||
credentialProviderLogger: init.logger, | ||
...(awsIdentityProperties?.callerClientConfig?.region || init.parentClientConfig | ||
? { | ||
parentClientConfig: { | ||
region: awsIdentityProperties?.callerClientConfig?.region, | ||
...init.parentClientConfig, | ||
}, | ||
} | ||
: {}), | ||
parentClientConfig: { | ||
...awsIdentityProperties?.callerClientConfig, | ||
...init.parentClientConfig, | ||
}, | ||
}, init.clientPlugins); | ||
@@ -46,0 +42,0 @@ } |
@@ -10,10 +10,6 @@ export const fromWebToken = (init) => async (awsIdentityProperties) => { | ||
credentialProviderLogger: init.logger, | ||
...(awsIdentityProperties?.callerClientConfig?.region || init.parentClientConfig | ||
? { | ||
parentClientConfig: { | ||
region: awsIdentityProperties?.callerClientConfig?.region, | ||
...init.parentClientConfig, | ||
}, | ||
} | ||
: {}), | ||
parentClientConfig: { | ||
...awsIdentityProperties?.callerClientConfig, | ||
...init.parentClientConfig, | ||
}, | ||
}, init.clientPlugins); | ||
@@ -20,0 +16,0 @@ } |
{ | ||
"name": "@aws-sdk/credential-provider-web-identity", | ||
"version": "3.713.0", | ||
"version": "3.714.0", | ||
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials", | ||
@@ -36,4 +36,4 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/core": "3.713.0", | ||
"@aws-sdk/types": "3.713.0", | ||
"@aws-sdk/core": "3.714.0", | ||
"@aws-sdk/types": "3.714.0", | ||
"@smithy/property-provider": "^3.1.11", | ||
@@ -52,3 +52,3 @@ "@smithy/types": "^3.7.2", | ||
"peerDependencies": { | ||
"@aws-sdk/client-sts": "^3.713.0" | ||
"@aws-sdk/client-sts": "^3.714.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "types": "./dist-types/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32799
392
+ Added@aws-sdk/core@3.714.0(transitive)
- Removed@aws-sdk/core@3.713.0(transitive)
- Removed@aws-sdk/types@3.713.0(transitive)
Updated@aws-sdk/core@3.714.0
Updated@aws-sdk/types@3.714.0