Skip to content

Commit dfd418b

Browse files
authored
feat(instrumentation-chromadb,instrumentation-qdrant): add esm exports (#428)
1 parent 4a7ec33 commit dfd418b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/instrumentation-chromadb/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.10.0",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
6+
"module": "dist/src/index.mjs",
67
"types": "dist/src/index.d.ts",
78
"repository": "traceloop/openllmetry-js",
89
"scripts": {
@@ -25,6 +26,7 @@
2526
},
2627
"files": [
2728
"dist/src/**/*.js",
29+
"dist/src/**/*.mjs",
2830
"dist/src/**/*.js.map",
2931
"dist/src/**/*.d.ts",
3032
"doc",

packages/instrumentation-qdrant/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.10.0",
44
"description": "Qdrant Instrumentation",
55
"main": "dist/src/index.js",
6+
"module": "dist/src/index.mjs",
67
"types": "dist/src/index.d.ts",
78
"repository": "traceloop/openllmetry-js",
89
"scripts": {
@@ -25,6 +26,7 @@
2526
},
2627
"files": [
2728
"dist/src/**/*.js",
29+
"dist/src/**/*.mjs",
2830
"dist/src/**/*.js.map",
2931
"dist/src/**/*.d.ts",
3032
"doc",

0 commit comments

Comments
 (0)