@elyx-code/project-logic-tree 0.0.6683 → 0.0.6684

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
@@ -196488,7 +196488,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
196488
196488
  x.UUID.uuid()
196489
196489
  );
196490
196490
  w.setExtends(E, i), w.initChildren(i), s.push(w), i == null || i.add(w, H.Added), this.addProperty(w, i);
196491
- }), this.properties.forEach((E) => {
196491
+ }), [...this.properties].forEach((E) => {
196492
196492
  if (E.extends)
196493
196493
  return;
196494
196494
  if (v.find(
@@ -196501,6 +196501,9 @@ Alternatively you can update the parent data-type entity with 'update' action to
196501
196501
  const V = E.remove({ ignoreUpstream: !1 }, i);
196502
196502
  c.push(...V.removed), n.push(...V.updated);
196503
196503
  }
196504
+ }), this.properties.forEach((E) => {
196505
+ const w = E.afterAllChildrenInitialized(i);
196506
+ n.push(...w.updated), e.push(...w.affected), s.push(...w.added), c.push(...w.removed);
196504
196507
  }), i == null || i.attemptAutoclose("add-extended-properties", this.id), {
196505
196508
  updated: D(n),
196506
196509
  added: D(s),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6683",
3
+ "version": "0.0.6684",
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",