|
17 | 17 | "author": "",
|
18 | 18 | "license": "MIT",
|
19 | 19 | "devDependencies": {
|
20 |
| - "@eslint/js": "^9.13.0", |
| 20 | + "@eslint/js": "9.15.0", |
21 | 21 | "@rollup/plugin-commonjs": "25.0.8",
|
22 | 22 | "@rollup/plugin-json": "6.1.0",
|
23 | 23 | "@rollup/plugin-node-resolve": "15.3.0",
|
|
27 | 27 | "@solana/web3.js": "1.95.4",
|
28 | 28 | "@types/fluent-ffmpeg": "2.1.27",
|
29 | 29 | "@types/jest": "29.5.14",
|
30 |
| - "@types/mocha": "^10.0.9", |
| 30 | + "@types/mocha": "10.0.10", |
31 | 31 | "@types/node": "22.8.4",
|
32 |
| - "@types/pdfjs-dist": "^2.10.378", |
| 32 | + "@types/pdfjs-dist": "2.10.378", |
33 | 33 | "@types/tar": "6.1.13",
|
34 | 34 | "@types/wav-encoder": "1.3.3",
|
35 | 35 | "@typescript-eslint/eslint-plugin": "8.12.2",
|
|
49 | 49 | "ts-jest": "29.2.5",
|
50 | 50 | "ts-node": "10.9.2",
|
51 | 51 | "tslib": "2.8.0",
|
52 |
| - "tsup": "^8.3.5", |
| 52 | + "tsup": "8.3.5", |
53 | 53 | "typescript": "5.6.3"
|
54 | 54 | },
|
55 | 55 | "dependencies": {
|
56 |
| - "@ai-sdk/anthropic": "^0.0.56", |
57 |
| - "@ai-sdk/google": "^0.0.55", |
58 |
| - "@ai-sdk/google-vertex": "^0.0.43", |
59 |
| - "@ai-sdk/groq": "^0.0.3", |
| 56 | + "@ai-sdk/anthropic": "0.0.56", |
| 57 | + "@ai-sdk/google": "0.0.55", |
| 58 | + "@ai-sdk/google-vertex": "0.0.43", |
| 59 | + "@ai-sdk/groq": "0.0.3", |
60 | 60 | "@ai-sdk/openai": "1.0.4",
|
61 | 61 | "@anthropic-ai/sdk": "0.30.1",
|
62 |
| - "@types/uuid": "^10.0.0", |
63 |
| - "ai": "^3.4.23", |
64 |
| - "anthropic-vertex-ai": "^1.0.0", |
65 |
| - "fastembed": "^1.14.1", |
66 |
| - "fastestsmallesttextencoderdecoder": "^1.0.22", |
| 62 | + "@types/uuid": "10.0.0", |
| 63 | + "ai": "3.4.33", |
| 64 | + "anthropic-vertex-ai": "1.0.2", |
| 65 | + "fastembed": "1.14.1", |
| 66 | + "fastestsmallesttextencoderdecoder": "1.0.22", |
67 | 67 | "gaxios": "6.7.1",
|
68 | 68 | "glob": "11.0.0",
|
69 | 69 | "js-sha1": "0.7.0",
|
70 |
| - "langchain": "^0.3.6", |
71 |
| - "ollama-ai-provider": "^0.16.1", |
| 70 | + "langchain": "0.3.6", |
| 71 | + "ollama-ai-provider": "0.16.1", |
72 | 72 | "openai": "4.73.0",
|
73 | 73 | "tiktoken": "1.0.17",
|
74 | 74 | "tinyld": "1.3.4",
|
75 |
| - "together-ai": "^0.7.0", |
| 75 | + "together-ai": "0.7.0", |
76 | 76 | "unique-names-generator": "4.7.1",
|
77 | 77 | "uuid": "11.0.2",
|
78 |
| - "zod": "^3.23.8" |
| 78 | + "zod": "3.23.8" |
79 | 79 | }
|
80 | 80 | }
|
0 commit comments