fix(WebDuplexStream): Fix errors in WebDuplexStream transformation and test logic

This commit is contained in:
2024-10-13 11:16:46 +02:00
parent f9b8bf33b0
commit 5f2c5f9380
5 changed files with 51 additions and 48 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.0.45',
version: '3.0.46',
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.'
}