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