fix(build): migrate filesystem access to smartfs and tighten TypeScript compatibility

This commit is contained in:
2026-04-30 10:20:07 +00:00
parent a71a53092b
commit 8c6e8d9c96
14 changed files with 7298 additions and 3761 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 3.0.5 - fix(build)
migrate filesystem access to smartfs and tighten TypeScript compatibility
- replace legacy smartfile, smartpath, and smartpromise usage with @push.rocks/smartfs across template, partial, and directory compilation flows
- update tests and async APIs to await directory compilation and use Node.js fileURLToPath path resolution
- enable stricter TypeScript settings with noImplicitAny and add safer typing for helpers and variable analysis
## 2025-01-25 - 3.0.4 - fix(metadata)
Removed CI configuration file .gitlab-ci.yml and updated project metadata