thm-p3-configurator 0.0.169 → 0.0.170

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.
@@ -691,6 +691,11 @@ const usePrivateDossierByTypeAndIdQuery = _ref4 => {
691
691
  } = _ref4;
692
692
  const dossierByIdQuery = (0, _reactQuery.useQuery)([dossierType, dossierId], {
693
693
  enabled: !!dossierId && !!dossierType,
694
+ cacheTime: 0,
695
+ staleTime: 0,
696
+ refetchOnMount: true,
697
+ refetchOnWindowFocus: true,
698
+ refetchOnReconnect: true,
694
699
  queryFn: () => {
695
700
  let dossierFetchFn;
696
701
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",