ai 6.0.0-beta.37 → 6.0.0-beta.39
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 +14 -0
- package/dist/index.d.mts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __export = (target, all) => {
|
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
// src/index.ts
|
|
8
|
-
import { gateway as gateway2
|
|
8
|
+
import { createGateway, gateway as gateway2 } from "@ai-sdk/gateway";
|
|
9
9
|
import {
|
|
10
10
|
asSchema as asSchema5,
|
|
11
11
|
createIdGenerator as createIdGenerator5,
|
|
@@ -720,7 +720,7 @@ import {
|
|
|
720
720
|
} from "@ai-sdk/provider-utils";
|
|
721
721
|
|
|
722
722
|
// src/version.ts
|
|
723
|
-
var VERSION = true ? "6.0.0-beta.
|
|
723
|
+
var VERSION = true ? "6.0.0-beta.39" : "0.0.0-test";
|
|
724
724
|
|
|
725
725
|
// src/util/download/download.ts
|
|
726
726
|
var download = async ({ url }) => {
|