@agents24/ai-sdk 0.2.4 → 0.2.6

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents24/ai-sdk",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Vercel AI SDK v7 ChatTransport adapter for Agents24 client runtimes.",
5
5
  "keywords": [
6
6
  "agents24",
@@ -46,7 +46,7 @@
46
46
  "prepack": "pnpm run build && pnpm run check:boundaries"
47
47
  },
48
48
  "dependencies": {
49
- "@agents24/client": "0.2.4"
49
+ "@agents24/client": "0.2.6"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "ai": ">=7.0.0 <8.0.0"