@timardex/cluemart-shared 1.5.523 → 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-EXP4MK3S.mjs → chunk-2ODCGKDX.mjs} +2 -5
- package/dist/{chunk-EXP4MK3S.mjs.map → chunk-2ODCGKDX.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -7
- package/dist/graphql/index.d.ts +3 -7
- 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 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.mjs +1 -4
- 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,10 +3991,7 @@ var useGetSchool = (_id) => {
|
|
|
3991
3991
|
error,
|
|
3992
3992
|
loading,
|
|
3993
3993
|
refetch,
|
|
3994
|
-
school:
|
|
3995
|
-
mySchool: data?.school || null,
|
|
3996
|
-
users: data?.users || []
|
|
3997
|
-
}
|
|
3994
|
+
school: data?.school || null
|
|
3998
3995
|
};
|
|
3999
3996
|
};
|
|
4000
3997
|
// Annotate the CommonJS export names for ESM import in node:
|