fix(storage): migrate filesystem operations to smartfs and tighten TypeScript initialization checks

This commit is contained in:
2026-04-30 10:12:32 +00:00
parent 1c4ba7a7d0
commit 6084ffb0ce
9 changed files with 2827 additions and 3656 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 6.1.1 - fix(storage)
migrate filesystem operations to smartfs and tighten TypeScript initialization checks
- replace @push.rocks/smartfile usage with smartfs and native node:fs across app data, key value store, and smartconfig handling
- improve JSON file read/write and deletion logic for persistent key value storage
- enable noImplicitAny in TypeScript config and add explicit initialization/type assertions where required
- update build tooling and runtime dependencies to match the new filesystem implementation
## 2026-03-24 - 6.1.0 - feat(docs)
refresh project documentation and migrate smartconfig tool configuration keys