GeoLeaf Core API - v3.0.0
    Preparing search index...

    Variable VERSION_FALLBACKConst

    VERSION_FALLBACK: "3.0.0-dev"

    Fallback version string used only in dev/test, when the Rollup-injected __GEOLEAF_VERSION__ token is absent. Production builds always carry the real package.json version via GeoLeaf._version; every public version surface (GeoLeaf.version, the ESM GeoLeafAPI.version, the boot toast) mirrors that value and falls back here. Single source of truth for the fallback — replaces the previously divergent 1.2.0-dev / 1.2.0 / 1.1.0 literals.