ai 5.0.97 → 5.0.99

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, createGateway } from "@ai-sdk/gateway";
8
+ import { createGateway, gateway as gateway2 } from "@ai-sdk/gateway";
9
9
  import {
10
10
  asSchema as asSchema5,
11
11
  createIdGenerator as createIdGenerator5,
@@ -684,7 +684,7 @@ import {
684
684
  } from "@ai-sdk/provider-utils";
685
685
 
686
686
  // src/version.ts
687
- var VERSION = true ? "5.0.97" : "0.0.0-test";
687
+ var VERSION = true ? "5.0.99" : "0.0.0-test";
688
688
 
689
689
  // src/util/download/download.ts
690
690
  var download = async ({ url }) => {