diff --git a/package-lock.json b/package-lock.json index 5d0d60b..7c63db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index c93c223..6e46d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "description": "A TypeScript library facilitating cloud-agnostic object storage with capabilities such as bucket management, file operations, directory management, and advanced data streaming functionalities.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -74,4 +74,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartbucket.git" } -} \ No newline at end of file +}