🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agenite/anthropic

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenite/anthropic - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+8
-0
CHANGELOG.md
# @agenite/anthropic
## 0.2.3
### Patch Changes
- fcb2891: Fix agent returning full message history and types
- Updated dependencies [fcb2891]
- @agenite/llm@0.2.2
## 0.2.2

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

+7
-7
{
"name": "@agenite/anthropic",
"version": "0.2.2",
"version": "0.2.3",
"description": "Anthropic provider for Agenite",

@@ -19,11 +19,11 @@ "private": false,

"@anthropic-ai/sdk": "^0.33.1",
"@agenite/llm": "0.2.1"
"@agenite/llm": "0.2.2"
},
"devDependencies": {
"@types/node": "^20.17.14",
"tsup": "^8.0.0",
"@types/node": "^20.17.17",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"@repo/eslint-config": "0.0.2",
"@repo/tsup-config": "0.0.2",
"@repo/typescript-config": "0.0.1"
"@repo/eslint-config": "0.0.3",
"@repo/typescript-config": "0.0.1",
"@repo/tsup-config": "0.0.3"
},

@@ -30,0 +30,0 @@ "publishConfig": {