@punks/backend-entity-manager 0.0.396 → 0.0.397

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.
@@ -1,9 +1,9 @@
1
- import { DynamicModule, OnModuleDestroy } from "@nestjs/common";
1
+ import { OnModuleDestroy } from "@nestjs/common";
2
2
  import { TaskScheduler } from "./providers/scheduler";
3
3
  import { TasksModuleSettings } from "./settings";
4
4
  export declare class TasksModule implements OnModuleDestroy {
5
5
  private readonly scheduler;
6
6
  constructor(scheduler: TaskScheduler);
7
- static forRoot(input: TasksModuleSettings): DynamicModule;
7
+ static initialize(input: TasksModuleSettings): void;
8
8
  onModuleDestroy(): void;
9
9
  }
package/dist/index.d.ts CHANGED
@@ -2918,7 +2918,7 @@ type TasksModuleSettings = {
2918
2918
  declare class TasksModule implements OnModuleDestroy {
2919
2919
  private readonly scheduler;
2920
2920
  constructor(scheduler: TaskScheduler);
2921
- static forRoot(input: TasksModuleSettings): DynamicModule;
2921
+ static initialize(input: TasksModuleSettings): void;
2922
2922
  onModuleDestroy(): void;
2923
2923
  }
2924
2924
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.396",
3
+ "version": "0.0.397",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",