@thegeem/protocol 0.1.29 → 0.1.30

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
@@ -800,6 +800,9 @@ type Effect = {
800
800
  } | {
801
801
  t: 'noHostAdvance';
802
802
  ms: number;
803
+ } | {
804
+ t: 'answerWindow';
805
+ ms: number;
803
806
  } | {
804
807
  t: 'endGame';
805
808
  };
package/dist/index.d.ts CHANGED
@@ -800,6 +800,9 @@ type Effect = {
800
800
  } | {
801
801
  t: 'noHostAdvance';
802
802
  ms: number;
803
+ } | {
804
+ t: 'answerWindow';
805
+ ms: number;
803
806
  } | {
804
807
  t: 'endGame';
805
808
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegeem/protocol",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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",