@timardex/cluemart-shared 1.5.47 → 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/{chunk-RBFEUYZH.mjs → chunk-JBGW6FSQ.mjs} +3 -1
- package/dist/{chunk-RBFEUYZH.mjs.map → chunk-JBGW6FSQ.mjs.map} +1 -1
- package/dist/{chunk-YMR3FUUS.mjs → chunk-RNLHQ7EP.mjs} +6 -2
- package/dist/{chunk-YMR3FUUS.mjs.map → chunk-RNLHQ7EP.mjs.map} +1 -1
- package/dist/graphql/index.cjs +2 -0
- 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 +2 -0
- 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 +7 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Dearc1Z1.d.ts → post-DYryesys.d.ts} +5 -2
- package/dist/{post-Ca2z3WFl.d.mts → post-DhFpT73h.d.mts} +5 -2
- package/dist/types/index.cjs +7 -2
- 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 +5 -3
- package/package.json +1 -1
|
@@ -3221,6 +3221,7 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
|
|
|
3221
3221
|
collected
|
|
3222
3222
|
shuffled
|
|
3223
3223
|
todaysLetter
|
|
3224
|
+
todaysClue
|
|
3224
3225
|
todaysPlacement
|
|
3225
3226
|
}
|
|
3226
3227
|
streak
|
|
@@ -3284,6 +3285,7 @@ var GET_GAME_LEADERBOARD = gql29`
|
|
|
3284
3285
|
gameHistory {
|
|
3285
3286
|
...GameHistoryFields
|
|
3286
3287
|
}
|
|
3288
|
+
overallPoints
|
|
3287
3289
|
owner {
|
|
3288
3290
|
...OwnerFields
|
|
3289
3291
|
}
|
|
@@ -3762,4 +3764,4 @@ export {
|
|
|
3762
3764
|
useGetGame,
|
|
3763
3765
|
useGetGameLeaderboard
|
|
3764
3766
|
};
|
|
3765
|
-
//# sourceMappingURL=chunk-
|
|
3767
|
+
//# sourceMappingURL=chunk-JBGW6FSQ.mjs.map
|