@iqai/adk 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iqai/adk
2
2
 
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 93b982b: Adds better sqlite3 dependency
8
+
3
9
  ## 0.0.12
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqai/adk",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Agent Development Kit for TypeScript with multi-provider LLM support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  "@google-cloud/vertexai": "^0.5.0",
26
26
  "@google/genai": "^1.0.0",
27
27
  "@modelcontextprotocol/sdk": "^1.11.1",
28
- "@types/better-sqlite3": "^7.6.13",
29
28
  "axios": "^1.6.2",
29
+ "better-sqlite3": "^11.10.0",
30
30
  "dotenv": "^16.4.7",
31
31
  "drizzle-orm": "^0.43.1",
32
32
  "openai": "^4.93.0",
@@ -34,6 +34,7 @@
34
34
  "zod": "^3.24.4"
35
35
  },
36
36
  "devDependencies": {
37
+ "@types/better-sqlite3": "^7.6.13",
37
38
  "@types/node": "^20.17.30",
38
39
  "tsup": "^8.4.0",
39
40
  "typescript": "^5.3.2",