@timardex/cluemart-shared 1.5.0 → 1.5.1

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
@@ -973,7 +973,7 @@ type DailyClueGameData = {
973
973
  letters: {
974
974
  collected: string[] | null;
975
975
  shuffled: string[];
976
- todaysLetter: string;
976
+ todaysLetter: string | null;
977
977
  };
978
978
  streak: number;
979
979
  };
package/dist/index.d.ts CHANGED
@@ -973,7 +973,7 @@ type DailyClueGameData = {
973
973
  letters: {
974
974
  collected: string[] | null;
975
975
  shuffled: string[];
976
- todaysLetter: string;
976
+ todaysLetter: string | null;
977
977
  };
978
978
  streak: number;
979
979
  };