@tanstack/query-persist-client-core
Advanced tools
Comparing version 4.22.0 to 4.22.4
{ | ||
"name": "@tanstack/query-persist-client-core", | ||
"version": "4.22.0", | ||
"version": "4.22.4", | ||
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", | ||
@@ -31,13 +31,16 @@ "author": "tannerlinsley", | ||
"devDependencies": { | ||
"@tanstack/query-core": "4.22.0" | ||
"@tanstack/query-core": "4.22.4" | ||
}, | ||
"peerDependencies": { | ||
"@tanstack/query-core": "4.22.0" | ||
"@tanstack/query-core": "4.22.4" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf ./build", | ||
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src", | ||
"test:jest": "../../node_modules/.bin/jest --config ./jest.config.ts", | ||
"test:dev": "pnpm run test:jest --watch" | ||
"clean": "rimraf ./build", | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc", | ||
"test:lib": "jest --config ./jest.config.ts", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:lib:publish": "pnpm run test:lib --collectCoverage false", | ||
"build:types": "tsc --build" | ||
} | ||
} |
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
79017