@timardex/cluemart-shared 1.5.45 → 1.5.46
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-7ZT2TANM.mjs → chunk-5LQJSAW4.mjs} +4 -6
- package/dist/{chunk-7ZT2TANM.mjs.map → chunk-5LQJSAW4.mjs.map} +1 -1
- package/dist/{chunk-WSXWGLTB.mjs → chunk-YMR3FUUS.mjs} +1 -1
- package/dist/{chunk-WSXWGLTB.mjs.map → chunk-YMR3FUUS.mjs.map} +1 -1
- package/dist/graphql/index.cjs +3 -5
- 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 +3 -5
- 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 +3 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +3 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C0bv5VBc.d.mts → post-Ca2z3WFl.d.mts} +2 -1
- package/dist/{post-C5DlXBQC.d.ts → post-Dearc1Z1.d.ts} +2 -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
|
@@ -3281,18 +3281,16 @@ var GET_GAME = gql29`
|
|
|
3281
3281
|
var GET_LEADERBOARD = gql29`
|
|
3282
3282
|
query getLeaderboard() {
|
|
3283
3283
|
leaderboard() {
|
|
3284
|
-
|
|
3285
|
-
...
|
|
3284
|
+
gameHistory {
|
|
3285
|
+
...GameHistoryFields
|
|
3286
3286
|
}
|
|
3287
|
-
gameType
|
|
3288
|
-
pointsEarned
|
|
3289
3287
|
owner {
|
|
3290
3288
|
...OwnerFields
|
|
3291
3289
|
}
|
|
3292
3290
|
}
|
|
3293
3291
|
}
|
|
3294
|
-
${GAME_DATE_FIELDS_FRAGMENT}
|
|
3295
3292
|
${OWNER_FIELDS_FRAGMENT}
|
|
3293
|
+
${GAME_HISTORY_FIELDS_FRAGMENT}
|
|
3296
3294
|
`;
|
|
3297
3295
|
|
|
3298
3296
|
// src/graphql/queries/post.ts
|
|
@@ -3764,4 +3762,4 @@ export {
|
|
|
3764
3762
|
useGetGame,
|
|
3765
3763
|
useGetGameLeaderboard
|
|
3766
3764
|
};
|
|
3767
|
-
//# sourceMappingURL=chunk-
|
|
3765
|
+
//# sourceMappingURL=chunk-5LQJSAW4.mjs.map
|