@ai-sdk/provider-utils 1.0.22 → 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.
- package/CHANGELOG.md +19 -0
- package/dist/index.d.mts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +4 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/test/dist/index.d.mts +1 -6
- package/test/dist/index.d.ts +1 -6
- package/test/dist/index.js +0 -5
- package/test/dist/index.js.map +1 -1
- package/test/dist/index.mjs +0 -4
- package/test/dist/index.mjs.map +1 -1
package/test/dist/index.mjs
CHANGED
@@ -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
|
};
|