@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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/test/dist/index.d.mts
CHANGED
package/test/dist/index.d.ts
CHANGED
package/test/dist/index.js
CHANGED
@@ -18928,6 +18928,9 @@ var TestResponseController = class {
|
|
18928
18928
|
async write(chunk) {
|
18929
18929
|
await this.writer.write(chunk);
|
18930
18930
|
}
|
18931
|
+
async error(error3) {
|
18932
|
+
await this.writer.abort(error3);
|
18933
|
+
}
|
18931
18934
|
async close() {
|
18932
18935
|
await this.writer.close();
|
18933
18936
|
}
|