// The module API version — the single number a module's `coreApi` range is // checked against (docs/website/MODULE_API.md §1.1). // // Bump minor when a member is ADDED to ctx or a new register* call appears; // major when one is removed, its signature changes, or its behaviour changes // without a signature change. A core-internal refactor behind an unchanged // member is not a bump. // // Deliberately separate from PROTOCOL_VERSION (which versions the shard wire and // has nothing to say about a website module) and from any module's own version. const MODULE_API_VERSION = '1.0.0' module.exports = { MODULE_API_VERSION }