@cardsgame/types
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@cardsgame/types", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "author": "Darek Greenly (https://darekgreenly.com)", | ||
}, | ||
"gitHead": "73d6d5c0428543961ec330aef96587775e6bd23c" | ||
"gitHead": "e3d0de34a18f8d8a570c6898f988d7bd0e1802c6" | ||
} |
@@ -5,2 +5,3 @@ /// <reference path="cards.d.ts" /> | ||
/// <reference path="utils.d.ts" /> | ||
/// <reference path="state.d.ts" /> | ||
/// <reference path="variants.d.ts" /> | ||
@@ -7,0 +8,0 @@ |
@@ -5,2 +5,3 @@ /** | ||
type ClientMessageTypes = { | ||
ready: { ready: boolean } | ||
start: { variantData: Record<string, unknown> } | ||
@@ -7,0 +8,0 @@ kick: { id: string } |
13467
12
216