@golocalinteractive/golocal-cloud-wrapper 1.3.16 → 1.3.18

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.
@@ -10245,11 +10245,11 @@ const Hb = ({
10245
10245
  return l.json();
10246
10246
  },
10247
10247
  enabled: !!n,
10248
- staleTime: 5 * 60 * 1e3,
10249
- // 5 minutes
10250
- retry: 2,
10251
- initialData: r
10252
- // Use server-side data if provided
10248
+ staleTime: 0,
10249
+ // Always consider data stale - fetch on every mount
10250
+ refetchOnMount: "always",
10251
+ // Always refetch when component mounts
10252
+ retry: 2
10253
10253
  }), f = u.useCallback(async () => {
10254
10254
  await o.invalidateQueries({
10255
10255
  queryKey: ["active-subscriptions", n]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golocalinteractive/golocal-cloud-wrapper",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "A React provider component for Go Local Interactive's cloud services",
5
5
  "license": "ISC",
6
6
  "author": "Tanner Barrett, Cody Lacey, Go Local Interactive",