ai 5.0.43 → 5.0.45
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 +15 -0
- package/dist/index.js +227 -172
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +152 -82
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +61 -36
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +51 -23
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# ai
|
|
2
2
|
|
|
3
|
+
## 5.0.45
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 76024fc: fix(ai): fix static tool call and result detection when dynamic is undefined
|
|
8
|
+
- 93d8b60: fix(ai): do not filter zero-length text parts that have provider options
|
|
9
|
+
- d8eb31f: fix(ai): fix webp image detection from base64
|
|
10
|
+
|
|
11
|
+
## 5.0.44
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [f49f924]
|
|
16
|
+
- @ai-sdk/gateway@1.0.23
|
|
17
|
+
|
|
3
18
|
## 5.0.43
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|