@timardex/cluemart-shared 1.5.48 → 1.5.49

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
@@ -978,6 +978,7 @@ type DailyClueGameData = {
978
978
  collected: string[] | null;
979
979
  shuffled: string[];
980
980
  todaysLetter: string | null;
981
+ todaysClue: string | null;
981
982
  todaysPlacement: GamePlacement | null;
982
983
  };
983
984
  streak: number;
package/dist/index.d.ts CHANGED
@@ -978,6 +978,7 @@ type DailyClueGameData = {
978
978
  collected: string[] | null;
979
979
  shuffled: string[];
980
980
  todaysLetter: string | null;
981
+ todaysClue: string | null;
981
982
  todaysPlacement: GamePlacement | null;
982
983
  };
983
984
  streak: number;
package/dist/index.mjs CHANGED
@@ -5499,6 +5499,7 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
5499
5499
  collected
5500
5500
  shuffled
5501
5501
  todaysLetter
5502
+ todaysClue
5502
5503
  todaysPlacement
5503
5504
  }
5504
5505
  streak