fix(WebDuplexStream): Fix variable naming inconsistency in WebDuplexStream test

This commit is contained in:
2024-10-14 13:55:14 +02:00
parent 6a2ef1b152
commit e138bca39d
4 changed files with 14 additions and 8 deletions

View File

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