@tanstack/react-query 4.24.10 → 4.25.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.
@@ -3826,6 +3826,7 @@
3826
3826
  exports.isCancelledError = isCancelledError;
3827
3827
  exports.isError = isError;
3828
3828
  exports.isServer = isServer;
3829
+ exports.matchQuery = matchQuery;
3829
3830
  exports.notifyManager = notifyManager;
3830
3831
  exports.onlineManager = onlineManager;
3831
3832
  exports.parseFilterArgs = parseFilterArgs;