Update peerDependencies for ai / Support AI SDK v6 (I believe it already supports so please update the peerDependencies)
I tried installing @parallel-web/ai-sdk-tools@latest into a project that already uses AI SDK v6 and npm failed with a peer dependency conflict.
Environment:
@parallel-web/ai-sdk-tools@0.2.1
ai@6.0.168
- npm
Command:
npm install @parallel-web/ai-sdk-tools@latest
Possibly because of this -
"peerDependencies": {
"ai": "^5.0.0"
}
Update peerDependencies for
ai/ Support AI SDK v6 (I believe it already supports so please update the peerDependencies)I tried installing
@parallel-web/ai-sdk-tools@latestinto a project that already uses AI SDK v6 and npm failed with a peer dependency conflict.Environment:
@parallel-web/ai-sdk-tools@0.2.1ai@6.0.168Command:
Possibly because of this -
"peerDependencies": {
"ai": "^5.0.0"
}