@thegeem/protocol 0.1.31 → 0.1.32

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
@@ -914,6 +914,8 @@ type ServerMsg = {
914
914
  hostId: string;
915
915
  hostName: string;
916
916
  hostAvatar?: AvatarView;
917
+ hostPlaying?: boolean;
918
+ hostPinned?: boolean;
917
919
  players: LobbyPlayer[];
918
920
  categories: CategoryView[];
919
921
  selectedCategoryIds: string[];
package/dist/index.d.ts CHANGED
@@ -914,6 +914,8 @@ type ServerMsg = {
914
914
  hostId: string;
915
915
  hostName: string;
916
916
  hostAvatar?: AvatarView;
917
+ hostPlaying?: boolean;
918
+ hostPinned?: boolean;
917
919
  players: LobbyPlayer[];
918
920
  categories: CategoryView[];
919
921
  selectedCategoryIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegeem/protocol",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
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",