cgserver 11.2.4 → 11.2.6

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- 11.2.4
1
+ 11.2.5
2
2
  1、Engine 增加app接口
3
3
  11.2.2
4
4
  1、日志默认log
@@ -8,7 +8,7 @@ import { WebServerConfig } from '../../Config/FrameworkConfig';
8
8
  import * as Express from 'express';
9
9
  export declare class Engine {
10
10
  protected _app: import("express-serve-static-core").Express;
11
- protected get app(): import("express-serve-static-core").Express;
11
+ get app(): import("express-serve-static-core").Express;
12
12
  protected _cfg: WebServerConfig;
13
13
  get cfg(): WebServerConfig;
14
14
  protected _server: http.Server;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cgserver",
3
- "version": "11.2.4",
3
+ "version": "11.2.6",
4
4
  "author": "trojan",
5
5
  "type": "commonjs",
6
6
  "description": "free for all.Websocket or Http",