@tanstack/query-core
Advanced tools
Comparing version 5.51.4 to 5.51.5
@@ -12,3 +12,3 @@ import { at as QueryObserverResult, b as QueryClient, a3 as QueryObserverOptions, aZ as NotifyOptions, u as Query, z as QueryKey, c as QueryObserver } from './hydration-B_q3JSpO.js'; | ||
#private; | ||
constructor(client: QueryClient, queries: Array<QueryObserverOptions>, _options?: QueriesObserverOptions<TCombinedResult>); | ||
constructor(client: QueryClient, queries: Array<QueryObserverOptions<any, any, any, any, any>>, _options?: QueriesObserverOptions<TCombinedResult>); | ||
protected onSubscribe(): void; | ||
@@ -15,0 +15,0 @@ protected onUnsubscribe(): void; |
@@ -12,3 +12,3 @@ import { at as QueryObserverResult, b as QueryClient, a3 as QueryObserverOptions, aZ as NotifyOptions, u as Query, z as QueryKey, c as QueryObserver } from './hydration-B_q3JSpO.js'; | ||
#private; | ||
constructor(client: QueryClient, queries: Array<QueryObserverOptions>, _options?: QueriesObserverOptions<TCombinedResult>); | ||
constructor(client: QueryClient, queries: Array<QueryObserverOptions<any, any, any, any, any>>, _options?: QueriesObserverOptions<TCombinedResult>); | ||
protected onSubscribe(): void; | ||
@@ -15,0 +15,0 @@ protected onUnsubscribe(): void; |
{ | ||
"name": "@tanstack/query-core", | ||
"version": "5.51.4", | ||
"version": "5.51.5", | ||
"description": "The framework agnostic core that powers TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
@@ -48,3 +48,3 @@ import { notifyManager } from './notifyManager' | ||
client: QueryClient, | ||
queries: Array<QueryObserverOptions>, | ||
queries: Array<QueryObserverOptions<any, any, any, any, any>>, | ||
_options?: QueriesObserverOptions<TCombinedResult>, | ||
@@ -51,0 +51,0 @@ ) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2016756