fix(deps): use host-provided pi core packages

This commit is contained in:
Patrick Wozniak
2026-08-04 02:13:06 +02:00
parent b151aaa9fe
commit 1579bfd4be
4 changed files with 356 additions and 308 deletions
+6 -4
View File
@@ -49,18 +49,20 @@
]
},
"devDependencies": {
"@earendil-works/pi-ai": "*",
"@types/node": "25.6.0",
"prettier": "^3.5.0",
"tsx": "4.22.4",
"typescript": "6.0.3"
},
"dependencies": {
"@earendil-works/pi-ai": "0.75.5"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "^0.75.5"
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-ai": {
"optional": true
},
"@earendil-works/pi-coding-agent": {
"optional": true
}