fix(core): update

This commit is contained in:
2024-06-03 14:59:40 +02:00
parent 1cb6f727af
commit 22d18dc21f
3 changed files with 41 additions and 2 deletions

View File

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