🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ai-sdk/amazon-bedrock

Package Overview
Dependencies
Maintainers
3
Versions
591
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/amazon-bedrock - npm Package Compare versions

Comparing version
4.0.130
to
4.0.131
+13
-0
CHANGELOG.md
# @ai-sdk/amazon-bedrock
## 4.0.131
### Patch Changes
- 327642b: fix: more precise default message for tool execution denial
- Updated dependencies [bef93ae]
- Updated dependencies [d559de9]
- Updated dependencies [327642b]
- Updated dependencies [ae00aeb]
- @ai-sdk/openai@3.0.82
- @ai-sdk/provider-utils@4.0.37
- @ai-sdk/anthropic@3.0.95
## 4.0.130

@@ -4,0 +17,0 @@

+1
-1

@@ -38,3 +38,3 @@ "use strict";

// src/version.ts
var VERSION = true ? "4.0.130" : "0.0.0-test";
var VERSION = true ? "4.0.131" : "0.0.0-test";

@@ -41,0 +41,0 @@ // src/bedrock-sigv4-fetch.ts

@@ -27,3 +27,3 @@ // src/anthropic/bedrock-anthropic-provider.ts

// src/version.ts
var VERSION = true ? "4.0.130" : "0.0.0-test";
var VERSION = true ? "4.0.131" : "0.0.0-test";

@@ -30,0 +30,0 @@ // src/bedrock-sigv4-fetch.ts

@@ -38,3 +38,3 @@ "use strict";

// src/version.ts
var VERSION = true ? "4.0.130" : "0.0.0-test";
var VERSION = true ? "4.0.131" : "0.0.0-test";

@@ -41,0 +41,0 @@ // src/bedrock-sigv4-fetch.ts

@@ -26,3 +26,3 @@ // src/mantle/bedrock-mantle-provider.ts

// src/version.ts
var VERSION = true ? "4.0.130" : "0.0.0-test";
var VERSION = true ? "4.0.131" : "0.0.0-test";

@@ -29,0 +29,0 @@ // src/bedrock-sigv4-fetch.ts

{
"name": "@ai-sdk/amazon-bedrock",
"version": "4.0.130",
"version": "4.0.131",
"license": "Apache-2.0",

@@ -47,6 +47,6 @@ "sideEffects": false,

"aws4fetch": "^1.0.20",
"@ai-sdk/anthropic": "3.0.94",
"@ai-sdk/openai": "3.0.81",
"@ai-sdk/anthropic": "3.0.95",
"@ai-sdk/openai": "3.0.82",
"@ai-sdk/provider": "3.0.13",
"@ai-sdk/provider-utils": "4.0.36"
"@ai-sdk/provider-utils": "4.0.37"
},

@@ -53,0 +53,0 @@ "devDependencies": {

@@ -256,3 +256,3 @@ import {

toolResultContent = [
{ text: output.reason ?? 'Tool execution denied.' },
{ text: output.reason ?? 'Tool call execution denied.' },
];

@@ -259,0 +259,0 @@ break;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display