fix(SmartDuplex): Fix issue with SmartDuplex fromWebReadableStream method

This commit is contained in:
2024-10-16 02:02:48 +02:00
parent 60c8824f33
commit f211cc8ddd
4 changed files with 15 additions and 15 deletions

View File

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