rez_core 6.5.9 → 6.5.10

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": "rez_core",
3
- "version": "6.5.9",
3
+ "version": "6.5.10",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -147,6 +147,8 @@ import { EntityRelationRepository } from './repository/entity-relation.repositor
147
147
  EntityDynamicService,
148
148
  'CommonService',
149
149
  'EntityRelationService',
150
+ EntityMasterRepository,
151
+ AttributeMasterRepository,
150
152
  ],
151
153
  controllers: [
152
154
  EntityController,