@timardex/cluemart-shared 1.4.75 → 1.4.76
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-W465TNSV.mjs → chunk-2YNED2NO.mjs} +2 -1
- package/dist/{chunk-W465TNSV.mjs.map → chunk-2YNED2NO.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -0
- package/dist/graphql/index.d.ts +2 -0
- 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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5204,6 +5204,7 @@ var useGetUserActivities = () => {
|
|
|
5204
5204
|
const userActivities = {
|
|
5205
5205
|
favourites: {
|
|
5206
5206
|
events: data?.userActivities.favourites.events || [],
|
|
5207
|
+
partners: data?.userActivities.favourites.partners || [],
|
|
5207
5208
|
vendors: data?.userActivities.favourites.vendors || []
|
|
5208
5209
|
},
|
|
5209
5210
|
going: {
|