|
1 | 1 | { |
2 | 2 | "name": "humanloop", |
3 | | - "version": "0.8.19", |
| 3 | + "version": "0.8.20", |
4 | 4 | "private": false, |
5 | 5 | "repository": "https://github.com/humanloop/humanloop-node", |
6 | 6 | "main": "./index.js", |
|
12 | 12 | "test": "jest" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
| 15 | + "url-join": "4.0.1", |
| 16 | + "form-data": "^4.0.0", |
| 17 | + "formdata-node": "^6.0.3", |
| 18 | + "node-fetch": "^2.7.0", |
| 19 | + "qs": "^6.13.1", |
| 20 | + "readable-stream": "^4.5.2", |
| 21 | + "form-data-encoder": "^4.0.2", |
15 | 22 | "@opentelemetry/api": "<=1.9.0", |
16 | 23 | "@opentelemetry/resources": "<=2.0.0", |
17 | 24 | "@opentelemetry/sdk-trace-node": "<=2.0.0", |
18 | | - "@traceloop/ai-semantic-conventions": ">=0.11.6", |
19 | 25 | "@traceloop/instrumentation-anthropic": ">=0.11.1", |
20 | 26 | "@traceloop/instrumentation-cohere": ">=0.11.1", |
21 | 27 | "@traceloop/instrumentation-openai": ">=0.11.3", |
| 28 | + "@traceloop/ai-semantic-conventions": ">=0.11.6", |
22 | 29 | "cli-progress": "^3.12.0", |
23 | | - "form-data": "^4.0.0", |
24 | | - "form-data-encoder": "^4.0.2", |
25 | | - "formdata-node": "^6.0.3", |
26 | | - "lodash": "^4.17.21", |
27 | | - "node-fetch": "^2.7.0", |
28 | | - "qs": "^6.13.1", |
29 | | - "readable-stream": "^4.5.2", |
30 | | - "url-join": "4.0.1" |
| 30 | + "lodash": "^4.17.21" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@anthropic-ai/sdk": "^0.32.1", |
34 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
35 | | - "@types/cli-progress": "^3.11.6", |
36 | | - "@types/jest": "^29.5.14", |
37 | | - "@types/lodash": "4.14.74", |
38 | | - "@types/node": "^18.19.70", |
39 | | - "@types/node-fetch": "^2.6.12", |
| 33 | + "@types/url-join": "4.0.1", |
40 | 34 | "@types/qs": "^6.9.17", |
| 35 | + "@types/node-fetch": "^2.6.12", |
41 | 36 | "@types/readable-stream": "^4.0.18", |
42 | | - "@types/url-join": "4.0.1", |
43 | | - "cohere-ai": "^7.15.0", |
44 | | - "dotenv": "^16.4.6", |
| 37 | + "webpack": "^5.97.1", |
| 38 | + "ts-loader": "^9.5.1", |
45 | 39 | "jest": "^29.7.0", |
| 40 | + "@types/jest": "^29.5.14", |
| 41 | + "ts-jest": "^29.1.1", |
46 | 42 | "jest-environment-jsdom": "^29.7.0", |
47 | | - "jsonschema": "^1.4.1", |
48 | | - "openai": "^4.74.0", |
| 43 | + "@types/node": "^18.19.70", |
49 | 44 | "prettier": "^3.4.2", |
50 | | - "ts-jest": "^29.1.1", |
51 | | - "ts-loader": "^9.5.1", |
52 | 45 | "typescript": "~5.7.2", |
53 | | - "webpack": "^5.97.1" |
| 46 | + "openai": "^4.74.0", |
| 47 | + "@anthropic-ai/sdk": "^0.32.1", |
| 48 | + "cohere-ai": "^7.15.0", |
| 49 | + "dotenv": "^16.4.6", |
| 50 | + "jsonschema": "^1.4.1", |
| 51 | + "@types/cli-progress": "^3.11.6", |
| 52 | + "@types/lodash": "4.14.74", |
| 53 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0" |
54 | 54 | }, |
55 | 55 | "browser": { |
56 | 56 | "fs": false, |
|
0 commit comments