@connectedxm/client 0.3.2 → 0.3.4

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/index.js CHANGED
@@ -3620,9 +3620,6 @@ var useGetSelfEventRegistration = (eventId, options = {}) => {
3620
3620
  ...params
3621
3621
  }),
3622
3622
  {
3623
- retry: false,
3624
- staleTime: Infinity,
3625
- refetchOnMount: false,
3626
3623
  ...options,
3627
3624
  enabled: !!eventId && (options?.enabled ?? true)
3628
3625
  }
package/dist/index.mjs CHANGED
@@ -3037,9 +3037,6 @@ var useGetSelfEventRegistration = (eventId, options = {}) => {
3037
3037
  ...params
3038
3038
  }),
3039
3039
  {
3040
- retry: false,
3041
- staleTime: Infinity,
3042
- refetchOnMount: false,
3043
3040
  ...options,
3044
3041
  enabled: !!eventId && (options?.enabled ?? true)
3045
3042
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {