ai 6.0.0-beta.106 → 6.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/dist/index.mjs CHANGED
@@ -785,7 +785,7 @@ import {
785
785
  } from "@ai-sdk/provider-utils";
786
786
 
787
787
  // src/version.ts
788
- var VERSION = true ? "6.0.0-beta.106" : "0.0.0-test";
788
+ var VERSION = true ? "6.0.0-beta.108" : "0.0.0-test";
789
789
 
790
790
  // src/util/download/download.ts
791
791
  var download = async ({ url }) => {