We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4df4 commit f42b63eCopy full SHA for f42b63e
.changeset/olive-roses-brush.md
@@ -0,0 +1,5 @@
1
+---
2
+'@livekit/agents': patch
3
4
+
5
+- Fix CommonJS entrypoint to resolve files from `dist`
agents/package.json
@@ -11,8 +11,8 @@
11
"default": "./dist/index.js"
12
},
13
"require": {
14
- "types": "./index.d.cts",
15
- "default": "./index.cjs"
+ "types": "./dist/index.d.cts",
+ "default": "./dist/index.cjs"
16
}
17
18
"author": "LiveKit",
0 commit comments