toolpack-sdk 2.5.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toolpack-sdk",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "description": "TypeScript SDK for production AI agents — 110+ built-in tools across 14 categories, multi-provider support (OpenAI, Anthropic, Gemini, Ollama), workflow engine, and mode system",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -104,10 +104,8 @@
104
104
  "vitest": "^4.0.18"
105
105
  },
106
106
  "dependencies": {
107
- "@anthropic-ai/sdk": "^0.73.0",
108
- "jose": "^6.2.3",
109
- "zod": "^3.25.0",
110
- "zod-to-json-schema": "^3.24.5",
107
+ "@anthropic-ai/sdk": "^0.115.0",
108
+ "@anthropic-ai/vertex-sdk": "^0.19.0",
111
109
  "@babel/parser": "^7.29.0",
112
110
  "@babel/traverse": "^7.29.0",
113
111
  "@babel/types": "^7.29.0",
@@ -117,6 +115,7 @@
117
115
  "cheerio": "^1.2.0",
118
116
  "diff": "^7.0.0",
119
117
  "fast-glob": "^3.3.3",
118
+ "jose": "^6.2.3",
120
119
  "mysql2": "^3.18.2",
121
120
  "netlify": "^24.0.1",
122
121
  "openai": "^6.18.0",
@@ -124,7 +123,9 @@
124
123
  "puppeteer": "^24.39.0",
125
124
  "rss-parser": "^3.13.0",
126
125
  "simple-git": "^3.32.3",
127
- "web-tree-sitter": "^0.22.6"
126
+ "web-tree-sitter": "^0.22.6",
127
+ "zod": "^3.25.0",
128
+ "zod-to-json-schema": "^3.24.5"
128
129
  },
129
130
  "peerDependencies": {
130
131
  "@modelcontextprotocol/sdk": "^1.29.0"