@domain.js/main 0.7.14 → 0.7.15

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.
@@ -9,6 +9,7 @@ export declare function Main(cnf: {}, deps: Deps): {
9
9
  runnerAsync: <F_1 extends (...args: any[]) => Promise<any>>(fn: F_1) => (...args: Parameters<F_1>) => Promise<any>;
10
10
  enabled: () => boolean;
11
11
  exit: (listenner: Function) => void;
12
+ exitHandle: () => Promise<void>;
12
13
  };
13
14
  export declare const Deps: string[];
14
15
  export {};
@@ -109,6 +109,7 @@ function Graceful(info) {
109
109
  runnerAsync,
110
110
  enabled,
111
111
  exit,
112
+ exitHandle,
112
113
  };
113
114
  }
114
115
  function Main(cnf, deps) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domain.js/main",
3
- "version": "0.7.14",
3
+ "version": "0.7.15",
4
4
  "description": "DDD framework",
5
5
  "main": "dist/index.js",
6
6
  "bin": {