From 8a3f43a11a6e539a04c89242562dc94137bdb8c0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 17 May 2024 18:13:52 +0200 Subject: [PATCH] 3.0.36 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce8d0f0..ab112c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstream", - "version": "3.0.35", + "version": "3.0.36", "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.", "main": "dist_ts/index.js", @@ -69,4 +69,4 @@ "stream utilities", "esm" ] -} \ No newline at end of file +}