ai 5.0.35 → 5.0.36
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -5,6 +5,7 @@ var __export = (target, all) => {
|
|
5
5
|
};
|
6
6
|
|
7
7
|
// src/index.ts
|
8
|
+
import { gateway as gateway2 } from "@ai-sdk/gateway";
|
8
9
|
import {
|
9
10
|
asSchema as asSchema5,
|
10
11
|
createIdGenerator as createIdGenerator5,
|
@@ -10270,6 +10271,7 @@ export {
|
|
10270
10271
|
generateSpeech as experimental_generateSpeech,
|
10271
10272
|
transcribe as experimental_transcribe,
|
10272
10273
|
extractReasoningMiddleware,
|
10274
|
+
gateway2 as gateway,
|
10273
10275
|
generateId2 as generateId,
|
10274
10276
|
generateObject,
|
10275
10277
|
generateText,
|