From fa4c44ae04be2d780ae442f4f67f5252552eee1f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 15 Aug 2025 18:31:42 +0000 Subject: [PATCH] 3.3.9 --- 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 22c1c09..c5bea88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.8", + "version": "3.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.3.8", + "version": "3.3.9", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index 2ef4a29..fdf604e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.8", + "version": "3.3.9", "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",