fix(metadata): Fix metadata handling for deleted files

This commit is contained in:
2024-11-24 02:28:48 +01:00
parent b7a1f2087c
commit 6ab77ece6e
2 changed files with 6 additions and 1 deletions

View File

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