@timardex/cluemart-shared 1.5.507 → 1.5.508

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.mjs CHANGED
@@ -692,6 +692,14 @@ function computeDailyClueState(dailyClue) {
692
692
  todaysPlacement: null
693
693
  };
694
694
  }
695
+ console.log("DEBUG", {
696
+ end: end.format(),
697
+ index,
698
+ letterToday: shuffled[index],
699
+ shuffledLength: shuffled.length,
700
+ start: start.format(),
701
+ today: today.format()
702
+ });
695
703
  return {
696
704
  gameHistory: null,
697
705
  todaysClue: shuffledPlacements[index].clue,