@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.
@@ -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
  }