/** * Runtime SDK package version. Sent over the bridge for host-side analytics only. Business logic * should compare against the bridge protocol version instead of this value. * * This checked-in value intentionally stays generic for local development. The SDK publish build * overwrites the compiled runtime module with package.json's semver before publishing. */ export const NCBLOCK_SDK_VERSION: string = "0.0.0"