law-common 10.46.1 → 10.46.2

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.
@@ -232,7 +232,7 @@ class EntityModelRelationHelper {
232
232
  models.push(...entityModels);
233
233
  }
234
234
  for (const model of models) {
235
- this.addEntityModel(model, config);
235
+ this.populateRelationsByEntityModel(model);
236
236
  }
237
237
  return EntityModelRelationHelper.getClone(this);
238
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "10.46.1",
3
+ "version": "10.46.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [