@ai-sdk/google-vertex 3.0.0-canary.15 → 3.0.0-canary.16

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,18 @@
1
1
  # @ai-sdk/google-vertex
2
2
 
3
+ ## 3.0.0-canary.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a571d6e]
8
+ - Updated dependencies [a8c8bd5]
9
+ - Updated dependencies [7979f7f]
10
+ - Updated dependencies [41fa418]
11
+ - @ai-sdk/provider-utils@3.0.0-canary.15
12
+ - @ai-sdk/provider@2.0.0-canary.14
13
+ - @ai-sdk/anthropic@2.0.0-canary.15
14
+ - @ai-sdk/google@2.0.0-canary.16
15
+
3
16
  ## 3.0.0-canary.15
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AI SDK - Google Vertex AI Provider
2
2
 
3
- The **[Google Vertex provider](https://sdk.vercel.ai/providers/ai-sdk-providers/google-vertex)** for the [AI SDK](https://sdk.vercel.ai/docs) contains language model support for the [Google Vertex AI](https://cloud.google.com/vertex-ai) APIs.
3
+ The **[Google Vertex provider](https://ai-sdk.dev/providers/ai-sdk-providers/google-vertex)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the [Google Vertex AI](https://cloud.google.com/vertex-ai) APIs.
4
4
 
5
5
  This library includes a Google Vertex Anthropic provider. This provider closely follows the core Google Vertex library's usage patterns. See more in the [Google Vertex Anthropic Provider](#google-vertex-anthropic-provider) section below.
6
6
 
@@ -218,4 +218,4 @@ const { text } = await generateText({
218
218
 
219
219
  ## Documentation
220
220
 
221
- Please check out the **[Google Vertex provider](https://sdk.vercel.ai/providers/ai-sdk-providers/google-vertex)** for more information.
221
+ Please check out the **[Google Vertex provider](https://ai-sdk.dev/providers/ai-sdk-providers/google-vertex)** for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/google-vertex",
3
- "version": "3.0.0-canary.15",
3
+ "version": "3.0.0-canary.16",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "google-auth-library": "^9.15.0",
41
- "@ai-sdk/anthropic": "2.0.0-canary.14",
42
- "@ai-sdk/google": "2.0.0-canary.15",
43
- "@ai-sdk/provider": "2.0.0-canary.13",
44
- "@ai-sdk/provider-utils": "3.0.0-canary.14"
41
+ "@ai-sdk/anthropic": "2.0.0-canary.15",
42
+ "@ai-sdk/google": "2.0.0-canary.16",
43
+ "@ai-sdk/provider": "2.0.0-canary.14",
44
+ "@ai-sdk/provider-utils": "3.0.0-canary.15"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "20.17.24",
@@ -59,7 +59,7 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "homepage": "https://sdk.vercel.ai/docs",
62
+ "homepage": "https://ai-sdk.dev/docs",
63
63
  "repository": {
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/vercel/ai.git"