From ae865413643815797a419c2e58993c6e386530f5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 11:40:52 +0100 Subject: [PATCH] fix: export tts runtime plugin sdk subpath --- package.json | 4 ++++ scripts/lib/plugin-sdk-entrypoints.json | 1 + 2 files changed, 5 insertions(+) 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",