@timardex/cluemart-shared 1.5.2 → 1.5.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/dist/index.d.mts CHANGED
@@ -976,7 +976,7 @@ type DailyClueGameData = {
976
976
  collected: string[] | null;
977
977
  shuffled: string[];
978
978
  todaysLetter: string | null;
979
- todaysPlacement: GamePlacement;
979
+ todaysPlacement: GamePlacement | null;
980
980
  };
981
981
  streak: number;
982
982
  };
package/dist/index.d.ts CHANGED
@@ -976,7 +976,7 @@ type DailyClueGameData = {
976
976
  collected: string[] | null;
977
977
  shuffled: string[];
978
978
  todaysLetter: string | null;
979
- todaysPlacement: GamePlacement;
979
+ todaysPlacement: GamePlacement | null;
980
980
  };
981
981
  streak: number;
982
982
  };