@timardex/cluemart-shared 1.4.99 → 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/{chunk-X52YRYVX.mjs → chunk-7MHRALH7.mjs} +6 -2
- package/dist/{chunk-X52YRYVX.mjs.map → chunk-7MHRALH7.mjs.map} +1 -1
- package/dist/{chunk-DMNIELEW.mjs → chunk-Y6NPNBKU.mjs} +1 -1
- package/dist/{chunk-DMNIELEW.mjs.map → chunk-Y6NPNBKU.mjs.map} +1 -1
- package/dist/graphql/index.cjs +5 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +5 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DVWX_kia.d.ts → post-B1_q12z6.d.ts} +5 -1
- package/dist/{post-DCtZdyYx.d.mts → post-Ccwq-nlW.d.mts} +5 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -3209,9 +3209,13 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
|
|
|
3209
3209
|
gameFields {
|
|
3210
3210
|
...BaseGameFields
|
|
3211
3211
|
}
|
|
3212
|
-
collectedLetters
|
|
3213
3212
|
lastFoundDate
|
|
3214
3213
|
points
|
|
3214
|
+
letters {
|
|
3215
|
+
collected
|
|
3216
|
+
shuffled
|
|
3217
|
+
todaysLetter
|
|
3218
|
+
}
|
|
3215
3219
|
streak
|
|
3216
3220
|
}
|
|
3217
3221
|
${BASE_GAME_FIELDS_FRAGMENT}
|
|
@@ -3714,4 +3718,4 @@ export {
|
|
|
3714
3718
|
useGetGames,
|
|
3715
3719
|
useGetGame
|
|
3716
3720
|
};
|
|
3717
|
-
//# sourceMappingURL=chunk-
|
|
3721
|
+
//# sourceMappingURL=chunk-7MHRALH7.mjs.map
|