fix(core): Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability.

This commit is contained in:
Philipp Kunz 2024-11-25 17:36:14 +01:00
parent 96e3eadb31
commit ed8db4536b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2024-11-25 - 3.3.4 - fix(core)
Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability.
## 2024-11-24 - 3.3.3 - fix(documentation)
Improved documentation accuracy and consistency

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.3.3',
version: '3.3.4',
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.'
}