venue-js 1.6.0-next.21 → 1.6.0-next.23

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.
@@ -1070,6 +1070,7 @@ interface FeatureQueryOptions {
1070
1070
  cacheTime?: number;
1071
1071
  enabled?: boolean;
1072
1072
  retry?: boolean | number;
1073
+ refetchOnWindowFocus?: boolean;
1073
1074
  }
1074
1075
  type InternalFindById = <T extends FeatureType>(id: Id) => Promise<FeatureResponseMap[T]>;
1075
1076
  type InternalFilterByType = <T extends FeatureType>(featureType: T) => Promise<FeatureResponseMap[T][]>;
@@ -1070,6 +1070,7 @@ interface FeatureQueryOptions {
1070
1070
  cacheTime?: number;
1071
1071
  enabled?: boolean;
1072
1072
  retry?: boolean | number;
1073
+ refetchOnWindowFocus?: boolean;
1073
1074
  }
1074
1075
  type InternalFindById = <T extends FeatureType>(id: Id) => Promise<FeatureResponseMap[T]>;
1075
1076
  type InternalFilterByType = <T extends FeatureType>(featureType: T) => Promise<FeatureResponseMap[T][]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venue-js",
3
- "version": "1.6.0-next.21",
3
+ "version": "1.6.0-next.23",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",