ai 6.0.0-beta.166 → 6.0.0-beta.167

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
@@ -852,7 +852,7 @@ import {
852
852
  } from "@ai-sdk/provider-utils";
853
853
 
854
854
  // src/version.ts
855
- var VERSION = true ? "6.0.0-beta.166" : "0.0.0-test";
855
+ var VERSION = true ? "6.0.0-beta.167" : "0.0.0-test";
856
856
 
857
857
  // src/util/download/download.ts
858
858
  var download = async ({ url }) => {