@odla-ai/ai 0.2.0 → 0.2.1

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odla-ai/ai",
3
- "version": "0.2.0",
4
- "description": "One general-purpose interface for AI inference across Anthropic (Claude), OpenAI, and Google (Gemini) text, image, and audio plus a tool-use agent engine and eval harness. The place every odla app reaches for when it needs AI. Isomorphic: Node 20+, Cloudflare Workers, the browser.",
3
+ "version": "0.2.1",
4
+ "description": "One general-purpose interface for AI inference across Anthropic (Claude), OpenAI, and Google (Gemini) \u2014 text, image, and audio \u2014 plus a tool-use agent engine and eval harness. The place every odla app reaches for when it needs AI. Isomorphic: Node 20+, Cloudflare Workers, the browser.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -58,7 +58,7 @@
58
58
  "openai": "^6.0.0"
59
59
  },
60
60
  "peerDependencies": {
61
- "@odla-ai/db": "^0.2.0"
61
+ "@odla-ai/db": ">=0.2.0 <0.6.0"
62
62
  },
63
63
  "peerDependenciesMeta": {
64
64
  "@odla-ai/db": {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "devDependencies": {
69
- "@odla-ai/db": "^0.2.1",
69
+ "@odla-ai/db": "*",
70
70
  "@types/node": "^22.10.0",
71
71
  "tsup": "^8.3.0",
72
72
  "tsx": "^4.19.0",