@tanstack/vue-query-devtools 5.14.7 → 5.15.3

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.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as e } from "./devtools.vue_vue_type_script_setup_true_lang-28f830f1.js";
1
+ import { _ as e } from "./devtools.vue_vue_type_script_setup_true_lang-mYbjkCx9.js";
2
2
  import "vue";
3
3
  const r = process.env.NODE_ENV !== "development" ? function() {
4
4
  return null;
@@ -1,4 +1,4 @@
1
- import { _ as m } from "./devtools.vue_vue_type_script_setup_true_lang-28f830f1.js";
1
+ import { _ as m } from "./devtools.vue_vue_type_script_setup_true_lang-mYbjkCx9.js";
2
2
  import "vue";
3
3
  export {
4
4
  m as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query-devtools",
3
- "version": "5.14.7",
3
+ "version": "5.15.3",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -39,22 +39,23 @@
39
39
  "src"
40
40
  ],
41
41
  "dependencies": {
42
- "@tanstack/query-devtools": "5.14.7"
42
+ "@tanstack/query-devtools": "5.15.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^4.5.2",
46
- "vite": "^4.5.1",
46
+ "vite": "^5.0.10",
47
47
  "vue": "^3.3.0",
48
48
  "vue-tsc": "^1.8.26",
49
- "@tanstack/vue-query": "5.14.6"
49
+ "@tanstack/vue-query": "5.15.3"
50
50
  },
51
51
  "peerDependencies": {
52
- "vue": "^3.3.0"
52
+ "vue": "^3.3.0",
53
+ "@tanstack/vue-query": "^5.15.3"
53
54
  },
54
55
  "scripts": {
55
56
  "clean": "rimraf ./build && rimraf ./coverage",
56
57
  "test:eslint": "eslint --ext .ts,.tsx ./src",
57
- "test:types": "tsc",
58
+ "test:types": "vue-tsc",
58
59
  "test:build": "publint --strict",
59
60
  "build": "vite build && vue-tsc"
60
61
  }
@@ -1,6 +0,0 @@
1
- declare module '*.vue' {
2
- import type { DefineComponent } from 'vue'
3
-
4
- const component: DefineComponent<{}, {}, any>
5
- export default component
6
- }