fix(build): migrate project tooling and filesystem integration to current smartfs-based stack

This commit is contained in:
2026-04-07 20:13:18 +00:00
parent 6af4f6b9c0
commit 3ac4676cc6
13 changed files with 3282 additions and 3581 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-07 - 3.2.1 - fix(build)
migrate project tooling and filesystem integration to current smartfs-based stack
- replace smartfile usage in disk cache management with smartfs file and directory operations
- update build scripts, TypeScript config, and package dependencies for current toolchain compatibility
- align S3 configuration types and documentation with the current @tsclass/tsclass storage descriptor interface
- move project metadata from npmextra.json to .smartconfig.json
## 2025-08-28 - 3.2.0 - feat(docs)
Expand README with detailed usage/examples, update test runner and test script, and pin/bump dependencies