fix(core): Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability.
This commit is contained in:
parent
96e3eadb31
commit
ed8db4536b
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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)
|
## 2024-11-24 - 3.3.3 - fix(documentation)
|
||||||
Improved documentation accuracy and consistency
|
Improved documentation accuracy and consistency
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartbucket',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user