@tanstack/query-devtools
Advanced tools
Comparing version 5.0.0-alpha.54 to 5.0.0-alpha.55
{ | ||
"name": "@tanstack/query-devtools", | ||
"version": "5.0.0-alpha.54", | ||
"version": "5.0.0-alpha.55", | ||
"description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -14,16 +14,16 @@ "author": "tannerlinsley", | ||
"type": "module", | ||
"types": "build/types/index.d.ts", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./build/types/index.d.ts", | ||
"solid": "./build/source/index.jsx", | ||
"import": "./build/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"solid": "./dist/source/index.jsx", | ||
"import": "./dist/esm/index.js", | ||
"browser": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js" | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.cjs" | ||
}, | ||
"require": "./build/cjs/index.js", | ||
"node": "./build/cjs/index.js" | ||
"require": "./dist/cjs/index.cjs", | ||
"node": "./dist/cjs/index.cjs" | ||
}, | ||
@@ -33,3 +33,3 @@ "./package.json": "./package.json" | ||
"files": [ | ||
"build", | ||
"dist", | ||
"src" | ||
@@ -58,8 +58,6 @@ ], | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint", | ||
"build": "pnpm build:rollup && pnpm rename-build-dir", | ||
"rename-build-dir": "rimraf ./build && mv ./dist ./build", | ||
"build:rollup": "rollup --config rollup.config.js", | ||
"build:types": "tsc --emitDeclarationOnly" | ||
"test:build": "publint --strict", | ||
"build": "pnpm build:rollup", | ||
"build:rollup": "rollup --config rollup.config.js" | ||
} | ||
} |
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
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
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
876818
35
12214