@punks/backend-entity-manager 0.0.8 → 0.0.9

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.
@@ -93,11 +93,3 @@ export declare class DiscoveryService {
93
93
  private discover;
94
94
  private getModuleEntries;
95
95
  }
96
- /**
97
- * Exposes a query API over top of the NestJS Module container
98
- *
99
- * @export
100
- * @class DiscoveryModule
101
- */
102
- export declare class DiscoveryModule {
103
- }
@@ -1,6 +1,6 @@
1
1
  import { INestApplicationContext } from "@nestjs/common";
2
2
  import { EntityManagerRegistry } from "../../ioc/registry";
3
- import { DiscoveryService } from "../../ioc/discovery";
3
+ import { DiscoveryService } from "@golevelup/nestjs-discovery";
4
4
  export declare class EntityManagerInitializer {
5
5
  private readonly discover;
6
6
  private readonly registry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -26,6 +26,7 @@
26
26
  "license": "ISC",
27
27
  "devDependencies": {
28
28
  "@babel/core": "^7.21.0",
29
+ "@golevelup/nestjs-discovery": "^3.0.1",
29
30
  "@nestjs/common": "^10.0.5",
30
31
  "@nestjs/core": "^10.0.5",
31
32
  "@nestjs/swagger": "^7.1.1",