Skip to content

Commit 501a63e

Browse files
Update to 2.1.0
1 parent 045e097 commit 501a63e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

ProtoSSChe.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ declare namespace zetaret.node {
3838
}
3939
export interface ProtoSSCheModule {
4040
serverclass: ProtoSSCheCTOR;
41+
ServerEnum: { [serverid: string]: string };
4142

4243
loadedModule: () => ServerModule;
4344
loadedModuleClass: () => ProtoSSCheCTOR;

ServerObjects.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ declare namespace zetaret.node {
7676
h2?: boolean;
7777
}
7878
export interface BasicServerGlobal {
79+
DisableAutoStartOfProtoSSChe?: boolean;
80+
EnableGlobalStatsFile?: boolean;
81+
GlobalStatsFile?: any;
7982
ProtoSSCheStatsFile?: string;
8083
ProtoSSCheXServerPath?: string;
8184
SubserverRequireModule?: string;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protoss-nodejs-basic-types",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"author": "Zeta Ret",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)