narrat 2.3.4 → 2.3.5
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/narrat.es.js +2 -4
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +1 -1
- package/dist/narrat.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/narrat.es.js
CHANGED
|
@@ -40024,7 +40024,7 @@ const dP = "gameSave", Ph = "###_--_~=:;_JUMP", k1 = "###_--_~=:;_RETURN", nZ =
|
|
|
40024
40024
|
function rZ(t) {
|
|
40025
40025
|
return t === Ph || t === k1 || t === nZ || t === Nh;
|
|
40026
40026
|
}
|
|
40027
|
-
const iZ = "2.3.
|
|
40027
|
+
const iZ = "2.3.5", oZ = new Date("2022-08-05T17:29:07.175Z");
|
|
40028
40028
|
function E5(t) {
|
|
40029
40029
|
if (typeof t == "object") {
|
|
40030
40030
|
const e = t;
|
|
@@ -40546,9 +40546,7 @@ const ma = io("hud", {
|
|
|
40546
40546
|
},
|
|
40547
40547
|
getters: {
|
|
40548
40548
|
nonEmptyLayers(t) {
|
|
40549
|
-
return t.layers.filter(
|
|
40550
|
-
(e) => e && e.screen
|
|
40551
|
-
);
|
|
40549
|
+
return t.layers.filter((e) => e);
|
|
40552
40550
|
}
|
|
40553
40551
|
}
|
|
40554
40552
|
}), vP = new Y5();
|