Archived
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:
+6
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user