Interface: ParsedVersion
Defined in: packages/plugin-sdk/src/kernel/version.ts:10
Plugin SDK revision-4 kernel: semver-style version negotiation.
Manifests declare engines.host, engines.sdk and protocol ranges
(rev4 §A4). The matcher supports the subset the SDK contract needs:
exact versions, ^x.y.z, >=a <b comparator lists and *. Rules:
major bump = incompatible, minor = additive only.
Properties
major
major:
number
Defined in: packages/plugin-sdk/src/kernel/version.ts:11
minor
minor:
number
Defined in: packages/plugin-sdk/src/kernel/version.ts:12
patch
patch:
number
Defined in: packages/plugin-sdk/src/kernel/version.ts:13