@ai-sdk/google-vertex 5.0.47 → 5.0.49
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/anthropic/edge/index.js +1 -1
- package/dist/edge/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/maas/edge/index.js +1 -1
- package/dist/xai/edge/index.js +1 -1
- package/docs/16-google-vertex.mdx +2 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @ai-sdk/google-vertex
|
|
2
2
|
|
|
3
|
+
## 5.0.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [401a4ba]
|
|
8
|
+
- @ai-sdk/provider-utils@5.0.26
|
|
9
|
+
- @ai-sdk/anthropic@4.0.37
|
|
10
|
+
- @ai-sdk/google@4.0.40
|
|
11
|
+
- @ai-sdk/openai-compatible@3.0.29
|
|
12
|
+
|
|
13
|
+
## 5.0.48
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [83e6510]
|
|
18
|
+
- @ai-sdk/openai-compatible@3.0.28
|
|
19
|
+
|
|
3
20
|
## 5.0.47
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/edge/index.js
CHANGED
package/dist/index.js
CHANGED
package/dist/maas/edge/index.js
CHANGED
package/dist/xai/edge/index.js
CHANGED
|
@@ -138,8 +138,7 @@ You can use the following optional settings to customize the provider instance:
|
|
|
138
138
|
<a id="google-vertex-edge-runtime"></a>
|
|
139
139
|
#### Edge Runtime
|
|
140
140
|
|
|
141
|
-
Edge runtimes (like
|
|
142
|
-
They only provide a subset of the standard Node.js APIs.
|
|
141
|
+
Edge runtimes (like Cloudflare Workers) are lightweight JavaScript environments that run closer to users at the network edge. They only provide a subset of the standard Node.js APIs.
|
|
143
142
|
For example, direct file system access is not available, and many Node.js-specific libraries
|
|
144
143
|
(including the standard Google Auth library) are not compatible.
|
|
145
144
|
|
|
@@ -1627,8 +1626,7 @@ You can use the following optional settings to customize the Google Vertex Anthr
|
|
|
1627
1626
|
<a id="google-vertex-anthropic-edge-runtime"></a>
|
|
1628
1627
|
#### Edge Runtime
|
|
1629
1628
|
|
|
1630
|
-
Edge runtimes (like
|
|
1631
|
-
They only provide a subset of the standard Node.js APIs.
|
|
1629
|
+
Edge runtimes (like Cloudflare Workers) are lightweight JavaScript environments that run closer to users at the network edge. They only provide a subset of the standard Node.js APIs.
|
|
1632
1630
|
For example, direct file system access is not available, and many Node.js-specific libraries
|
|
1633
1631
|
(including the standard Google Auth library) are not compatible.
|
|
1634
1632
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/google-vertex",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.49",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"google-auth-library": "^10.6.2",
|
|
75
|
-
"@ai-sdk/anthropic": "4.0.
|
|
76
|
-
"@ai-sdk/google": "4.0.
|
|
77
|
-
"@ai-sdk/openai-compatible": "3.0.
|
|
75
|
+
"@ai-sdk/anthropic": "4.0.37",
|
|
76
|
+
"@ai-sdk/google": "4.0.40",
|
|
77
|
+
"@ai-sdk/openai-compatible": "3.0.29",
|
|
78
78
|
"@ai-sdk/provider": "4.0.7",
|
|
79
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
79
|
+
"@ai-sdk/provider-utils": "5.0.26"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/node": "22.19.19",
|