theprogrammablemind_4wp 7.4.1-beta.3 → 7.4.1-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -0
package/package.json CHANGED
@@ -61,6 +61,6 @@
61
61
  "json-stable-stringify": "^1.0.1",
62
62
  "node-fetch": "^2.6.1"
63
63
  },
64
- "version": "7.4.1-beta.3",
64
+ "version": "7.4.1-beta.4",
65
65
  "license": "ISC"
66
66
  }
package/src/config.js CHANGED
@@ -605,6 +605,7 @@ class Config {
605
605
  }
606
606
  // this.config.hierarchy.push([properties.child, properties.parent])
607
607
  this.config.hierarchy.push(properties)
608
+ this._delta.json.hierarchy.push([child, parent])
608
609
  }
609
610
 
610
611
  addHierarchyChildParent (child, parent) {