@ai-sdk/provider-utils 2.0.0-canary.0 → 2.0.0-canary.1

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.
@@ -5541,9 +5541,6 @@ function describeWithTestServer(description, responses, testFunction) {
5541
5541
  });
5542
5542
  });
5543
5543
  }
5544
-
5545
- // src/test/index.ts
5546
- var convertStreamToArray = convertReadableStreamToArray;
5547
5544
  export {
5548
5545
  JsonTestServer,
5549
5546
  StreamingTestServer,
@@ -5552,7 +5549,6 @@ export {
5552
5549
  convertAsyncIterableToArray,
5553
5550
  convertReadableStreamToArray,
5554
5551
  convertResponseStreamToArray,
5555
- convertStreamToArray,
5556
5552
  describeWithTestServer,
5557
5553
  withTestServer
5558
5554
  };