ai 5.0.53 → 5.0.55
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 +15 -0
- package/dist/index.d.mts +12 -31
- package/dist/index.d.ts +12 -31
- 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 +4 -4
package/dist/index.mjs
CHANGED
|
@@ -679,7 +679,7 @@ import {
|
|
|
679
679
|
} from "@ai-sdk/provider-utils";
|
|
680
680
|
|
|
681
681
|
// src/version.ts
|
|
682
|
-
var VERSION = true ? "5.0.
|
|
682
|
+
var VERSION = true ? "5.0.55" : "0.0.0-test";
|
|
683
683
|
|
|
684
684
|
// src/util/download/download.ts
|
|
685
685
|
var download = async ({ url }) => {
|