fix(build): tighten TypeScript compiler settings and refresh package metadata

This commit is contained in:
2026-04-30 08:23:22 +00:00
parent c8d3ed79aa
commit 440197ccf3
9 changed files with 298 additions and 276 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstorage',
version: '6.4.0',
version: '6.4.1',
description: 'A Node.js TypeScript package to create a local S3-compatible storage server using mapped local directories for development and testing purposes.'
}