@elyx-code/project-logic-tree 0.0.6727 → 0.0.6728

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/index.js CHANGED
@@ -100536,12 +100536,12 @@ function ih(o) {
100536
100536
  return p(o);
100537
100537
  }
100538
100538
  function Ssi(o, p) {
100539
- const i = p - o, n = tO() * i;
100540
- return Math.floor(n) + o;
100539
+ const i = p - o + 1, s = tO() * i;
100540
+ return Math.floor(s) + o;
100541
100541
  }
100542
100542
  function qsi() {
100543
100543
  const o = ih(4);
100544
- return o[0] << 24 >>> 0 | o[1] << 16 | o[2] << 8 | o[3];
100544
+ return (o[0] << 24 | o[1] << 16 | o[2] << 8 | o[3]) >>> 0;
100545
100545
  }
100546
100546
  function tO() {
100547
100547
  return qsi() / 2 ** 32;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6727",
3
+ "version": "0.0.6728",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",