feat(core): Add support for multiple registries in the publish process

This commit is contained in:
2024-10-21 16:01:08 +02:00
parent f3d641d1c1
commit 819c1dca0f
3 changed files with 28 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-21 - 1.3.0 - feat(core)
Add support for multiple registries in the publish process
- Updated the PublishModule class to handle multiple registries for publishing.
- Refactored the handling of tspublish.json by incorporating it into the PublishModule options.
- Implemented logic to parse registry access level and apply it during publication.
## 2024-10-21 - 1.2.4 - fix(publishmodule)
Fix syntax errors and improve formatting in classes.publishmodule.ts