ai 5.0.38 → 5.0.40

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/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 } from "@ai-sdk/gateway";
8
+ import { gateway as gateway2, createGateway } from "@ai-sdk/gateway";
9
9
  import {
10
10
  asSchema as asSchema5,
11
11
  createIdGenerator as createIdGenerator5,
@@ -10265,6 +10265,7 @@ export {
10265
10265
  coreToolMessageSchema,
10266
10266
  coreUserMessageSchema,
10267
10267
  cosineSimilarity,
10268
+ createGateway,
10268
10269
  createIdGenerator5 as createIdGenerator,
10269
10270
  createProviderRegistry,
10270
10271
  createTextStreamResponse,