chore: bump version to 0.5.36

This commit is contained in:
Mario Zechner
2025-09-16 01:11:28 +02:00
parent e8370436d7
commit 365b9ec390
8 changed files with 100 additions and 18 deletions

View File

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