@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
|
@@ -2643,6 +2643,7 @@ var useGetUserActivities = () => {
|
|
|
2643
2643
|
const userActivities = {
|
|
2644
2644
|
favourites: {
|
|
2645
2645
|
events: data?.userActivities.favourites.events || [],
|
|
2646
|
+
partners: data?.userActivities.favourites.partners || [],
|
|
2646
2647
|
vendors: data?.userActivities.favourites.vendors || []
|
|
2647
2648
|
},
|
|
2648
2649
|
going: {
|
|
@@ -3531,4 +3532,4 @@ export {
|
|
|
3531
3532
|
useUpdateGoogleImportedMarkets,
|
|
3532
3533
|
useGetAppSettings
|
|
3533
3534
|
};
|
|
3534
|
-
//# sourceMappingURL=chunk-
|
|
3535
|
+
//# sourceMappingURL=chunk-2YNED2NO.mjs.map
|