From 96e3eadb3181ed64ee545f05f2a74b3a6a447afa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 24 Nov 2024 20:12:21 +0100 Subject: [PATCH] 3.3.3 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c63db9..c571cab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.3.2", + "version": "3.3.3", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index 9c183aa..d843640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.2", + "version": "3.3.3", "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", @@ -72,4 +72,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartbucket.git" } -} \ No newline at end of file +}