fix(core): Fix import and typings for improved compatibility

This commit is contained in:
2024-10-26 14:17:38 +02:00
parent 6aef7da9c4
commit 36a1054b45
6 changed files with 19 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarts3',
version: '2.2.0',
version: '2.2.1',
description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.'
}