@timardex/cluemart-shared 1.5.522 → 1.5.523
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-EXP4MK3S.mjs} +5 -3
- package/dist/{chunk-5Y3LQWZ5.mjs.map → chunk-EXP4MK3S.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +4 -2
- package/dist/graphql/index.d.ts +4 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -6619,8 +6619,10 @@ var useGetSchool = (_id) => {
|
|
|
6619
6619
|
error,
|
|
6620
6620
|
loading,
|
|
6621
6621
|
refetch,
|
|
6622
|
-
school:
|
|
6623
|
-
|
|
6622
|
+
school: {
|
|
6623
|
+
mySchool: data?.school || null,
|
|
6624
|
+
users: data?.users || []
|
|
6625
|
+
}
|
|
6624
6626
|
};
|
|
6625
6627
|
};
|
|
6626
6628
|
|