From a490f521abe96ade37b07e92543c4a6bb79e9a5f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 3 Jun 2024 15:29:15 +0200 Subject: [PATCH] 3.0.43 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51c0652..522b1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.0.42", + "version": "3.0.43", "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",