@onehat/data 1.19.16 → 1.19.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/data",
3
- "version": "1.19.16",
3
+ "version": "1.19.17",
4
4
  "description": "JS data modeling package with adapters for many storage mediums.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -177,7 +177,7 @@ class OneBuildRepository extends AjaxRepository {
177
177
  }
178
178
  });
179
179
 
180
- if (this.isLoaded && this.isAutoLoad && !this.eventsPaused) {
180
+ if (this.isLoaded && !this.eventsPaused) {
181
181
  if (this.isTree) {
182
182
  return this.getRootNodes(1);
183
183
  } else {