toolpack-sdk 2.0.0-alpha.1 → 2.1.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,7 +1,7 @@
1
1
  {
2
2
  "name": "toolpack-sdk",
3
- "version": "2.0.0-alpha.1",
4
- "description": "Unified TypeScript SDK for AI providers (OpenAI, Anthropic, Gemini, Ollama) with 97 built-in tools, workflow engine, and mode system for building AI-powered applications",
3
+ "version": "2.1.0",
4
+ "description": "Unified TypeScript SDK for AI providers (OpenAI, Anthropic, Gemini, Ollama) with 100+ built-in tools, workflow engine, and mode system for building AI-powered applications",
5
5
  "engines": {
6
6
  "node": ">=20"
7
7
  },
@@ -21,11 +21,12 @@
21
21
  "LICENSE.md"
22
22
  ],
23
23
  "publishConfig": {
24
- "tag": "alpha",
24
+ "tag": "latest",
25
25
  "access": "public"
26
26
  },
27
27
  "sideEffects": [
28
- "./dist/tools/coding-tools/parsers/queries/*.js"
28
+ "./dist/tools/coding-tools/parsers/queries/*.js",
29
+ "./src/tools/coding-tools/parsers/queries/*.ts"
29
30
  ],
30
31
  "scripts": {
31
32
  "build": "tsup",
@@ -102,6 +103,7 @@
102
103
  "@babel/parser": "^7.29.0",
103
104
  "@babel/traverse": "^7.29.0",
104
105
  "@babel/types": "^7.29.0",
106
+ "@google/genai": "^2.6.0",
105
107
  "@google/generative-ai": "^0.24.1",
106
108
  "better-sqlite3": "^12.6.2",
107
109
  "cheerio": "^1.2.0",