@tanstack/vue-query 4.14.5 → 4.15.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.
@@ -2761,6 +2761,10 @@
2761
2761
  return this.observers.map(observer => observer.getCurrentQuery());
2762
2762
  }
2763
2763
 
2764
+ getObservers() {
2765
+ return this.observers;
2766
+ }
2767
+
2764
2768
  getOptimisticResult(queries) {
2765
2769
  return this.findMatchingObservers(queries).map(match => match.observer.getOptimisticResult(match.defaultedQueryOptions));
2766
2770
  }