ai 5.0.0-beta.1 → 5.0.0-beta.3
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/CHANGELOG.md +23 -0
- package/dist/index.d.mts +65 -899
- package/dist/index.d.ts +65 -899
- package/dist/index.js +275 -267
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -27
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +91 -91
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +9 -9
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.d.mts +16 -96
- package/dist/mcp-stdio/index.d.ts +16 -96
- package/dist/mcp-stdio/index.js +71 -71
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs +2 -2
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [f3639fa]
|
8
|
+
- Updated dependencies [d454e4b]
|
9
|
+
- @ai-sdk/gateway@1.0.0-beta.3
|
10
|
+
|
11
|
+
## 5.0.0-beta.2
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- 0d9583c: fix (ai): use user-provided media type when available
|
16
|
+
- c6b64a7: feat (ai): allow async prepareRequest on HttpChatTransport
|
17
|
+
- cb3b9c9: fix (ai): catch errors in ui message stream
|
18
|
+
- d1a034f: feature: using Zod 4 for internal stuff
|
19
|
+
- Updated dependencies [0571b98]
|
20
|
+
- Updated dependencies [c91586a]
|
21
|
+
- Updated dependencies [39a4fab]
|
22
|
+
- Updated dependencies [d1a034f]
|
23
|
+
- @ai-sdk/provider-utils@3.0.0-beta.2
|
24
|
+
- @ai-sdk/gateway@1.0.0-beta.2
|
25
|
+
|
3
26
|
## 5.0.0-beta.1
|
4
27
|
|
5
28
|
### Major Changes
|