fix(services): Improve services and commit flow: stop AiDoc, use silent docker inspect, sync ports with logging, fix config loading, and bump deps

This commit is contained in:
2025-08-16 11:38:21 +00:00
parent cc37f70185
commit fba3e9d2b0
7 changed files with 1602 additions and 209 deletions

View File

@@ -64,11 +64,11 @@
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartinteract": "^2.0.16",
"@push.rocks/smartnetwork": "^4.1.2",
"@push.rocks/smartshell": "^3.2.3",
"@push.rocks/smartshell": "^3.2.4",
"@types/node": "^22.15.18"
},
"dependencies": {
"@git.zone/tsdoc": "^1.5.0",
"@git.zone/tsdoc": "^1.5.1",
"@git.zone/tspublish": "^1.9.1",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
@@ -114,7 +114,11 @@
"last 1 chrome versions"
],
"pnpm": {
"overrides": {}
"overrides": {},
"onlyBuiltDependencies": [
"puppeteer",
"sharp"
]
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}