ai 5.0.197 → 5.0.199

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.
@@ -177,7 +177,7 @@ _a = symbol;
177
177
  var import_provider_utils2 = require("@ai-sdk/provider-utils");
178
178
 
179
179
  // src/version.ts
180
- var VERSION = true ? "5.0.197" : "0.0.0-test";
180
+ var VERSION = true ? "5.0.199" : "0.0.0-test";
181
181
 
182
182
  // src/util/download/download.ts
183
183
  var download = async ({
@@ -156,7 +156,7 @@ import {
156
156
  } from "@ai-sdk/provider-utils";
157
157
 
158
158
  // src/version.ts
159
- var VERSION = true ? "5.0.197" : "0.0.0-test";
159
+ var VERSION = true ? "5.0.199" : "0.0.0-test";
160
160
 
161
161
  // src/util/download/download.ts
162
162
  var download = async ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "5.0.197",
3
+ "version": "5.0.199",
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,