ai 4.1.22 → 4.1.23
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -5504,8 +5504,6 @@ var DefaultStreamTextResult = class {
|
|
5504
5504
|
transform({ part }, controller) {
|
5505
5505
|
if (part.type === "text-delta") {
|
5506
5506
|
controller.enqueue(part.textDelta);
|
5507
|
-
} else if (part.type === "error") {
|
5508
|
-
controller.error(part.error);
|
5509
5507
|
}
|
5510
5508
|
}
|
5511
5509
|
})
|