fix(tsdockermanager): update project info loading to use the async ProjectInfo factory

This commit is contained in:
2026-05-08 13:40:20 +00:00
parent 56cf0c0f52
commit 302667305e
5 changed files with 40 additions and 158 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-05-08 - 2.2.6 - fix(tsdockermanager)
update project info loading to use the async ProjectInfo factory
- bump @push.rocks/projectinfo from ^5.0.2 to ^5.1.0
- replace direct ProjectInfo construction with await ProjectInfo.create(paths.cwd) during manager preparation
## 2026-04-30 - 2.2.5 - fix(scripts)
use pnpm for the test script build command