@ai-sdk/provider-utils 4.0.11 → 4.0.13

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
@@ -410,7 +410,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
410
410
  }
411
411
 
412
412
  // src/version.ts
413
- var VERSION = true ? "4.0.11" : "0.0.0-test";
413
+ var VERSION = true ? "4.0.13" : "0.0.0-test";
414
414
 
415
415
  // src/get-from-api.ts
416
416
  var getOriginalFetch = () => globalThis.fetch;
@@ -2515,7 +2515,6 @@ async function* executeTool({
2515
2515
  }
2516
2516
 
2517
2517
  // src/index.ts
2518
- export * from "@standard-schema/spec";
2519
2518
  import {
2520
2519
  EventSourceParserStream as EventSourceParserStream2
2521
2520
  } from "eventsource-parser/stream";