@tanstack/solid-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.
@@ -3560,6 +3560,7 @@
3560
3560
  exports.isCancelledError = isCancelledError;
3561
3561
  exports.isError = isError;
3562
3562
  exports.isServer = isServer;
3563
+ exports.matchQuery = matchQuery;
3563
3564
  exports.notifyManager = notifyManager;
3564
3565
  exports.onlineManager = onlineManager;
3565
3566
  exports.parseFilterArgs = parseFilterArgs$1;