Archived
chore(deps): require pi 0.80.8+ and correct dep ranges (issue #62)
Bump the three @earendil-works/* devDependencies to ^0.80.8 and tighten peerDependencies from '>=0.80.0 <1' to '>=0.80.8 <0.81' so npm cannot resolve the pre-0.80.8 line that still expected the removed AuthStorage export. Installed lockfile pins 0.80.10. The new export surface (ModelRuntime, readStoredCredential, InMemoryCredentialStore) now resolves; remaining typecheck errors point at the auth/model-registry migration sites under src/server/sessions/ and are addressed in the following relay legs. Refs #62
This commit is contained in:
+6
-6
@@ -82,9 +82,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.31.0",
|
||||
"@earendil-works/pi-agent-core": "^0.80.6",
|
||||
"@earendil-works/pi-ai": "^0.80.6",
|
||||
"@earendil-works/pi-coding-agent": "^0.80.6",
|
||||
"@earendil-works/pi-agent-core": "^0.80.8",
|
||||
"@earendil-works/pi-ai": "^0.80.8",
|
||||
"@earendil-works/pi-coding-agent": "^0.80.8",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^24.13.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
@@ -113,9 +113,9 @@
|
||||
"homepage": "https://pi-web.dev/",
|
||||
"packageManager": "[email protected]",
|
||||
"peerDependencies": {
|
||||
"@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"
|
||||
"@earendil-works/pi-agent-core": ">=0.80.8 <0.81",
|
||||
"@earendil-works/pi-ai": ">=0.80.8 <0.81",
|
||||
"@earendil-works/pi-coding-agent": ">=0.80.8 <0.81"
|
||||
},
|
||||
"keywords": [
|
||||
"pi-package",
|
||||
|
||||
Reference in New Issue
Block a user