ai 7.0.0-beta.95 → 7.0.0-beta.96

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,12 @@
1
1
  # ai
2
2
 
3
+ ## 7.0.0-beta.96
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0457e45]
8
+ - @ai-sdk/gateway@4.0.0-beta.53
9
+
3
10
  ## 7.0.0-beta.95
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1380,7 +1380,7 @@ import {
1380
1380
  } from "@ai-sdk/provider-utils";
1381
1381
 
1382
1382
  // src/version.ts
1383
- var VERSION = true ? "7.0.0-beta.95" : "0.0.0-test";
1383
+ var VERSION = true ? "7.0.0-beta.96" : "0.0.0-test";
1384
1384
 
1385
1385
  // src/util/download/download.ts
1386
1386
  var download = async ({
@@ -196,7 +196,7 @@ import {
196
196
  } from "@ai-sdk/provider-utils";
197
197
 
198
198
  // src/version.ts
199
- var VERSION = true ? "7.0.0-beta.95" : "0.0.0-test";
199
+ var VERSION = true ? "7.0.0-beta.96" : "0.0.0-test";
200
200
 
201
201
  // src/util/download/download.ts
202
202
  var download = async ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "7.0.0-beta.95",
3
+ "version": "7.0.0-beta.96",
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,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@ai-sdk/gateway": "4.0.0-beta.52",
45
+ "@ai-sdk/gateway": "4.0.0-beta.53",
46
46
  "@ai-sdk/provider": "4.0.0-beta.12",
47
47
  "@ai-sdk/provider-utils": "5.0.0-beta.20"
48
48
  },