@chainfuse/ai-tools
Advanced tools
Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "@chainfuse/ai-tools", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -51,10 +51,10 @@ "author": "ChainFuse", | ||
"dependencies": { | ||
"@ai-sdk/anthropic": "^1.1.6", | ||
"@ai-sdk/azure": "^1.1.9", | ||
"@ai-sdk/google": "^1.1.11", | ||
"@ai-sdk/anthropic": "^1.1.8", | ||
"@ai-sdk/azure": "^1.1.12", | ||
"@ai-sdk/google": "^1.1.14", | ||
"@ai-sdk/openai": "^1.0.5", | ||
"@ai-sdk/openai-compatible": "^0.1.8", | ||
"@chainfuse/helpers": "^1.1.4", | ||
"@chainfuse/types": "^1.6.4", | ||
"ai": "^4.1.34", | ||
"@ai-sdk/openai-compatible": "^0.1.10", | ||
"@chainfuse/helpers": "^1.1.5", | ||
"@chainfuse/types": "^1.6.5", | ||
"ai": "^4.1.41", | ||
"chalk": "^5.4.1", | ||
@@ -65,6 +65,6 @@ "haversine-distance": "^1.2.3", | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20250204.0", | ||
"openai": "^4.83.0" | ||
"@cloudflare/workers-types": "^4.20250214.0", | ||
"openai": "^4.85.1" | ||
}, | ||
"gitHead": "ce726f2bb2c9e8ddeeedd5026efa5634029bb737" | ||
"gitHead": "a47e5cf8a6dcbea5a94fbf9f57dd0720a6423c12" | ||
} |
Sorry, the diff of this file is not supported yet
99062
Updated@ai-sdk/anthropic@^1.1.8
Updated@ai-sdk/azure@^1.1.12
Updated@ai-sdk/google@^1.1.14
Updated@chainfuse/helpers@^1.1.5
Updated@chainfuse/types@^1.6.5
Updatedai@^4.1.41