@tanstack/solid-query
Advanced tools
Comparing version 4.9.0 to 4.10.0
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
// Re-export core | ||
@@ -2,0 +3,0 @@ export * from '@tanstack/query-core'; |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
export {}; |
{ | ||
"name": "@tanstack/solid-query", | ||
"version": "4.9.0", | ||
"version": "4.10.0", | ||
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", | ||
@@ -40,3 +40,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "4.9.0" | ||
"@tanstack/query-core": "4.10.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependencies": { |
@@ -0,1 +1,3 @@ | ||
/* istanbul ignore file */ | ||
// Re-export core | ||
@@ -2,0 +4,0 @@ export * from '@tanstack/query-core' |
@@ -0,1 +1,3 @@ | ||
/* istanbul ignore file */ | ||
import type { Context } from 'solid-js' | ||
@@ -2,0 +4,0 @@ import type { |
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
1152635
16812
8
+ Added@tanstack/query-core@4.10.0(transitive)
- Removed@tanstack/query-core@4.9.0(transitive)
Updated@tanstack/query-core@4.10.0