fix(core): Fix dependency resolution in package initialization

This commit is contained in:
2024-11-05 02:20:11 +01:00
parent 1cb97cbf95
commit 50456fc004
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-05 - 1.7.7 - fix(core)
Fix dependency resolution in package initialization
- Corrected the resolution of dependencies from tspublish.json against monorepo's package.json.
- Ensures unlisted dependencies in monorepo's package.json default to its version.
## 2024-11-05 - 1.7.6 - fix(tspublish)
Fix the logging of the number of found publish modules