@tanstack/vue-query 5.0.0-alpha.68 → 5.0.0-alpha.70

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.
@@ -1,3 +1,3 @@
1
- export declare const useBaseQuery: import("vitest/dist/index-2dd51af4").x<any[], any>;
1
+ export declare const useBaseQuery: import("vitest/dist/index-1cfc7f58").x<any[], any>;
2
2
  export declare const unrefQueryArgs: any;
3
3
  //# sourceMappingURL=useBaseQuery.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import { QueryClient } from '../queryClient';
2
- export declare const useQueryClient: import("vitest/dist/index-2dd51af4").x<[], QueryClient>;
2
+ export declare const useQueryClient: import("vitest/dist/index-1cfc7f58").x<[], QueryClient>;
3
3
  //# sourceMappingURL=useQueryClient.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query",
3
- "version": "5.0.0-alpha.68",
3
+ "version": "5.0.0-alpha.70",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
5
5
  "author": "Damian Osipiuk",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "@tanstack/match-sorter-utils": "^8.8.4",
37
37
  "@vue/devtools-api": "^6.5.0",
38
38
  "vue-demi": "^0.13.11",
39
- "@tanstack/query-core": "5.0.0-alpha.66"
39
+ "@tanstack/query-core": "5.0.0-alpha.70"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@vue/composition-api": "1.7.1",