ai 5.0.0-canary.19 → 5.0.0-canary.20
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 +2335 -2332
- package/dist/index.d.ts +2335 -2332
- package/dist/index.js +3761 -3769
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3829 -3819
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +95 -677
- package/dist/internal/index.d.ts +95 -677
- package/dist/internal/index.js +210 -476
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +204 -471
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.d.mts +3 -3
- package/dist/mcp-stdio/index.d.ts +3 -3
- package/dist/mcp-stdio/index.js +1 -4
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs +1 -16
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/dist/test/index.d.mts +1 -1
- package/dist/test/index.d.ts +1 -1
- package/dist/test/index.js +5 -1
- package/dist/test/index.js.map +1 -1
- package/dist/test/index.mjs +5 -1
- package/dist/test/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-canary.20
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 13fef90: chore (ai): remove automatic conversion of UI messages to model messages
|
8
|
+
- 496bbc1: chore (ui): inline/remove ChatRequest type
|
9
|
+
- da70d79: chore (ai): remove getUIText helper
|
10
|
+
- c7710a9: chore (ai): rename DataStreamToSSETransformStream to JsonToSseTransformStream
|
11
|
+
- 35fc02c: chore (ui): rename RequestOptions to CompletionRequestOptions
|
12
|
+
- b983b51: feat (ai): support model message array in prompt
|
13
|
+
|
14
|
+
### Minor Changes
|
15
|
+
|
16
|
+
- bcea599: feat (ai): add content to generateText result
|
17
|
+
- 48d675a: feat (ai): add content to streamText result
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- e90d45d: chore (rsc): move HANGING_STREAM_WARNING_TIME constant into @ai-sdk/rsc package
|
22
|
+
- bc3109f: chore (ai): push stream-callbacks into langchain/llamaindex adapters
|
23
|
+
- Updated dependencies [87b828f]
|
24
|
+
- @ai-sdk/provider-utils@3.0.0-canary.16
|
25
|
+
|
3
26
|
## 5.0.0-canary.19
|
4
27
|
|
5
28
|
### Major Changes
|