@tanstack/vue-query 4.32.6 → 4.33.0

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.
@@ -5085,6 +5085,7 @@
5085
5085
  exports.MutationCache = MutationCache;
5086
5086
  exports.MutationObserver = MutationObserver;
5087
5087
  exports.QueriesObserver = QueriesObserver;
5088
+ exports.Query = Query;
5088
5089
  exports.QueryCache = QueryCache;
5089
5090
  exports.QueryClient = QueryClient;
5090
5091
  exports.QueryObserver = QueryObserver;