Skip to content

Commit 823d89e

Browse files
committed
Update to 2.15.0
1 parent ed926bc commit 823d89e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ServerObjects.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ declare namespace zetaret.node {
107107
h2?: boolean;
108108
}
109109
export interface BasicServerGlobal {
110+
EnableGlobalExceptions?: boolean;
110111
DisableAutoStartOfProtoSSChe?: boolean;
111112
EnableGlobalStatsFile?: boolean;
112113
GlobalStatsFile?: ServerStats;

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.14.0",
3+
"version": "2.15.0",
44
"author": "Zeta Ret",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)