feat(core): Refactor directory reading and module discovery for publishing process

This commit is contained in:
2024-10-26 14:08:23 +02:00
parent 386504b0fb
commit dc97693ec8
6 changed files with 3085 additions and 4133 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-26 - 1.4.0 - feat(core)
Refactor directory reading and module discovery for publishing process
- Renamed 'readDirectory' method to 'getModuleSubDirs' for clarity in describing function purpose.
- Enhanced 'getModuleSubDirs' to return module information including parsed 'tspublish.json' data for each module.
- Introduced new 'interfaces' directory to define TypeScript interfaces like 'ITsPublishJson'.
## 2024-10-23 - 1.3.3 - fix(core)
Fix logging mechanism on existing package version check