fix(config): migrate project config and harden SmartFile and StreamFile defaults for updated toolchain compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user