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

@ai-sdk/anthropic

Package Overview
Dependencies
Maintainers
3
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/anthropic - npm Package Compare versions

Comparing version
3.0.94
to
3.0.95
+8
-0
CHANGELOG.md
# @ai-sdk/anthropic
## 3.0.95
### Patch Changes
- 327642b: fix: more precise default message for tool execution denial
- Updated dependencies [d559de9]
- @ai-sdk/provider-utils@4.0.37
## 3.0.94

@@ -4,0 +12,0 @@

+2
-2
{
"name": "@ai-sdk/anthropic",
"version": "3.0.94",
"version": "3.0.95",
"license": "Apache-2.0",

@@ -40,3 +40,3 @@ "sideEffects": false,

"@ai-sdk/provider": "3.0.13",
"@ai-sdk/provider-utils": "4.0.36"
"@ai-sdk/provider-utils": "4.0.37"
},

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

@@ -440,3 +440,4 @@ import {

case 'execution-denied':
contentValue = output.reason ?? 'Tool execution denied.';
contentValue =
output.reason ?? 'Tool call execution denied.';
break;

@@ -443,0 +444,0 @@ case 'json':

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

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