From c8465b82beebbc06df61bfb3a1d8f0ab2253d28a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Jun 2024 18:58:08 +0200 Subject: [PATCH] 3.0.44 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 522b1ac..743433b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.0.43", + "version": "3.0.44", "private": false, "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.", "type": "module",