@codeleap/query
Advanced tools
+4
-4
| { | ||
| "name": "@codeleap/query", | ||
| "version": "5.8.5", | ||
| "version": "5.8.6", | ||
| "main": "src/index.ts", | ||
@@ -12,4 +12,4 @@ "license": "UNLICENSED", | ||
| "devDependencies": { | ||
| "@codeleap/config": "5.8.5", | ||
| "@codeleap/types": "5.8.5", | ||
| "@codeleap/config": "5.8.6", | ||
| "@codeleap/types": "5.8.6", | ||
| "ts-node-dev": "1.1.8" | ||
@@ -21,3 +21,3 @@ }, | ||
| "peerDependencies": { | ||
| "@codeleap/types": "5.8.5", | ||
| "@codeleap/types": "5.8.6", | ||
| "typescript": "5.5.2", | ||
@@ -24,0 +24,0 @@ "@tanstack/react-query": "5.89.0" |
@@ -18,8 +18,5 @@ import { QueryKey, UseInfiniteQueryOptions } from '@tanstack/react-query' | ||
| export type ListQueryOptions<T extends QueryItem, F> = Omit< | ||
| InfiniteQueryOptions<T>, | ||
| 'queryKey' | 'queryFn' | 'initialPageParam' | 'getNextPageParam' | 'getPreviousPageParam' | 'select' | ||
| > & { | ||
| export type ListQueryOptions<T extends QueryItem, F> = Partial<InfiniteQueryOptions<T>> & { | ||
| limit?: number | ||
| filters?: F | ||
| } |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
131853
-0.08%3395
-0.09%