We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d09422 commit 457159aCopy full SHA for 457159a
1 file changed
package.json
@@ -113,6 +113,11 @@
113
"default": "./dist/orchestration/index.js",
114
"types": "./dist/orchestration/index.d.ts"
115
},
116
+ "./voice": {
117
+ "import": "./dist/voice/index.js",
118
+ "default": "./dist/voice/index.js",
119
+ "types": "./dist/voice/index.d.ts"
120
+ },
121
"./voice-pipeline": {
122
"import": "./dist/voice-pipeline/index.js",
123
"default": "./dist/voice-pipeline/index.js",
0 commit comments