@ventlio/tanstack-query 0.2.35 → 0.2.37

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,8 @@ import { QueryClient } from '@tanstack/react-query';
51
51
  import { TanstackQueryConfig } from '@ventlio/tanstack-query';
52
52
 
53
53
  // Global queryClient
54
- const queryClient = new QueryClient();
54
+ bootstrapQueryRequest(queryClient);
55
+
55
56
 
56
57
  // do this before adding the queryClient to QueryClientProvider
57
58
  queryClient.setQueryData <
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ventlio/tanstack-query",
3
- "version": "0.2.35",
3
+ "version": "0.2.37",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "contributors": [