@devrongx/games 0.4.2 → 0.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrongx/games",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Game UI components for sports prediction markets",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.ts",
@@ -152,6 +152,7 @@ export interface ITDLeaderboardEntry {
152
152
  bets_lost: number;
153
153
  questions_left: number;
154
154
  active_parlays: number;
155
+ payout_amount?: number | null;
155
156
  }
156
157
 
157
158
  export interface ITDLeaderboardResponse {