From 8554554642db534bf5e784731f1377560c15d23b Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 15 Aug 2025 18:28:27 +0000 Subject: [PATCH] 3.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 270a22e..22c1c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.7", + "version": "3.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.3.7", + "version": "3.3.8", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index a1a150a..2ef4a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.7", + "version": "3.3.8", "description": "A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",