flightdeck 0.2.20 → 0.2.22
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.
- package/dist/{chunk-JHE6N7DO.js → chunk-DA573NJD.js} +6 -8
- package/dist/chunk-DA573NJD.js.map +1 -0
- package/dist/flightdeck.x.js +1 -1
- package/dist/lib.d.ts +2 -2
- package/dist/lib.js +1 -1
- package/package.json +8 -8
- package/src/flightdeck.env.ts +1 -1
- package/src/flightdeck.lib.ts +1 -1
- package/dist/chunk-JHE6N7DO.js.map +0 -1
|
@@ -1898,12 +1898,10 @@ var Store = class {
|
|
|
1898
1898
|
};
|
|
1899
1899
|
var IMPLICIT = {
|
|
1900
1900
|
get STORE() {
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
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-
|
|
4782
|
-
//# sourceMappingURL=chunk-
|
|
4779
|
+
//# sourceMappingURL=chunk-DA573NJD.js.map
|
|
4780
|
+
//# sourceMappingURL=chunk-DA573NJD.js.map
|