@timardex/cluemart-shared 1.5.526 → 1.5.528
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-4TFXXGPQ.mjs → chunk-PYMLMTOQ.mjs} +2 -2
- package/dist/{chunk-4TFXXGPQ.mjs.map → chunk-PYMLMTOQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -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 +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2325,7 +2325,7 @@ declare const useGetGames: () => {
|
|
|
2325
2325
|
games: GameDocType[];
|
|
2326
2326
|
}>>;
|
|
2327
2327
|
};
|
|
2328
|
-
declare const useGetGame: (_id?: string) => {
|
|
2328
|
+
declare const useGetGame: (_id?: string | null) => {
|
|
2329
2329
|
error: _apollo_client.ApolloError | undefined;
|
|
2330
2330
|
game: GameDocType | null;
|
|
2331
2331
|
loading: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2325,7 +2325,7 @@ declare const useGetGames: () => {
|
|
|
2325
2325
|
games: GameDocType[];
|
|
2326
2326
|
}>>;
|
|
2327
2327
|
};
|
|
2328
|
-
declare const useGetGame: (_id?: string) => {
|
|
2328
|
+
declare const useGetGame: (_id?: string | null) => {
|
|
2329
2329
|
error: _apollo_client.ApolloError | undefined;
|
|
2330
2330
|
game: GameDocType | null;
|
|
2331
2331
|
loading: boolean;
|