@thegeem/protocol 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -830,6 +830,7 @@ type ServerMsg = {
830
830
  gameId: GameId;
831
831
  hostId: string;
832
832
  hostName: string;
833
+ hostAvatar?: AvatarView;
833
834
  players: LobbyPlayer[];
834
835
  categories: CategoryView[];
835
836
  selectedCategoryIds: string[];
package/dist/index.d.ts CHANGED
@@ -830,6 +830,7 @@ type ServerMsg = {
830
830
  gameId: GameId;
831
831
  hostId: string;
832
832
  hostName: string;
833
+ hostAvatar?: AvatarView;
833
834
  players: LobbyPlayer[];
834
835
  categories: CategoryView[];
835
836
  selectedCategoryIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegeem/protocol",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Geem's wire protocol — shared zod schemas + TypeScript types for talking to the Geem game server over Socket.IO. The source of truth all clients implement against.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://geem.tv",