Release v0.12.13

This commit is contained in:
Mario Zechner
2025-12-05 23:38:32 +01:00
parent bd3f5779d3
commit 05849258b5
11 changed files with 40 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.12.12",
"version": "0.12.13",
"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-core": "^0.12.12",
"@mariozechner/pi-agent-core": "^0.12.13",
"chalk": "^5.5.0"
},
"devDependencies": {}