fix(metadata): Fix metadata handling to address type assertion and data retrieval.

This commit is contained in:
2024-11-18 11:24:11 +01:00
parent 7db4d24817
commit e7f60465ff
6 changed files with 5746 additions and 5642 deletions

View File

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