|
26 | 26 | ], |
27 | 27 | "author": "LaunchDarkly", |
28 | 28 | "license": "Apache-2.0", |
29 | | - "dependencies": { |
30 | | - "@launchdarkly/server-sdk-ai": "^0.12.1" |
31 | | - }, |
32 | 29 | "devDependencies": { |
33 | 30 | "@ai-sdk/anthropic": "^2.0.0", |
34 | 31 | "@ai-sdk/cohere": "^2.0.0", |
35 | 32 | "@ai-sdk/google": "^2.0.0", |
36 | 33 | "@ai-sdk/mistral": "^2.0.0", |
37 | 34 | "@ai-sdk/openai": "^2.0.0", |
38 | | - "@launchdarkly/js-server-sdk-common": "2.16.2", |
| 35 | + "@ai-sdk/provider": "^2.0.0", |
| 36 | + "@launchdarkly/server-sdk-ai": "^0.12.2", |
39 | 37 | "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
40 | 38 | "@types/jest": "^29.5.3", |
41 | 39 | "@typescript-eslint/eslint-plugin": "^6.20.0", |
|
54 | 52 | "typescript": "5.1.6" |
55 | 53 | }, |
56 | 54 | "peerDependencies": { |
| 55 | + "@ai-sdk/anthropic": "^2.0.0", |
| 56 | + "@ai-sdk/cohere": "^2.0.0", |
| 57 | + "@ai-sdk/google": "^2.0.0", |
| 58 | + "@ai-sdk/mistral": "^2.0.0", |
| 59 | + "@ai-sdk/openai": "^2.0.0", |
| 60 | + "@ai-sdk/provider": "^2.0.0", |
| 61 | + "@launchdarkly/server-sdk-ai": "^0.12.2", |
57 | 62 | "ai": "^4.0.0 || ^5.0.0" |
| 63 | + }, |
| 64 | + "peerDependenciesMeta": { |
| 65 | + "@ai-sdk/anthropic": { |
| 66 | + "optional": true |
| 67 | + }, |
| 68 | + "@ai-sdk/cohere": { |
| 69 | + "optional": true |
| 70 | + }, |
| 71 | + "@ai-sdk/google": { |
| 72 | + "optional": true |
| 73 | + }, |
| 74 | + "@ai-sdk/mistral": { |
| 75 | + "optional": true |
| 76 | + }, |
| 77 | + "@ai-sdk/openai": { |
| 78 | + "optional": true |
| 79 | + } |
58 | 80 | } |
59 | 81 | } |
0 commit comments