fix(smartscaf): migrate file handling to SmartFileFactory and tighten TypeScript compatibility

This commit is contained in:
2026-04-30 10:22:59 +00:00
parent 3c68eae55d
commit 77a921920b
9 changed files with 2188 additions and 4522 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 4.0.22 - fix(smartscaf)
migrate file handling to SmartFileFactory and tighten TypeScript compatibility
- replace deprecated smartfile fs and memory helpers with SmartFileFactory virtual directory APIs
- initialize class properties and add explicit typings to satisfy stricter TypeScript settings
- update test imports and tooling dependencies for newer tstest and smartfile ecosystem versions
## 2026-03-24 - 4.0.21 - fix(smartconfig)
correct smartconfig package key and add npmjs registry for public releases