ai 6.0.0-beta.88 → 6.0.0-beta.89

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 ? "6.0.0-beta.88" : "0.0.0-test";
180
+ var VERSION = true ? "6.0.0-beta.89" : "0.0.0-test";
181
181
 
182
182
  // src/util/download/download.ts
183
183
  var download = async ({ url }) => {
@@ -153,7 +153,7 @@ import {
153
153
  } from "@ai-sdk/provider-utils";
154
154
 
155
155
  // src/version.ts
156
- var VERSION = true ? "6.0.0-beta.88" : "0.0.0-test";
156
+ var VERSION = true ? "6.0.0-beta.89" : "0.0.0-test";
157
157
 
158
158
  // src/util/download/download.ts
159
159
  var download = async ({ url }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "6.0.0-beta.88",
3
+ "version": "6.0.0-beta.89",
4
4
  "description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,