@tanstack/solid-query
Advanced tools
Comparing version 5.0.0-alpha.38 to 5.0.0-alpha.42
{ | ||
"name": "@tanstack/solid-query", | ||
"version": "5.0.0-alpha.38", | ||
"version": "5.0.0-alpha.42", | ||
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", | ||
@@ -43,3 +43,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.0.0-alpha.38" | ||
"@tanstack/query-core": "5.0.0-alpha.42" | ||
}, | ||
@@ -59,4 +59,6 @@ "devDependencies": { | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"build": "pnpm build:rollup && pnpm build:types", | ||
"build:rollup": "rollup --config rollup.config.mjs", | ||
"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
849160
+ Added@tanstack/query-core@5.0.0-alpha.42(transitive)
- Removed@tanstack/query-core@5.0.0-alpha.38(transitive)