Release v0.80.10

This commit is contained in:
Armin Ronacher
2026-07-16 23:59:41 +02:00
parent c29eda6fb7
commit 8dc78834cd
25 changed files with 114 additions and 78 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-orchestrator",
"version": "0.80.9",
"version": "0.80.10",
"description": "experimental orchestrator package for pi",
"type": "module",
"main": "./dist/index.js",
@@ -37,7 +37,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.80.9"
"@earendil-works/pi-coding-agent": "^0.80.10"
},
"devDependencies": {
"shx": "0.4.0"