@ai-sdk/google-vertex 2.0.6 → 2.0.8
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @ai-sdk/google-vertex
|
2
2
|
|
3
|
+
## 2.0.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- e07439a: feat (provider/google): Include safety ratings response detail.
|
8
|
+
- 4017b0f: feat (provider/google-vertex): Enhance grounding metadata response detail.
|
9
|
+
- a9df182: feat (provider/google): Add support for search grounding.
|
10
|
+
- Updated dependencies [e07439a]
|
11
|
+
- Updated dependencies [4017b0f]
|
12
|
+
- Updated dependencies [a9df182]
|
13
|
+
- @ai-sdk/google@1.0.10
|
14
|
+
|
15
|
+
## 2.0.7
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Updated dependencies [c0b1c7e]
|
20
|
+
- @ai-sdk/google@1.0.9
|
21
|
+
|
3
22
|
## 2.0.6
|
4
23
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ai-sdk/google-vertex",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.8",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@ai-sdk/anthropic": "1.0.5",
|
41
|
-
"@ai-sdk/google": "1.0.
|
41
|
+
"@ai-sdk/google": "1.0.10",
|
42
42
|
"@ai-sdk/provider": "1.0.2",
|
43
43
|
"@ai-sdk/provider-utils": "2.0.4",
|
44
44
|
"google-auth-library": "^9.15.0"
|