flightdeck 0.2.20 → 0.2.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1898,12 +1898,10 @@ var Store = class {
1898
1898
  };
1899
1899
  var IMPLICIT = {
1900
1900
  get STORE() {
1901
- if (!globalThis.ATOM_IO_IMPLICIT_STORE) {
1902
- globalThis.ATOM_IO_IMPLICIT_STORE = new Store({
1903
- name: `IMPLICIT_STORE`,
1904
- lifespan: `ephemeral`
1905
- });
1906
- }
1901
+ globalThis.ATOM_IO_IMPLICIT_STORE ??= new Store({
1902
+ name: `IMPLICIT_STORE`,
1903
+ lifespan: `ephemeral`
1904
+ });
1907
1905
  return globalThis.ATOM_IO_IMPLICIT_STORE;
1908
1906
  }
1909
1907
  };
@@ -4778,5 +4776,5 @@ var FlightDeckLogger = class {
4778
4776
  };
4779
4777
 
4780
4778
  export { FLIGHTDECK_ERROR, FLIGHTDECK_INFO, FLIGHTDECK_LNAV_FORMAT, FLIGHTDECK_SETUP_PHASES, FLIGHTDECK_UPDATE_PHASES, FLIGHTDECK_WARN, FlightDeck, FlightDeckLogger, flightDeckLogSchema, isVersionNumber };
4781
- //# sourceMappingURL=chunk-JHE6N7DO.js.map
4782
- //# sourceMappingURL=chunk-JHE6N7DO.js.map
4779
+ //# sourceMappingURL=chunk-Z5L2EOFC.js.map
4780
+ //# sourceMappingURL=chunk-Z5L2EOFC.js.map