Skip to content

1.0.24

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 02 Aug 15:56
· 16 commits to main since this release

Clears the last of the review findings introduced by 1.0.22.

Passing raw PTY chunks to the terminal — the fix for UTF-8 corruption on long input lines — handed a Node Buffer to an API typed for Uint8Array, which the review checker reads as an unsafe argument. terminus-node-bridge 1.4.0 adds bufferToBytes(), returning a plain Uint8Array and keeping Node's types inside the package that exists to hold them.

No behavior change.