/** * Federation Protocol Constants * * Constants for federation protocol versioning and configuration. */ /** * Current federation protocol version * Format: MAJOR.MINOR * - MAJOR version: Breaking changes to protocol * - MINOR version: Backward-compatible additions */ export const FEDERATION_PROTOCOL_VERSION = "1.0";