fix(core): Fix issues with path keys in tsconfig and logger setup in logging.ts.

This commit is contained in:
2024-10-28 01:36:24 +01:00
parent a3226efd9a
commit ff365ee508
5 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-28 - 1.5.4 - fix(core)
Fix issues with path keys in tsconfig and logger setup in logging.ts.
- Corrected the iteration over paths in the createTsconfigJson method of PublishModule.
- Fixed logger setup by ensuring console is enabled in logging.ts.
## 2024-10-28 - 1.5.3 - fix(core)
Fix incorrect logging and directory preparation