@tanstack/react-query-persist-client
Advanced tools
Comparing version 4.22.0 to 4.22.3
{ | ||
"name": "@tanstack/react-query-persist-client", | ||
"version": "4.22.0", | ||
"version": "4.22.3", | ||
"description": "React bindings to work with persisters in TanStack/react-query", | ||
@@ -37,3 +37,3 @@ "author": "tannerlinsley", | ||
"react-dom-17": "npm:react-dom@^17.0.2", | ||
"@tanstack/react-query": "4.22.0" | ||
"@tanstack/react-query": "4.22.3" | ||
}, | ||
@@ -44,10 +44,13 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@tanstack/react-query": "4.22.0" | ||
"@tanstack/react-query": "4.22.3" | ||
}, | ||
"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
79428