ai 6.0.0-beta.162 → 6.0.0-beta.163

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
@@ -844,7 +844,7 @@ import {
844
844
  } from "@ai-sdk/provider-utils";
845
845
 
846
846
  // src/version.ts
847
- var VERSION = true ? "6.0.0-beta.162" : "0.0.0-test";
847
+ var VERSION = true ? "6.0.0-beta.163" : "0.0.0-test";
848
848
 
849
849
  // src/util/download/download.ts
850
850
  var download = async ({ url }) => {