Skip to content

Commit

Permalink
fix: resolve @ai-sdk/provider version conflicts
Browse files Browse the repository at this point in the history
- Add pnpm overrides to force @ai-sdk/[email protected] and @ai-sdk/[email protected]
- Resolves type conflicts between different versions of @ai-sdk/provider
- Fixes build error where "reasoning" type wasn't assignable to "text-delta"
  • Loading branch information
antman1p authored Jan 23, 2025
1 parent c0529a0 commit ee94cfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/types-create": "10.13.1",
"@polkadot/types-codec": "10.13.1"
"@polkadot/types-codec": "10.13.1",
"@ai-sdk/provider": "1.0.6",
"@ai-sdk/provider-utils": "2.1.2"
}
},
"engines": {
Expand Down

0 comments on commit ee94cfe

Please sign in to comment.