fix(logs): Improve logging mechanism with structured logs for publish process

This commit is contained in:
Philipp Kunz 2024-10-21 14:37:33 +02:00
parent fda3204cfb
commit 0b68a2dd57

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 2024-10-21 - 1.2.3 - fix(logs)
Improve logging mechanism with structured logs for publish process
- Enhanced log messages to provide more clarity during module publishing.
- Ensured logging captures steps of publish and init process in TsPublish and PublishModule classes respectively.
## 2024-10-21 - 1.2.3 - fix(classes.publishmodule) ## 2024-10-21 - 1.2.3 - fix(classes.publishmodule)
Add missing 'type: module' to dynamically generated package.json Add missing 'type: module' to dynamically generated package.json