@timardex/cluemart-shared 1.5.495 → 1.5.496
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-SKWWATIR.mjs → chunk-KIMDTSLW.mjs} +2 -2
- package/dist/{chunk-F4IWHY4O.mjs → chunk-MPIOTUCT.mjs} +2 -2
- package/dist/{chunk-QG5DPPZI.mjs → chunk-O4ILKWFI.mjs} +5 -1
- package/dist/chunk-O4ILKWFI.mjs.map +1 -0
- package/dist/formFields/index.mjs +3 -3
- package/dist/{game-lvz2AUuu.d.ts → game-B-YC4Am7.d.ts} +3 -0
- package/dist/{game-DTrJRy_s.d.mts → game-C6zLvmHU.d.mts} +3 -0
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DXOToXeT.d.ts → post-CNm_rxZm.d.ts} +1 -1
- package/dist/{post-wptsHKVN.d.mts → post-DFTmI0uz.d.mts} +1 -1
- package/dist/types/index.cjs +4 -0
- 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 +1 -1
- package/dist/utils/index.cjs +4 -0
- 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-QG5DPPZI.mjs.map +0 -1
- /package/dist/{chunk-SKWWATIR.mjs.map → chunk-KIMDTSLW.mjs.map} +0 -0
- /package/dist/{chunk-F4IWHY4O.mjs.map → chunk-MPIOTUCT.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -980,6 +980,9 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
980
980
|
}, {
|
|
981
981
|
readonly clue: "What’s happening in a wider area—not just nearby.";
|
|
982
982
|
readonly id: "events/region";
|
|
983
|
+
}, {
|
|
984
|
+
readonly clue: "Where you go to find something specific.";
|
|
985
|
+
readonly id: "events/search";
|
|
983
986
|
}, {
|
|
984
987
|
readonly clue: "Where fun becomes a challenge.";
|
|
985
988
|
readonly id: "games";
|
package/dist/index.d.ts
CHANGED
|
@@ -980,6 +980,9 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
980
980
|
}, {
|
|
981
981
|
readonly clue: "What’s happening in a wider area—not just nearby.";
|
|
982
982
|
readonly id: "events/region";
|
|
983
|
+
}, {
|
|
984
|
+
readonly clue: "Where you go to find something specific.";
|
|
985
|
+
readonly id: "events/search";
|
|
983
986
|
}, {
|
|
984
987
|
readonly clue: "Where fun becomes a challenge.";
|
|
985
988
|
readonly id: "games";
|
package/dist/index.mjs
CHANGED
|
@@ -467,6 +467,10 @@ var gameScreenIdentifierList = [
|
|
|
467
467
|
clue: "What\u2019s happening in a wider area\u2014not just nearby.",
|
|
468
468
|
id: "events/region"
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
clue: "Where you go to find something specific.",
|
|
472
|
+
id: "events/search"
|
|
473
|
+
},
|
|
470
474
|
{
|
|
471
475
|
clue: "Where fun becomes a challenge.",
|
|
472
476
|
id: "games"
|