ai 5.0.0-canary.18 → 5.0.0-canary.19
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 +17 -0
- package/dist/index.d.mts +717 -432
- package/dist/index.d.ts +717 -432
- package/dist/index.js +3261 -3615
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3274 -3626
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +442 -177
- package/dist/internal/index.d.ts +442 -177
- package/dist/internal/index.js +911 -1352
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +911 -1348
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-canary.19
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 2d03e19: chore (ai): remove StreamCallbacks.onCompletion
|
8
|
+
- 319b989: chore (ai): remove content from ui messages
|
9
|
+
- 441d042: chore (ui): data stream protocol v2 with SSEs
|
10
|
+
- dcc549b: remove StreamTextResult.mergeIntoDataStream method
|
11
|
+
rename DataStreamOptions.getErrorMessage to onError
|
12
|
+
add pipeTextStreamToResponse function
|
13
|
+
add createTextStreamResponse function
|
14
|
+
change createDataStreamResponse function to accept a DataStream and not a DataStreamWriter
|
15
|
+
change pipeDataStreamToResponse function to accept a DataStream and not a DataStreamWriter
|
16
|
+
change pipeDataStreamToResponse function to have a single parameter
|
17
|
+
- cb2b53a: chore (ai): refactor header preparation
|
18
|
+
- e244a78: chore (ai): remove StreamData and mergeStreams
|
19
|
+
|
3
20
|
## 5.0.0-canary.18
|
4
21
|
|
5
22
|
### Major Changes
|