fix(core): Refactor Bucket class for improved error handling

This commit is contained in:
2024-11-24 03:05:10 +01:00
parent 0b396f19cf
commit 16a82ac50a
3 changed files with 25 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.2.1',
version: '3.2.2',
description: 'A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming.'
}