v0.5.4 - Fix CLI execution when imported and JSON import issues

This commit is contained in:
Mario Zechner 2025-08-09 19:38:00 +02:00
parent f579a3f112
commit 1887e33339
7 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.3",
"version": "0.5.4",
"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.3",
"@mariozechner/pi-agent": "^0.5.4",
"chalk": "^5.5.0"
},
"devDependencies": {}