v0.5.6: Fix CLI execution when installed globally

This commit is contained in:
Mario Zechner 2025-08-09 20:16:59 +02:00
parent db86195dd9
commit 9fee306075
10 changed files with 308 additions and 309 deletions

View file

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