@aristid/leav-types 1.4.0-c980acf0 → 1.4.0-cf0d20a9

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.
@@ -3,6 +3,7 @@ export declare let coreMode: string;
3
3
  export declare namespace server {
4
4
  let host: string;
5
5
  let port: number;
6
+ let keepAliveTimeout: number;
6
7
  let publicUrl: string;
7
8
  let basePath: string;
8
9
  let allowIntrospection: boolean;
@@ -48,6 +48,7 @@ export declare enum CoreMode {
48
48
  export interface IServer {
49
49
  host: string;
50
50
  port: number;
51
+ keepAliveTimeout: number;
51
52
  publicUrl: string;
52
53
  basePath: string;
53
54
  allowIntrospection: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.4.0-c980acf0",
3
+ "version": "1.4.0-cf0d20a9",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",