@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.17.10 to 5.17.11
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.17.10", | ||
"version": "5.17.11", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -18,17 +18,17 @@ "author": "tannerlinsley", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./production": { | ||
"types": "./dist/production.d.ts", | ||
"default": "./dist/production.js" | ||
"types": "./dist/esm/production.d.ts", | ||
"default": "./dist/esm/production.js" | ||
}, | ||
"./dist/production.js": { | ||
"types": "./dist/production.d.ts", | ||
"default": "./dist/production.js" | ||
"types": "./dist/esm/production.d.ts", | ||
"default": "./dist/esm/production.js" | ||
}, | ||
@@ -50,7 +50,7 @@ "./package.json": "./package.json" | ||
"vue-tsc": "^1.8.26", | ||
"@tanstack/vue-query": "5.17.10" | ||
"@tanstack/vue-query": "5.17.11" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.17.10" | ||
"@tanstack/vue-query": "^5.17.11" | ||
}, | ||
@@ -62,4 +62,4 @@ "scripts": { | ||
"test:build": "publint --strict", | ||
"build": "vite build && vue-tsc" | ||
"build": "vite build" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
30
2
19447
237
1