ai 5.0.214 → 5.0.216

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.
@@ -151,7 +151,7 @@ function detectMediaType({
151
151
  var import_provider_utils2 = require("@ai-sdk/provider-utils");
152
152
 
153
153
  // src/version.ts
154
- var VERSION = true ? "5.0.214" : "0.0.0-test";
154
+ var VERSION = true ? "5.0.216" : "0.0.0-test";
155
155
 
156
156
  // src/util/download/download.ts
157
157
  var download = async ({
@@ -132,7 +132,7 @@ import {
132
132
  } from "@ai-sdk/provider-utils";
133
133
 
134
134
  // src/version.ts
135
- var VERSION = true ? "5.0.214" : "0.0.0-test";
135
+ var VERSION = true ? "5.0.216" : "0.0.0-test";
136
136
 
137
137
  // src/util/download/download.ts
138
138
  var download = async ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "5.0.214",
3
+ "version": "5.0.216",
4
4
  "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.",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@opentelemetry/api": "1.9.0",
38
- "@ai-sdk/gateway": "2.0.113",
38
+ "@ai-sdk/gateway": "2.0.115",
39
39
  "@ai-sdk/provider": "2.0.3",
40
- "@ai-sdk/provider-utils": "3.0.29"
40
+ "@ai-sdk/provider-utils": "3.0.30"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@edge-runtime/vm": "^5.0.0",