Release v0.42.5

This commit is contained in:
Mario Zechner 2026-01-11 04:10:49 +01:00
parent fa8076bb3d
commit 31fe16f2e7
17 changed files with 63 additions and 63 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.42.4",
"version": "0.42.5",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -33,7 +33,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.42.4",
"@mariozechner/pi-agent-core": "^0.42.5",
"chalk": "^5.5.0"
},
"devDependencies": {}