@punks/backend-entity-manager 0.0.161 → 0.0.162

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/dist/cjs/index.js CHANGED
@@ -2334,6 +2334,9 @@ class NestEntityManager {
2334
2334
  }
2335
2335
  return this.managerInstance;
2336
2336
  }
2337
+ getRepository() {
2338
+ return this.services.resolveRepository();
2339
+ }
2337
2340
  }
2338
2341
 
2339
2342
  class NestEntitySerializer extends EntitySerializer {