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
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 2026-04-30 - 13.1.3 - fix(config)
migrate project config and harden SmartFile and StreamFile defaults for updated toolchain compatibility
- replace npmextra.json with .smartconfig.json and update package metadata for the current release tooling
- simplify the build script and align tsconfig with the newer TypeScript toolchain by enabling noImplicitAny
- initialize SmartFile properties with safe defaults and remove empty-file constructor logging
- validate StreamFile response streams and require a relative file path before writing to a directory
- update runtime and development dependencies to current major and minor versions
## 2025-11-29 - 13.1.0 - feat(smartfs)
Integrate @push.rocks/smartfs and wire SmartFileFactory.nodeFs to return a real SmartFs instance