@tanstack/react-query-devtools 5.0.0-alpha.35 → 5.0.0-alpha.38

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.
@@ -4977,14 +4977,6 @@ var SuperJSON = /** @class */function () {
4977
4977
  SuperJSON.allowErrorProps = SuperJSON.defaultInstance.allowErrorProps.bind(SuperJSON.defaultInstance);
4978
4978
  return SuperJSON;
4979
4979
  }();
4980
- SuperJSON.serialize;
4981
- SuperJSON.deserialize;
4982
- SuperJSON.stringify;
4983
- SuperJSON.parse;
4984
- SuperJSON.registerClass;
4985
- SuperJSON.registerCustom;
4986
- SuperJSON.registerSymbol;
4987
- SuperJSON.allowErrorProps;
4988
4980
 
4989
4981
  function getQueryStatusLabel(query) {
4990
4982
  return query.state.fetchStatus === 'fetching' ? 'fetching' : !query.getObserversCount() ? 'inactive' : query.state.fetchStatus === 'paused' ? 'paused' : query.isStale() ? 'stale' : 'fresh';