cgserver 6.9.468 → 6.9.470
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,4 +1,5 @@
|
|
|
1
1
|
import { MongoConfig } from "../Database/MongoManager";
|
|
2
|
+
import { RpcConfig } from "../ThirdParty/Rpc";
|
|
2
3
|
import { Config } from "./Config";
|
|
3
4
|
export declare enum ESessionType {
|
|
4
5
|
Cache = 0,
|
|
@@ -218,6 +219,7 @@ export declare class FrameworkConfig extends Config {
|
|
|
218
219
|
apple: {
|
|
219
220
|
keyIds: {};
|
|
220
221
|
};
|
|
222
|
+
cgmq: RpcConfig;
|
|
221
223
|
};
|
|
222
224
|
ip_to_domain: {};
|
|
223
225
|
root_path: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cgserver",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.470",
|
|
4
4
|
"author": "trojan",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"description": "free for all.Websocket or Http",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"@types/websocket": "^1.0.4",
|
|
49
49
|
"alipay_sdk2": "^1.1.6",
|
|
50
50
|
"alipay-sdk": "^3.1.7",
|
|
51
|
+
"cgserver": "^6.9.468",
|
|
51
52
|
"colors": "^1.4.0",
|
|
52
53
|
"cookie-parser": "^1.4.5",
|
|
53
54
|
"cors": "^2.8.5",
|