@ai-sdk/provider-utils 2.2.2 → 2.2.3
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 +6 -0
- package/package.json +1 -1
- package/test/dist/index.d.mts +1 -0
- package/test/dist/index.d.ts +1 -0
- package/test/dist/index.js +3 -0
- package/test/dist/index.js.map +1 -1
- package/test/dist/index.mjs +3 -0
- package/test/dist/index.mjs.map +1 -1
package/test/dist/index.mjs
CHANGED
@@ -18874,6 +18874,9 @@ var TestResponseController = class {
|
|
18874
18874
|
async write(chunk) {
|
18875
18875
|
await this.writer.write(chunk);
|
18876
18876
|
}
|
18877
|
+
async error(error3) {
|
18878
|
+
await this.writer.abort(error3);
|
18879
|
+
}
|
18877
18880
|
async close() {
|
18878
18881
|
await this.writer.close();
|
18879
18882
|
}
|