@tanstack/vue-query-devtools 5.17.19 → 5.18.0

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,4 +1,4 @@
1
- import type { DevtoolsOptions } from './types';
1
+ import type { DevtoolsOptions } from './types.cjs';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>>>, {}, {}>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent } from 'vue';
2
- import type { DevtoolsOptions } from './types';
2
+ import type { DevtoolsOptions } from './types.cjs';
3
3
  export declare const VueQueryDevtools: DefineComponent<DevtoolsOptions, {}, unknown>;
@@ -1,4 +1,4 @@
1
- import type { DevtoolsOptions } from './types';
1
+ import type { DevtoolsOptions } from './types.js';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>>>, {}, {}>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent } from 'vue';
2
- import type { DevtoolsOptions } from './types';
2
+ import type { DevtoolsOptions } from './types.js';
3
3
  export declare const VueQueryDevtools: DefineComponent<DevtoolsOptions, {}, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query-devtools",
3
- "version": "5.17.19",
3
+ "version": "5.18.0",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -39,18 +39,18 @@
39
39
  "src"
40
40
  ],
41
41
  "dependencies": {
42
- "@tanstack/query-devtools": "5.17.7"
42
+ "@tanstack/query-devtools": "5.18.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^4.5.2",
46
46
  "vite": "^5.0.10",
47
47
  "vue": "^3.3.0",
48
48
  "vue-tsc": "^1.8.26",
49
- "@tanstack/vue-query": "5.17.19"
49
+ "@tanstack/vue-query": "5.18.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": "^3.3.0",
53
- "@tanstack/vue-query": "^5.17.19"
53
+ "@tanstack/vue-query": "^5.18.0"
54
54
  },
55
55
  "scripts": {
56
56
  "clean": "rimraf ./build && rimraf ./coverage",