@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.
- package/build/lib/__tests__/devtools.test.d.ts.map +1 -0
- package/build/lib/__tests__/utils.d.ts +1 -1
- package/build/lib/__tests__/utils.d.ts.map +1 -0
- package/build/lib/devtools.d.ts.map +1 -0
- package/build/lib/index.d.ts.map +1 -0
- package/build/lib/index.prod.esm.js +0 -8
- package/build/lib/index.prod.esm.js.map +1 -1
- package/build/lib/index.prod.js +0 -8
- package/build/lib/index.prod.js.map +1 -1
- package/build/lib/index.prod.mjs +0 -8
- package/build/lib/index.prod.mjs.map +1 -1
- package/build/umd/index.development.js +0 -8
- package/build/umd/index.development.js.map +1 -1
- package/package.json +5 -5
- /package/build/lib/{index.prod.d.ts → index.prod.d.ts/build/lib/index.d.ts} +0 -0
package/build/lib/index.prod.js
CHANGED
|
@@ -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';
|