refactor(plugin-sdk): reuse dedupe cache

This commit is contained in:
Peter Steinberger
2026-02-15 01:46:16 +00:00
parent 65aac6494a
commit 451deb066f
2 changed files with 4 additions and 53 deletions

View File

@@ -141,6 +141,8 @@ export {
listDevicePairing,
rejectDevicePairing,
} from "../infra/device-pairing.js";
export { createDedupeCache } from "../infra/dedupe.js";
export type { DedupeCache } from "../infra/dedupe.js";
export { formatErrorMessage } from "../infra/errors.js";
export {
DEFAULT_WEBHOOK_BODY_TIMEOUT_MS,