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.
Fallback version string used only in dev/test, when the Rollup-injected
__GEOLEAF_VERSION__token is absent. Production builds always carry the realpackage.jsonversion viaGeoLeaf._version; every public version surface (GeoLeaf.version, the ESMGeoLeafAPI.version, the boot toast) mirrors that value and falls back here. Single source of truth for the fallback — replaces the previously divergent1.2.0-dev/1.2.0/1.1.0literals.