@tanstack/vue-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.
|
@@ -4989,6 +4989,7 @@
|
|
|
4989
4989
|
exports.isCancelledError = isCancelledError;
|
|
4990
4990
|
exports.isError = isError;
|
|
4991
4991
|
exports.isServer = isServer;
|
|
4992
|
+
exports.matchQuery = matchQuery;
|
|
4992
4993
|
exports.notifyManager = notifyManager;
|
|
4993
4994
|
exports.onlineManager = onlineManager;
|
|
4994
4995
|
exports.parseFilterArgs = parseFilterArgs$2;
|