Skip to content

Commit

Permalink
feat(instrumentation-chromadb,instrumentation-qdrant): add esm exports (
Browse files Browse the repository at this point in the history
  • Loading branch information
vargasd authored Aug 26, 2024
1 parent 4a7ec33 commit dfd418b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/instrumentation-chromadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.10.0",
"description": "ChromaDB Instrumentation",
"main": "dist/src/index.js",
"module": "dist/src/index.mjs",
"types": "dist/src/index.d.ts",
"repository": "traceloop/openllmetry-js",
"scripts": {
Expand All @@ -25,6 +26,7 @@
},
"files": [
"dist/src/**/*.js",
"dist/src/**/*.mjs",
"dist/src/**/*.js.map",
"dist/src/**/*.d.ts",
"doc",
Expand Down
2 changes: 2 additions & 0 deletions packages/instrumentation-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.10.0",
"description": "Qdrant Instrumentation",
"main": "dist/src/index.js",
"module": "dist/src/index.mjs",
"types": "dist/src/index.d.ts",
"repository": "traceloop/openllmetry-js",
"scripts": {
Expand All @@ -25,6 +26,7 @@
},
"files": [
"dist/src/**/*.js",
"dist/src/**/*.mjs",
"dist/src/**/*.js.map",
"dist/src/**/*.d.ts",
"doc",
Expand Down

0 comments on commit dfd418b

Please sign in to comment.