@punks/backend-entity-manager 0.0.5 → 0.0.7

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.
@@ -91,6 +91,7 @@ export declare class DiscoveryService {
91
91
  private toDiscoveredClass;
92
92
  private extractMethodMetaAtKey;
93
93
  private discover;
94
+ private getModuleEntries;
94
95
  }
95
96
  /**
96
97
  * Exposes a query API over top of the NestJS Module container
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",