@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
package/dist/graphql/index.cjs
CHANGED
|
@@ -3991,8 +3991,7 @@ var useGetSchool = (_id) => {
|
|
|
3991
3991
|
error,
|
|
3992
3992
|
loading,
|
|
3993
3993
|
refetch,
|
|
3994
|
-
school: data?.school || null
|
|
3995
|
-
users: data?.users || []
|
|
3994
|
+
school: data?.school || null
|
|
3996
3995
|
};
|
|
3997
3996
|
};
|
|
3998
3997
|
// Annotate the CommonJS export names for ESM import in node:
|