Variable: EXTENSION_API_VERSION
constEXTENSION_API_VERSION:"1.0.0"
Defined in: Extensions/ExtensionApiTypes.ts:102
The current extension API version. Used by the host and worker to negotiate
compatibility (see engines.bibleApp in the manifest and Spec A
§"API versioning"). Bumped according to strict semver:
- Patch: bug fixes only. No surface change.
- Minor: additive only — new methods, optional fields, permissions, contribution points, extension points, provider roles.
- Major: breaking change. Ships side-by-side with the previous major for at least 12 months.