api-core-lib 16.12.138 → 16.13.141

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/client.cjs CHANGED
@@ -318,7 +318,7 @@ function useApiActionState(actionConfig, cacheKey, execute, input, enabled) {
318
318
  }
319
319
  function useApiModule(axiosInstance, moduleConfig, options = {}) {
320
320
  const {
321
- refetchOnWindowFocus = true,
321
+ refetchOnWindowFocus = false,
322
322
  onSuccess,
323
323
  onError,
324
324
  pathParams: modulePathParams,
package/dist/client.js CHANGED
@@ -318,7 +318,7 @@ function useApiActionState(actionConfig, cacheKey, execute, input, enabled) {
318
318
  }
319
319
  function useApiModule(axiosInstance, moduleConfig, options = {}) {
320
320
  const {
321
- refetchOnWindowFocus = true,
321
+ refetchOnWindowFocus = false,
322
322
  onSuccess,
323
323
  onError,
324
324
  pathParams: modulePathParams,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-core-lib",
3
- "version": "16.12.138",
3
+ "version": "16.13.141",
4
4
  "description": "A flexible and powerful API client library for modern web applications.",
5
5
  "type": "module",
6
6
  "exports": {