mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-14 06:07:23 +08:00
fix: ai core check
This commit is contained in:
parent
000e867161
commit
95bebfbe8e
@ -55,6 +55,7 @@
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cherrystudio/ai-sdk-provider": "workspace:*",
|
||||
"biome": "^0.3.3",
|
||||
"oxlint": "^1.36.0",
|
||||
"tsdown": "^0.12.9",
|
||||
|
||||
@ -18,8 +18,7 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@test-utils": ["./test_utils"],
|
||||
"@test-utils/*": ["./test_utils/*"],
|
||||
"@cherrystudio/ai-sdk-provider": ["../ai-sdk-provider/dist/index.d.ts"]
|
||||
"@test-utils/*": ["./test_utils/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
|
||||
@ -1936,6 +1936,7 @@ __metadata:
|
||||
"@ai-sdk/provider": "npm:^3.0.0"
|
||||
"@ai-sdk/provider-utils": "npm:^4.0.0"
|
||||
"@ai-sdk/xai": "npm:^3.0.0"
|
||||
"@cherrystudio/ai-sdk-provider": "workspace:*"
|
||||
biome: "npm:^0.3.3"
|
||||
lru-cache: "npm:^11.2.4"
|
||||
oxlint: "npm:^1.36.0"
|
||||
@ -1951,7 +1952,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@cherrystudio/ai-sdk-provider@workspace:packages/ai-sdk-provider":
|
||||
"@cherrystudio/ai-sdk-provider@workspace:*, @cherrystudio/ai-sdk-provider@workspace:packages/ai-sdk-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@cherrystudio/ai-sdk-provider@workspace:packages/ai-sdk-provider"
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user