ai 6.0.0-beta.85 → 6.0.0-beta.86
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +132 -126
- package/dist/index.d.ts +132 -126
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -775,7 +775,7 @@ import {
|
|
|
775
775
|
} from "@ai-sdk/provider-utils";
|
|
776
776
|
|
|
777
777
|
// src/version.ts
|
|
778
|
-
var VERSION = true ? "6.0.0-beta.
|
|
778
|
+
var VERSION = true ? "6.0.0-beta.86" : "0.0.0-test";
|
|
779
779
|
|
|
780
780
|
// src/util/download/download.ts
|
|
781
781
|
var download = async ({ url }) => {
|