mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 16:39:15 +08:00
Add override for openai-compatible 1.0.27
This commit is contained in:
parent
46040ef7ad
commit
8646347cf9
@ -388,7 +388,8 @@
|
|||||||
"@img/sharp-linux-arm64": "0.34.3",
|
"@img/sharp-linux-arm64": "0.34.3",
|
||||||
"@img/sharp-linux-x64": "0.34.3",
|
"@img/sharp-linux-x64": "0.34.3",
|
||||||
"@img/sharp-win32-x64": "0.34.3",
|
"@img/sharp-win32-x64": "0.34.3",
|
||||||
"@langchain/core": "1.0.2"
|
"@langchain/core": "1.0.2",
|
||||||
|
"@ai-sdk/openai-compatible@1.0.27": "1.0.28"
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"@anthropic-ai/claude-agent-sdk@0.1.62": "patches/@anthropic-ai-claude-agent-sdk-npm-0.1.62-23ae56f8c8.patch",
|
"@anthropic-ai/claude-agent-sdk@0.1.62": "patches/@anthropic-ai-claude-agent-sdk-npm-0.1.62-23ae56f8c8.patch",
|
||||||
|
|||||||
@ -22,6 +22,7 @@ overrides:
|
|||||||
'@img/sharp-linux-x64': 0.34.3
|
'@img/sharp-linux-x64': 0.34.3
|
||||||
'@img/sharp-win32-x64': 0.34.3
|
'@img/sharp-win32-x64': 0.34.3
|
||||||
'@langchain/core': 1.0.2
|
'@langchain/core': 1.0.2
|
||||||
|
'@ai-sdk/openai-compatible@1.0.27': 1.0.28
|
||||||
|
|
||||||
patchedDependencies:
|
patchedDependencies:
|
||||||
'@ai-sdk/google@2.0.49':
|
'@ai-sdk/google@2.0.49':
|
||||||
@ -1192,12 +1193,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
zod: ^3.25.76 || ^4.1.8
|
zod: ^3.25.76 || ^4.1.8
|
||||||
|
|
||||||
'@ai-sdk/openai-compatible@1.0.27':
|
|
||||||
resolution: {integrity: sha512-bpYruxVLhrTbVH6CCq48zMJNeHu6FmHtEedl9FXckEgcIEAi036idFhJlcRwC1jNCwlacbzb8dPD7OAH1EKJaQ==}
|
|
||||||
engines: {node: '>=18'}
|
|
||||||
peerDependencies:
|
|
||||||
zod: ^3.25.76 || ^4.1.8
|
|
||||||
|
|
||||||
'@ai-sdk/openai-compatible@1.0.28':
|
'@ai-sdk/openai-compatible@1.0.28':
|
||||||
resolution: {integrity: sha512-yKubDxLYtXyGUzkr9lNStf/lE/I+Okc8tmotvyABhsQHHieLKk6oV5fJeRJxhr67Ejhg+FRnwUOxAmjRoFM4dA==}
|
resolution: {integrity: sha512-yKubDxLYtXyGUzkr9lNStf/lE/I+Okc8tmotvyABhsQHHieLKk6oV5fJeRJxhr67Ejhg+FRnwUOxAmjRoFM4dA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@ -12029,7 +12024,7 @@ snapshots:
|
|||||||
|
|
||||||
'@ai-sdk/huggingface@0.0.10(zod@4.3.4)':
|
'@ai-sdk/huggingface@0.0.10(zod@4.3.4)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ai-sdk/openai-compatible': 1.0.27(zod@4.3.4)
|
'@ai-sdk/openai-compatible': 1.0.28(patch_hash=9e58c17bc8cf6d07feacb22b5ab978a1de42c9ffb51bd236da911e02a0b40128)(zod@4.3.4)
|
||||||
'@ai-sdk/provider': 2.0.0
|
'@ai-sdk/provider': 2.0.0
|
||||||
'@ai-sdk/provider-utils': 3.0.17(zod@4.3.4)
|
'@ai-sdk/provider-utils': 3.0.17(zod@4.3.4)
|
||||||
zod: 4.3.4
|
zod: 4.3.4
|
||||||
@ -12040,12 +12035,6 @@ snapshots:
|
|||||||
'@ai-sdk/provider-utils': 3.0.20(zod@4.3.4)
|
'@ai-sdk/provider-utils': 3.0.20(zod@4.3.4)
|
||||||
zod: 4.3.4
|
zod: 4.3.4
|
||||||
|
|
||||||
'@ai-sdk/openai-compatible@1.0.27(zod@4.3.4)':
|
|
||||||
dependencies:
|
|
||||||
'@ai-sdk/provider': 2.0.0
|
|
||||||
'@ai-sdk/provider-utils': 3.0.17(zod@4.3.4)
|
|
||||||
zod: 4.3.4
|
|
||||||
|
|
||||||
'@ai-sdk/openai-compatible@1.0.28(patch_hash=9e58c17bc8cf6d07feacb22b5ab978a1de42c9ffb51bd236da911e02a0b40128)(zod@4.3.4)':
|
'@ai-sdk/openai-compatible@1.0.28(patch_hash=9e58c17bc8cf6d07feacb22b5ab978a1de42c9ffb51bd236da911e02a0b40128)(zod@4.3.4)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ai-sdk/provider': 2.0.0
|
'@ai-sdk/provider': 2.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user