fix(regression): restore plugin sdk compat export

This commit is contained in:
Tak Hoffman
2026-03-27 20:27:18 -05:00
parent f4a45071e3
commit 1cfea0af07
3 changed files with 11 additions and 1 deletions

View File

@@ -121,7 +121,6 @@ describe("plugin-sdk subpath exports", () => {
it("keeps the curated public list free of internal implementation subpaths", () => {
for (const deniedSubpath of [
"acpx",
"compat",
"device-pair",
"lobster",
"pairing-access",
@@ -210,6 +209,12 @@ describe("plugin-sdk subpath exports", () => {
});
expectSourceMentions("account-helpers", ["createAccountListHelpers"]);
expectSourceMentions("channel-actions", ["optionalStringEnum", "stringEnum"]);
expectSourceMentions("compat", [
"createPluginRuntimeStore",
"createScopedChannelConfigAdapter",
"resolveControlCommandGate",
"delegateCompactionToRuntime",
]);
expectSourceMentions("device-bootstrap", [
"approveDevicePairing",
"issueDeviceBootstrapToken",