@gathertown/gather-game-common
Advanced tools
Comparing version 22.1.2 to 22.1.3
export declare enum GameWsCloseCode { | ||
NORMAL_CLOSURE = 1000, | ||
PROTOCOL_ERROR = 1002, | ||
@@ -3,0 +4,0 @@ NO_STATUS_RECEIVED = 1005, |
@@ -6,2 +6,3 @@ "use strict"; | ||
(function (GameWsCloseCode) { | ||
GameWsCloseCode[GameWsCloseCode["NORMAL_CLOSURE"] = 1000] = "NORMAL_CLOSURE"; | ||
GameWsCloseCode[GameWsCloseCode["PROTOCOL_ERROR"] = 1002] = "PROTOCOL_ERROR"; | ||
@@ -8,0 +9,0 @@ GameWsCloseCode[GameWsCloseCode["NO_STATUS_RECEIVED"] = 1005] = "NO_STATUS_RECEIVED"; |
{ | ||
"name": "@gathertown/gather-game-common", | ||
"version": "22.1.2", | ||
"version": "22.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
export enum GameWsCloseCode { | ||
NORMAL_CLOSURE = 1000, | ||
PROTOCOL_ERROR = 1002, | ||
@@ -3,0 +4,0 @@ NO_STATUS_RECEIVED = 1005, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1697311
40
29549