@gathertown/gather-game-common
Advanced tools
Comparing version 20.0.0 to 21.0.0
export declare enum GameWsCloseCode { | ||
NO_STATUS_RECEIVED = 1005, | ||
SPACE_AT_CAPACITY = 1013, | ||
CONN_TIMED_OUT = 4008, | ||
SPACE_REASSIGNED = 4009 | ||
} |
@@ -6,2 +6,4 @@ "use strict"; | ||
(function (GameWsCloseCode) { | ||
GameWsCloseCode[GameWsCloseCode["NO_STATUS_RECEIVED"] = 1005] = "NO_STATUS_RECEIVED"; | ||
GameWsCloseCode[GameWsCloseCode["SPACE_AT_CAPACITY"] = 1013] = "SPACE_AT_CAPACITY"; | ||
GameWsCloseCode[GameWsCloseCode["CONN_TIMED_OUT"] = 4008] = "CONN_TIMED_OUT"; | ||
@@ -8,0 +10,0 @@ GameWsCloseCode[GameWsCloseCode["SPACE_REASSIGNED"] = 4009] = "SPACE_REASSIGNED"; |
{ | ||
"name": "@gathertown/gather-game-common", | ||
"version": "20.0.0", | ||
"version": "21.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
export enum GameWsCloseCode { | ||
NO_STATUS_RECEIVED = 1005, | ||
SPACE_AT_CAPACITY = 1013, | ||
CONN_TIMED_OUT = 4008, | ||
SPACE_REASSIGNED = 4009, | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
226453
38
3206