chore: migrate to @earendil-works pi packages
@mariozechner/pi-coding-agent is deprecated in favor of @earendil-works/pi-coding-agent (github.com/earendil-works/pi). Import Type from @earendil-works/pi-ai instead of @sinclair/typebox, which the new ecosystem replaces with plain typebox. Upgrading to 0.80.6 also resolves all 31 open Dependabot alerts from the old package's transitive dev dependencies.
This commit is contained in:
+5
-7
@@ -25,15 +25,13 @@
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-tui": "*",
|
||||
"@mariozechner/pi-ai": "*",
|
||||
"@sinclair/typebox": "*"
|
||||
"@earendil-works/pi-tui": "*",
|
||||
"@earendil-works/pi-ai": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mariozechner/pi-coding-agent": "*",
|
||||
"@mariozechner/pi-tui": "*",
|
||||
"@mariozechner/pi-ai": "*",
|
||||
"@sinclair/typebox": "*",
|
||||
"@earendil-works/pi-coding-agent": "*",
|
||||
"@earendil-works/pi-tui": "*",
|
||||
"@earendil-works/pi-ai": "*",
|
||||
"@types/node": "*",
|
||||
"typescript": "*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user