fix(WebDuplexStream): Improved read/write interface and error handling in WebDuplexStream

This commit is contained in:
2024-10-13 20:20:31 +02:00
parent 04c22f73df
commit 7b1d2199e9
4 changed files with 96 additions and 109 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.1.0',
version: '3.1.1',
description: 'A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.'
}