From 0b9d8c4a72aa1b94b66dddf146f97904d819672a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 13 Feb 2026 13:59:44 +0000 Subject: [PATCH] v5.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3499a2f..68e38bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smarts3", - "version": "5.1.0", + "version": "5.1.1", "private": false, "description": "A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.", "main": "dist_ts/index.js",