fix(ts): Fixed formatting issues in SmartDuplex class

This commit is contained in:
2024-10-13 00:02:01 +02:00
parent c8465b82be
commit a55b2548d7
4 changed files with 66 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.0.44',
version: '3.0.45',
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.'
}