@ai-sdk/anthropic 3.0.0-beta.63 → 3.0.0-beta.64
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 +8 -0
- package/dist/index.js +456 -405
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +459 -406
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +455 -404
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +458 -405
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 3.0.0-beta.64
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 03849b0: throw 500 error when the first stream chunk is an error
|
|
8
|
+
- Updated dependencies [03849b0]
|
|
9
|
+
- @ai-sdk/provider-utils@4.0.0-beta.38
|
|
10
|
+
|
|
3
11
|
## 3.0.0-beta.63
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|