@tanstack/lit-query 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/legacy/index.cjs.map +1 -1
- package/build/legacy/index.d.cts.map +1 -1
- package/build/legacy/index.d.ts.map +1 -1
- package/build/legacy/index.js.map +1 -1
- package/build/modern/index.cjs.map +1 -1
- package/build/modern/index.d.cts.map +1 -1
- package/build/modern/index.d.ts.map +1 -1
- package/build/modern/index.js.map +1 -1
- package/package.json +2 -2
- package/src/createQueriesController.ts +1 -1
|
@@ -127,7 +127,7 @@ type GetCreateQueriesResult<T> = T extends {
|
|
|
127
127
|
>
|
|
128
128
|
: QueryObserverResult
|
|
129
129
|
|
|
130
|
-
|
|
130
|
+
type CreateQueriesOptions<
|
|
131
131
|
T extends Array<any>,
|
|
132
132
|
TResults extends Array<any> = [],
|
|
133
133
|
TDepth extends ReadonlyArray<number> = [],
|