@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.17.4 to 5.17.7
@@ -13,2 +13,1 @@ import type { DevtoolsOptions } from './types'; | ||
}; | ||
//# sourceMappingURL=devtools.vue.d.ts.map |
import type { DefineComponent } from 'vue'; | ||
import type { DevtoolsOptions } from './types'; | ||
export declare const VueQueryDevtools: DefineComponent<DevtoolsOptions, {}, unknown>; | ||
//# sourceMappingURL=index.d.ts.map |
import devtools from './devtools.vue'; | ||
export default devtools; | ||
//# sourceMappingURL=production.d.ts.map |
@@ -33,2 +33,1 @@ import type { DevToolsErrorType, DevtoolsButtonPosition, DevtoolsPosition } from '@tanstack/query-devtools'; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.17.4", | ||
"version": "5.17.7", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -42,3 +42,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-devtools": "5.17.1" | ||
"@tanstack/query-devtools": "5.17.7" | ||
}, | ||
@@ -50,7 +50,7 @@ "devDependencies": { | ||
"vue-tsc": "^1.8.26", | ||
"@tanstack/vue-query": "5.17.4" | ||
"@tanstack/vue-query": "5.17.7" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.17.4" | ||
"@tanstack/vue-query": "^5.17.7" | ||
}, | ||
@@ -57,0 +57,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363453
14
+ Added@tanstack/query-devtools@5.17.7(transitive)
- Removed@tanstack/query-devtools@5.17.1(transitive)