@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 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
@@ -10,7 +10,7 @@ import {
10
10
  } from "@ai-sdk/provider-utils";
11
11
 
12
12
  // src/version.ts
13
- var VERSION = true ? "5.0.47" : "0.0.0-test";
13
+ var VERSION = true ? "5.0.49" : "0.0.0-test";
14
14
 
15
15
  // src/edge/google-vertex-auth-edge.ts
16
16
  var loadCredentials = async () => {
@@ -18,7 +18,7 @@ import {
18
18
  } from "@ai-sdk/provider-utils";
19
19
 
20
20
  // src/version.ts
21
- var VERSION = true ? "5.0.47" : "0.0.0-test";
21
+ var VERSION = true ? "5.0.49" : "0.0.0-test";
22
22
 
23
23
  // src/google-vertex-embedding-model.ts
24
24
  import {
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  } from "@ai-sdk/provider-utils";
34
34
 
35
35
  // src/version.ts
36
- var VERSION = true ? "5.0.47" : "0.0.0-test";
36
+ var VERSION = true ? "5.0.49" : "0.0.0-test";
37
37
 
38
38
  // src/google-vertex-embedding-model.ts
39
39
  import {
@@ -10,7 +10,7 @@ import {
10
10
  } from "@ai-sdk/provider-utils";
11
11
 
12
12
  // src/version.ts
13
- var VERSION = true ? "5.0.47" : "0.0.0-test";
13
+ var VERSION = true ? "5.0.49" : "0.0.0-test";
14
14
 
15
15
  // src/edge/google-vertex-auth-edge.ts
16
16
  var loadCredentials = async () => {
@@ -10,7 +10,7 @@ import {
10
10
  } from "@ai-sdk/provider-utils";
11
11
 
12
12
  // src/version.ts
13
- var VERSION = true ? "5.0.47" : "0.0.0-test";
13
+ var VERSION = true ? "5.0.49" : "0.0.0-test";
14
14
 
15
15
  // src/edge/google-vertex-auth-edge.ts
16
16
  var loadCredentials = async () => {
@@ -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 Vercel Edge Functions and Cloudflare Workers) are lightweight JavaScript environments that run closer to users at the network edge.
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 Vercel Edge Functions and Cloudflare Workers) are lightweight JavaScript environments that run closer to users at the network edge.
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.47",
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.36",
76
- "@ai-sdk/google": "4.0.39",
77
- "@ai-sdk/openai-compatible": "3.0.27",
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.25"
79
+ "@ai-sdk/provider-utils": "5.0.26"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/node": "22.19.19",