ai 7.0.0-beta.107 → 7.0.0-beta.108

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,13 @@
1
1
  # ai
2
2
 
3
+ ## 7.0.0-beta.108
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f807e45]
8
+ - @ai-sdk/provider-utils@5.0.0-beta.24
9
+ - @ai-sdk/gateway@4.0.0-beta.60
10
+
3
11
  ## 7.0.0-beta.107
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1263,7 +1263,7 @@ import {
1263
1263
  } from "@ai-sdk/provider-utils";
1264
1264
 
1265
1265
  // src/version.ts
1266
- var VERSION = true ? "7.0.0-beta.107" : "0.0.0-test";
1266
+ var VERSION = true ? "7.0.0-beta.108" : "0.0.0-test";
1267
1267
 
1268
1268
  // src/util/download/download.ts
1269
1269
  var download = async ({
@@ -197,7 +197,7 @@ import {
197
197
  } from "@ai-sdk/provider-utils";
198
198
 
199
199
  // src/version.ts
200
- var VERSION = true ? "7.0.0-beta.107" : "0.0.0-test";
200
+ var VERSION = true ? "7.0.0-beta.108" : "0.0.0-test";
201
201
 
202
202
  // src/util/download/download.ts
203
203
  var download = async ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "7.0.0-beta.107",
3
+ "version": "7.0.0-beta.108",
4
4
  "type": "module",
5
5
  "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",
6
6
  "license": "Apache-2.0",
@@ -42,9 +42,9 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@ai-sdk/gateway": "4.0.0-beta.59",
45
+ "@ai-sdk/gateway": "4.0.0-beta.60",
46
46
  "@ai-sdk/provider": "4.0.0-beta.12",
47
- "@ai-sdk/provider-utils": "5.0.0-beta.23"
47
+ "@ai-sdk/provider-utils": "5.0.0-beta.24"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@edge-runtime/vm": "^5.0.0",