Skip to content

Commit 457159a

Browse files
committed
fix(ci): add ./voice subpath export to resolve @framers/agentos/voice imports
1 parent 5d09422 commit 457159a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
"default": "./dist/orchestration/index.js",
114114
"types": "./dist/orchestration/index.d.ts"
115115
},
116+
"./voice": {
117+
"import": "./dist/voice/index.js",
118+
"default": "./dist/voice/index.js",
119+
"types": "./dist/voice/index.d.ts"
120+
},
116121
"./voice-pipeline": {
117122
"import": "./dist/voice-pipeline/index.js",
118123
"default": "./dist/voice-pipeline/index.js",

0 commit comments

Comments
 (0)