agents 0.3.0 → 0.3.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 +1 -4
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "durable objects"
10
10
  ],
11
11
  "type": "module",
12
- "version": "0.3.0",
12
+ "version": "0.3.1",
13
13
  "license": "MIT",
14
14
  "repository": {
15
15
  "directory": "packages/agents",
@@ -64,9 +64,6 @@
64
64
  "@ai-sdk/react": {
65
65
  "optional": true
66
66
  },
67
- "ai": {
68
- "optional": true
69
- },
70
67
  "viem": {
71
68
  "optional": true
72
69
  },