@elyx-code/project-logic-tree 0.0.7005 → 0.0.7006

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
@@ -105160,7 +105160,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
105160
105160
  f,
105161
105161
  e
105162
105162
  );
105163
- return m.hydrateAncestors(), r && m.setParent(r, i), c && (m.subscribe(), m.addSelfToProject(i)), i == null || i.add(m, W.Added), m.initChildren(i), i || m.captureVersion(), i == null || i.attemptAutoclose(D.CloneEntity, this.id), m;
105163
+ return m.hydrateAncestors(), r && m.setParent(r, i), c && (m.subscribe(), m.addSelfToProject(i)), i == null || i.add(m, W.Added), m.initChildren(i), !i && c && m.captureVersion(), i == null || i.attemptAutoclose(D.CloneEntity, this.id), m;
105164
105164
  }
105165
105165
  // This function merges a given source entity with the current one
105166
105166
  // The goal is to keep the current instance with the current id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7005",
3
+ "version": "0.0.7006",
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",