ai 5.1.0-beta.16 → 5.1.0-beta.18
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 +19 -0
- package/dist/index.d.mts +21 -41
- package/dist/index.d.ts +21 -41
- 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.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -711,7 +711,7 @@ import {
|
|
|
711
711
|
} from "@ai-sdk/provider-utils";
|
|
712
712
|
|
|
713
713
|
// src/version.ts
|
|
714
|
-
var VERSION = true ? "5.1.0-beta.
|
|
714
|
+
var VERSION = true ? "5.1.0-beta.18" : "0.0.0-test";
|
|
715
715
|
|
|
716
716
|
// src/util/download/download.ts
|
|
717
717
|
var download = async ({ url }) => {
|