@partygame.show/types
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
@@ -117,3 +117,3 @@ /** | ||
interface UserStates { | ||
readonly [userID: string]: object | null; | ||
readonly [userID: string]: SafeObject | null; | ||
} | ||
@@ -120,0 +120,0 @@ interface NewMessage extends Messages.Packet, MessageIdent { |
{ | ||
"name": "@partygame.show/types", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "TypeScript type definitions for the main API for PartyGame.Show", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |
19260