mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:30:42 +00:00
fix: export tts runtime plugin sdk subpath
This commit is contained in:
@@ -358,6 +358,10 @@
|
||||
"types": "./dist/plugin-sdk/channel-secret-tts-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/channel-secret-tts-runtime.js"
|
||||
},
|
||||
"./plugin-sdk/tts-runtime": {
|
||||
"types": "./dist/plugin-sdk/tts-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/tts-runtime.js"
|
||||
},
|
||||
"./plugin-sdk/secret-ref-runtime": {
|
||||
"types": "./dist/plugin-sdk/secret-ref-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/secret-ref-runtime.js"
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
"channel-secret-basic-runtime",
|
||||
"channel-secret-runtime",
|
||||
"channel-secret-tts-runtime",
|
||||
"tts-runtime",
|
||||
"secret-ref-runtime",
|
||||
"secret-file-runtime",
|
||||
"security-runtime",
|
||||
|
||||
Reference in New Issue
Block a user