1.0.24
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.