@elyx-code/project-logic-tree 0.0.7023 → 0.0.7024

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
@@ -107100,7 +107100,7 @@ function dM(s, u) {
107100
107100
  return !1;
107101
107101
  for (let a = 0; a < i.length; a++) {
107102
107102
  const c = i[a], e = r[a], f = c.startsWith("{") && c.endsWith("}"), h = e.startsWith("{") && e.endsWith("}");
107103
- if (c !== e && !f && !h)
107103
+ if (!(f && h) && c !== e)
107104
107104
  return !1;
107105
107105
  }
107106
107106
  return !0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7023",
3
+ "version": "0.0.7024",
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",