chore: update dependencies and versions in package.json and yarn.lock
- Upgraded various SDK packages to their latest beta versions for improved functionality and compatibility. - Updated `@ai-sdk/provider-utils` to version 3.0.0-beta.3. - Adjusted dependencies in `package.json` to reflect the latest versions, including `@ai-sdk/amazon-bedrock`, `@ai-sdk/anthropic`, `@ai-sdk/azure`, and others. - Removed outdated versions from `yarn.lock` and ensured consistency across the project.
This commit is contained in:
@@ -21,28 +21,28 @@
|
||||
"author": "Cherry Studio",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ai-sdk/amazon-bedrock": "3.0.0-beta.3",
|
||||
"@ai-sdk/anthropic": "2.0.0-beta.4",
|
||||
"@ai-sdk/azure": "2.0.0-beta.3",
|
||||
"@ai-sdk/cerebras": "1.0.0-beta.3",
|
||||
"@ai-sdk/cohere": "2.0.0-beta.2",
|
||||
"@ai-sdk/deepinfra": "1.0.0-beta.2",
|
||||
"@ai-sdk/deepseek": "1.0.0-beta.3",
|
||||
"@ai-sdk/fal": "1.0.0-beta.2",
|
||||
"@ai-sdk/fireworks": "1.0.0-beta.3",
|
||||
"@ai-sdk/google": "2.0.0-beta.6",
|
||||
"@ai-sdk/google-vertex": "3.0.0-beta.7",
|
||||
"@ai-sdk/groq": "2.0.0-beta.2",
|
||||
"@ai-sdk/mistral": "2.0.0-beta.2",
|
||||
"@ai-sdk/openai": "2.0.0-beta.5",
|
||||
"@ai-sdk/openai-compatible": "1.0.0-beta.3",
|
||||
"@ai-sdk/perplexity": "2.0.0-beta.2",
|
||||
"@ai-sdk/amazon-bedrock": "3.0.0-beta.7",
|
||||
"@ai-sdk/anthropic": "2.0.0-beta.6",
|
||||
"@ai-sdk/azure": "2.0.0-beta.9",
|
||||
"@ai-sdk/cerebras": "1.0.0-beta.6",
|
||||
"@ai-sdk/cohere": "2.0.0-beta.3",
|
||||
"@ai-sdk/deepinfra": "1.0.0-beta.6",
|
||||
"@ai-sdk/deepseek": "1.0.0-beta.6",
|
||||
"@ai-sdk/fal": "1.0.0-beta.3",
|
||||
"@ai-sdk/fireworks": "1.0.0-beta.6",
|
||||
"@ai-sdk/google": "2.0.0-beta.11",
|
||||
"@ai-sdk/google-vertex": "3.0.0-beta.13",
|
||||
"@ai-sdk/groq": "2.0.0-beta.4",
|
||||
"@ai-sdk/mistral": "2.0.0-beta.4",
|
||||
"@ai-sdk/openai": "2.0.0-beta.9",
|
||||
"@ai-sdk/openai-compatible": "1.0.0-beta.6",
|
||||
"@ai-sdk/perplexity": "2.0.0-beta.4",
|
||||
"@ai-sdk/provider": "2.0.0-beta.1",
|
||||
"@ai-sdk/provider-utils": "3.0.0-beta.2",
|
||||
"@ai-sdk/replicate": "1.0.0-beta.2",
|
||||
"@ai-sdk/togetherai": "1.0.0-beta.3",
|
||||
"@ai-sdk/vercel": "1.0.0-beta.3",
|
||||
"@ai-sdk/xai": "2.0.0-beta.3",
|
||||
"@ai-sdk/provider-utils": "3.0.0-beta.3",
|
||||
"@ai-sdk/replicate": "1.0.0-beta.3",
|
||||
"@ai-sdk/togetherai": "1.0.0-beta.6",
|
||||
"@ai-sdk/vercel": "1.0.0-beta.6",
|
||||
"@ai-sdk/xai": "2.0.0-beta.8",
|
||||
"@openrouter/ai-sdk-provider": "^0.7.2",
|
||||
"ai": "5.0.0-beta.9",
|
||||
"anthropic-vertex-ai": "^1.0.2",
|
||||
|
||||
@@ -7,4 +7,4 @@ export const BUILT_IN_PLUGIN_PREFIX = 'built-in:'
|
||||
export { createLoggingPlugin } from './logging'
|
||||
export { createPromptToolUsePlugin } from './toolUsePlugin/promptToolUsePlugin'
|
||||
export type { PromptToolUseConfig, ToolUseRequestContext, ToolUseResult } from './toolUsePlugin/type'
|
||||
export { type WebSearchConfig, webSearchPlugin } from './webSearchPlugin'
|
||||
export { webSearchPlugin } from './webSearchPlugin'
|
||||
|
||||
Reference in New Issue
Block a user