@reldens/storage 0.10.0-beta.30 → 0.10.0-beta.31

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.
@@ -58,6 +58,7 @@ class MikroOrmDataServer extends BaseDataServer
58
58
  orm: this.orm
59
59
  });
60
60
  }
61
+ this.entityManager.setEntities(this.entities);
61
62
  return this.entities;
62
63
  }
63
64
 
@@ -46,6 +46,7 @@ class ObjectionJsDataServer extends BaseDataServer
46
46
  let rawEntity = this.rawEntities[i];
47
47
  this.entities[i] = new ObjectionJsDriver({rawModel: rawEntity, id: i, name: i, config: rawEntity.knex});
48
48
  }
49
+ this.entityManager.setEntities(this.entities);
49
50
  return this.entities;
50
51
  }
51
52
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reldens/storage",
3
3
  "scope": "@reldens",
4
- "version": "0.10.0-beta.30",
4
+ "version": "0.10.0-beta.31",
5
5
  "description": "Reldens - Storage",
6
6
  "author": "Damian A. Pastorini",
7
7
  "license": "MIT",