fix(config): migrate project config and harden SmartFile and StreamFile defaults for updated toolchain compatibility

This commit is contained in:
2026-04-30 07:29:24 +00:00
parent 66c8de91ee
commit 8a9c4175dc
8 changed files with 2697 additions and 3938 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfile',
version: '13.1.0',
version: '13.1.3',
description: 'High-level file representation classes (SmartFile, StreamFile, VirtualDirectory) for efficient in-memory file management in Node.js using TypeScript. Works seamlessly with @push.rocks/smartfs for filesystem operations.'
}