@timardex/cluemart-shared 1.5.551 → 1.5.552
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-OVEYADVZ.mjs → chunk-IMTMBZI7.mjs} +2 -2
- package/dist/{chunk-DYUATO2Z.mjs → chunk-L74HNX7U.mjs} +2 -2
- package/dist/{chunk-5LODYRBR.mjs → chunk-SBY5HTAP.mjs} +2 -13
- package/dist/chunk-SBY5HTAP.mjs.map +1 -0
- package/dist/{chunk-ZOPHRV6M.mjs → chunk-UNLBGUZ6.mjs} +14 -2
- package/dist/chunk-UNLBGUZ6.mjs.map +1 -0
- package/dist/{chunk-SUCEE4LU.mjs → chunk-VG2GTCY7.mjs} +2 -2
- package/dist/{chunk-SUCEE4LU.mjs.map → chunk-VG2GTCY7.mjs.map} +1 -1
- package/dist/{dailyClue-CvOPk6am.d.mts → dailyClue-BFo8YN7B.d.mts} +7 -6
- package/dist/{dailyClue-CvOPk6am.d.ts → dailyClue-BFo8YN7B.d.ts} +7 -6
- package/dist/formFields/index.cjs +0 -3
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +11 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +9 -7
- package/dist/index.d.ts +9 -7
- package/dist/index.mjs +11 -10
- package/dist/index.mjs.map +1 -1
- package/dist/{post-B941IgWP.d.ts → post-DWRt-yGc.d.ts} +3 -2
- package/dist/{post-C3L-bejc.d.mts → post-DsOgFGgJ.d.mts} +3 -2
- package/dist/types/index.cjs +7 -6
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.mjs +6 -6
- package/dist/utils/index.cjs +0 -3
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5LODYRBR.mjs.map +0 -1
- package/dist/chunk-ZOPHRV6M.mjs.map +0 -1
- /package/dist/{chunk-OVEYADVZ.mjs.map → chunk-IMTMBZI7.mjs.map} +0 -0
- /package/dist/{chunk-DYUATO2Z.mjs.map → chunk-L74HNX7U.mjs.map} +0 -0
|
@@ -43,10 +43,10 @@ import {
|
|
|
43
43
|
vendorStallSize,
|
|
44
44
|
vendorStartDateFields,
|
|
45
45
|
vendorTable
|
|
46
|
-
} from "../chunk-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-IMTMBZI7.mjs";
|
|
47
|
+
import "../chunk-L74HNX7U.mjs";
|
|
48
48
|
import "../chunk-ZR4TGWTS.mjs";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-SBY5HTAP.mjs";
|
|
50
50
|
export {
|
|
51
51
|
availableCategories,
|
|
52
52
|
availableTagTypes,
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -3376,7 +3376,6 @@ var DAILY_CLUE_BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
3376
3376
|
...GameDateFields
|
|
3377
3377
|
}
|
|
3378
3378
|
gameSolution
|
|
3379
|
-
gameType
|
|
3380
3379
|
}
|
|
3381
3380
|
${GAME_DATE_FIELDS_FRAGMENT}
|
|
3382
3381
|
`;
|
|
@@ -3488,6 +3487,7 @@ var GET_GAME_LEADERBOARD = import_client55.gql`
|
|
|
3488
3487
|
// src/graphql/queries/post.ts
|
|
3489
3488
|
var BASE_GAME_FIELDS_FRAGMENT = import_client56.gql`
|
|
3490
3489
|
fragment BaseGameFields on BaseGameType {
|
|
3490
|
+
gameType
|
|
3491
3491
|
dailyClue {
|
|
3492
3492
|
...DailyClueBaseGameFields
|
|
3493
3493
|
}
|