@timardex/cluemart-shared 1.5.522 → 1.5.524
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-5Y3LQWZ5.mjs → chunk-2ODCGKDX.mjs} +2 -3
- package/dist/{chunk-5Y3LQWZ5.mjs.map → chunk-2ODCGKDX.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -5
- package/dist/graphql/index.d.ts +3 -5
- package/dist/graphql/index.mjs +1 -1
- 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 +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -5
- package/dist/index.d.ts +7 -5
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-kS5CrR6f.d.ts → post-BFZegwh9.d.ts} +5 -1
- package/dist/{post-BPefBhwH.d.mts → post-DTDm8Tkx.d.mts} +5 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3833,8 +3833,7 @@ var useGetSchool = (_id) => {
|
|
|
3833
3833
|
error,
|
|
3834
3834
|
loading,
|
|
3835
3835
|
refetch,
|
|
3836
|
-
school: data?.school || null
|
|
3837
|
-
users: data?.users || []
|
|
3836
|
+
school: data?.school || null
|
|
3838
3837
|
};
|
|
3839
3838
|
};
|
|
3840
3839
|
|
|
@@ -3973,4 +3972,4 @@ export {
|
|
|
3973
3972
|
useGetSchools,
|
|
3974
3973
|
useGetSchool
|
|
3975
3974
|
};
|
|
3976
|
-
//# sourceMappingURL=chunk-
|
|
3975
|
+
//# sourceMappingURL=chunk-2ODCGKDX.mjs.map
|