fix(build): modernize package configuration and remove smartfile dependency from filesystem operations

This commit is contained in:
2026-05-01 16:40:11 +00:00
parent 27fd2efb51
commit 61218599c8
12 changed files with 4044 additions and 5807 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 1.0.41 - fix(build)
modernize package configuration and remove smartfile dependency from filesystem operations
- adds package exports and includes .smartconfig.json and license in published files
- updates build and test tooling to current @git.zone versions and migrates tests to @git.zone/tstest
- replaces smartfile usage with native fs APIs for debug output and .nogit directory creation
- enables stricter TypeScript settings with noImplicitAny and explicit node types
## 2025-01-01 - 1.0.40 - fix(test)
Fix test configuration and import path in test suite