chore: bump pi packages to ^0.80.3

Raises the minimum supported Pi version from 0.78 to 0.80. Required
for the upcoming removal of pi-web's dependency on pi-ai's deprecated
compat entrypoint (@earendil-works/pi-ai/compat).
This commit is contained in:
Federico Jaramillo Martinez
2026-07-02 10:59:58 +02:00
parent 377b5a28b6
commit e63665549a
2 changed files with 205 additions and 337 deletions
+6 -6
View File
@@ -78,9 +78,9 @@
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@earendil-works/pi-agent-core": "^0.79.1",
"@earendil-works/pi-ai": "^0.79.1",
"@earendil-works/pi-coding-agent": "^0.79.1",
"@earendil-works/pi-agent-core": "^0.80.3",
"@earendil-works/pi-ai": "^0.80.3",
"@earendil-works/pi-coding-agent": "^0.80.3",
"@eslint/js": "^10.0.1",
"@types/node": "^24.10.1",
"@types/ws": "^8.18.1",
@@ -109,9 +109,9 @@
"homepage": "https://pi-web.dev/",
"packageManager": "[email protected]",
"peerDependencies": {
"@earendil-works/pi-agent-core": ">=0.78.0 <1",
"@earendil-works/pi-ai": ">=0.78.0 <1",
"@earendil-works/pi-coding-agent": ">=0.78.0 <1"
"@earendil-works/pi-agent-core": ">=0.80.0 <1",
"@earendil-works/pi-ai": ">=0.80.0 <1",
"@earendil-works/pi-coding-agent": ">=0.80.0 <1"
},
"keywords": [
"pi-package",