fix(core): update

This commit is contained in:
2024-05-17 18:40:32 +02:00
parent 8a3f43a11a
commit 898cc0407d
2 changed files with 2 additions and 2 deletions

View File

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