refactor: reuse canonical setup bootstrap profile

This commit is contained in:
Peter Steinberger
2026-03-23 00:15:05 -07:00
parent 6686f1cb2c
commit 04c69ea3a0
4 changed files with 19 additions and 6 deletions

View File

@@ -6,3 +6,10 @@ export {
issueDeviceBootstrapToken,
revokeDeviceBootstrapToken,
} from "../infra/device-bootstrap.js";
export {
normalizeDeviceBootstrapProfile,
PAIRING_SETUP_BOOTSTRAP_PROFILE,
sameDeviceBootstrapProfile,
type DeviceBootstrapProfile,
type DeviceBootstrapProfileInput,
} from "../shared/device-bootstrap-profile.js";