Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / / SESSION_EXPORT_BACKWARDS_COMPAT_MAJORS
Variable: SESSION_EXPORT_BACKWARDS_COMPAT_MAJORS
ts
const SESSION_EXPORT_BACKWARDS_COMPAT_MAJORS: 2 = 2;Defined in: packages/sessions/src/export/types.ts:42
Reader compatibility band: the writer accepts the current MAJOR minus 0..N inclusive, where N is set by this constant. v0.1 supports MAJOR 1 only (there is no prior schema), so the value is 0 — the import path nonetheless honours the N-2 backwards- compat discipline once 2.x and 3.x writers exist.