fix(storage): migrate filesystem operations to smartfs and tighten TypeScript initialization checks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user