Skip to content

Commit a23378f

Browse files
committed
fix for DTS Error mismatch LanguageModelV1 in ai-sdk mistral and fix for extract-version command in client package.json
1 parent f9aca52 commit a23378f

File tree

4 files changed

+5919
-3653
lines changed

4 files changed

+5919
-3653
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sideEffects": false,
55
"type": "module",
66
"scripts": {
7-
"extract-version": "./version.sh",
7+
"extract-version": "bash ./version.sh",
88
"dev": "pnpm run extract-version && vite",
99
"build": "pnpm run extract-version && tsc -b && vite build",
1010
"preview": "vite preview",

client/pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@ai-sdk/google": "0.0.55",
7070
"@ai-sdk/google-vertex": "0.0.43",
7171
"@ai-sdk/groq": "0.0.3",
72-
"@ai-sdk/mistral": "^1.0.8",
72+
"@ai-sdk/mistral": "1.0.6",
7373
"@ai-sdk/openai": "1.0.5",
7474
"@anthropic-ai/sdk": "0.30.1",
7575
"@fal-ai/client": "1.2.0",

0 commit comments

Comments
 (0)