@ai-sdk/amazon-bedrock
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -472,2 +472,6 @@ "use strict"; | ||
description: "AWS secret access key" | ||
}), | ||
sessionToken: (0, import_provider_utils.loadOptionalSetting)({ | ||
settingValue: options.sessionToken, | ||
environmentVariableName: "AWS_SESSION_TOKEN" | ||
}) | ||
@@ -474,0 +478,0 @@ } |
@@ -36,2 +36,3 @@ import { BedrockRuntimeClient, BedrockRuntimeClientConfig } from '@aws-sdk/client-bedrock-runtime'; | ||
secretAccessKey?: string; | ||
sessionToken?: string; | ||
/** | ||
@@ -38,0 +39,0 @@ * Complete Bedrock configuration for setting advanced authentication and |
@@ -472,2 +472,6 @@ "use strict"; | ||
description: "AWS secret access key" | ||
}), | ||
sessionToken: (0, import_provider_utils.loadOptionalSetting)({ | ||
settingValue: options.sessionToken, | ||
environmentVariableName: "AWS_SESSION_TOKEN" | ||
}) | ||
@@ -474,0 +478,0 @@ } |
{ | ||
"name": "@ai-sdk/amazon-bedrock", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"license": "Apache-2.0", | ||
@@ -22,3 +22,3 @@ "sideEffects": false, | ||
"@ai-sdk/provider": "0.0.21", | ||
"@ai-sdk/provider-utils": "1.0.14", | ||
"@ai-sdk/provider-utils": "1.0.15", | ||
"@aws-sdk/client-bedrock-runtime": "3.602.0" | ||
@@ -25,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
112226
1525
+ Added@ai-sdk/provider-utils@1.0.15(transitive)
- Removed@ai-sdk/provider-utils@1.0.14(transitive)