chore: bump version to 0.5.43

This commit is contained in:
Mario Zechner 2025-09-19 01:49:46 +02:00
parent f55985f633
commit c1185c7b95
8 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent",
"version": "0.5.42",
"version": "0.5.43",
"description": "General-purpose agent with tool calling and session persistence",
"type": "module",
"bin": {
@ -18,7 +18,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-tui": "^0.5.42",
"@mariozechner/pi-tui": "^0.5.43",
"@types/glob": "^8.1.0",
"chalk": "^5.5.0",
"glob": "^11.0.3",