diff --git a/package.json b/package.json index aa929f0fe11..bb7191b85a4 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/scripts/lib/plugin-sdk-entrypoints.json b/scripts/lib/plugin-sdk-entrypoints.json index 31b8e9eec99..38bfeb1ebed 100644 --- a/scripts/lib/plugin-sdk-entrypoints.json +++ b/scripts/lib/plugin-sdk-entrypoints.json @@ -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",