We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d5a2a commit 68e4a69Copy full SHA for 68e4a69
package.json
@@ -16,9 +16,7 @@
16
"form-data": "^4.0.0",
17
"form-data-encoder": "^4.0.2",
18
"formdata-node": "^6.0.3",
19
- "nanoid": "^5.0.9",
20
"node-fetch": "2.7.0",
21
- "p-map": "^7.0.3",
22
"qs": "6.11.2",
23
"readable-stream": "^4.5.2",
24
"ts-json-schema-generator": "^2.3.0",
@@ -32,7 +30,9 @@
32
30
"@traceloop/instrumentation-anthropic": "^0.11.1",
33
31
"@traceloop/instrumentation-cohere": "^0.11.1",
34
"@traceloop/instrumentation-openai": "^0.11.3",
35
- "uuid": "^11.0.3"
+ "uuid": "^11.0.3",
+ "p-map": "^7.0.3",
+ "nanoid": "^5.0.9"
36
},
37
"devDependencies": {
38
"@types/jest": "29.5.5",
0 commit comments