@onehat/data 1.23.5 → 1.23.6

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.23.5",
3
+ "version": "1.23.6",
4
4
  "description": "JS data modeling package with adapters for many storage mediums.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -417,10 +417,6 @@ class OneBuildRepository extends AjaxRepository {
417
417
  return null;
418
418
  }
419
419
 
420
- this._relayEntityEvents(entity);
421
- this.entities.push(entity);
422
- this.total++;
423
- this._setPaginationVars();
424
420
  this.emit('changeData', this.entities);
425
421
  return entity;
426
422
  }