kitcn 0.22.0 → 0.22.1

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.
@@ -2577,7 +2577,9 @@ const useInfiniteQueryInternal = (query, args, options) => {
2577
2577
  enabled,
2578
2578
  meta,
2579
2579
  queryOptions,
2580
- placeholderData
2580
+ placeholderData,
2581
+ authType,
2582
+ isAuthLoading
2581
2583
  ]),
2582
2584
  combine: useCallback((results) => {
2583
2585
  const allItems = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitcn",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "kitcn - React Query integration and CLI tools for Convex",
5
5
  "keywords": [
6
6
  "convex",