fix(core): update

This commit is contained in:
2024-05-17 18:13:51 +02:00
parent f13db1e422
commit da2191bb96
5 changed files with 261 additions and 33 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.0.35',
description: 'simplifies access to node streams'
version: '3.0.36',
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.'
}