@tanstack/react-query-devtools 4.0.8 → 4.0.11-beta.4
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/{types/react-query-devtools/src → lib}/Explorer.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/Logo.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/devtools.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/index.d.ts +0 -0
- package/build/lib/index.js +2286 -0
- package/build/lib/index.js.map +1 -0
- package/build/{esm/index.js → lib/index.mjs} +282 -3
- package/build/lib/index.mjs.map +1 -0
- package/build/{types/react-query-devtools/src → lib}/noop.d.ts +0 -0
- package/build/{cjs → lib}/noop.js +0 -0
- package/build/{cjs → lib}/noop.js.map +0 -0
- package/build/{esm/noop.js → lib/noop.mjs} +1 -1
- package/build/lib/noop.mjs.map +1 -0
- package/build/{types/react-query-devtools/src → lib}/styledComponents.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/theme.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/useLocalStorage.d.ts +0 -0
- package/build/{types/react-query-devtools/src → lib}/useMediaQuery.d.ts +0 -0
- package/build/lib/useSyncExternalStore.d.ts +1 -0
- package/build/lib/useSyncExternalStore.native.d.ts +1 -0
- package/build/{types/react-query-devtools/src → lib}/utils.d.ts +0 -0
- package/build/umd/index.development.js +2240 -9
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +2 -2
- package/build/umd/index.production.js.map +1 -1
- package/build/umd/noop.development.js +30 -0
- package/build/umd/noop.development.js.map +1 -0
- package/build/umd/noop.production.js +12 -0
- package/build/umd/noop.production.js.map +1 -0
- package/cjs.fallback.js +13 -0
- package/package.json +36 -19
- package/src/devtools.tsx +1 -1
- package/src/useSyncExternalStore.native.ts +3 -0
- package/src/useSyncExternalStore.ts +2 -0
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -33
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/build/cjs/node_modules/@tanstack/match-sorter-utils/build/esm/index.js +0 -757
- package/build/cjs/node_modules/@tanstack/match-sorter-utils/build/esm/index.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/Explorer.js +0 -215
- package/build/cjs/packages/react-query-devtools/src/Explorer.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/Logo.js +0 -66
- package/build/cjs/packages/react-query-devtools/src/Logo.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/devtools.js +0 -805
- package/build/cjs/packages/react-query-devtools/src/devtools.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/index.js +0 -26
- package/build/cjs/packages/react-query-devtools/src/index.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/styledComponents.js +0 -113
- package/build/cjs/packages/react-query-devtools/src/styledComponents.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/theme.js +0 -68
- package/build/cjs/packages/react-query-devtools/src/theme.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/useLocalStorage.js +0 -81
- package/build/cjs/packages/react-query-devtools/src/useLocalStorage.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/useMediaQuery.js +0 -66
- package/build/cjs/packages/react-query-devtools/src/useMediaQuery.js.map +0 -1
- package/build/cjs/packages/react-query-devtools/src/utils.js +0 -113
- package/build/cjs/packages/react-query-devtools/src/utils.js.map +0 -1
- package/build/esm/index.js.map +0 -1
- package/build/esm/noop.js.map +0 -1
- package/build/stats-html.html +0 -2689
- package/build/stats.json +0 -45
- package/build/types/query-core/src/focusManager.d.ts +0 -16
- package/build/types/query-core/src/hydration.d.ts +0 -34
- package/build/types/query-core/src/index.d.ts +0 -20
- package/build/types/query-core/src/infiniteQueryBehavior.d.ts +0 -15
- package/build/types/query-core/src/infiniteQueryObserver.d.ts +0 -18
- package/build/types/query-core/src/logger.d.ts +0 -8
- package/build/types/query-core/src/mutation.d.ts +0 -70
- package/build/types/query-core/src/mutationCache.d.ts +0 -52
- package/build/types/query-core/src/mutationObserver.d.ts +0 -23
- package/build/types/query-core/src/notifyManager.d.ts +0 -18
- package/build/types/query-core/src/onlineManager.d.ts +0 -16
- package/build/types/query-core/src/queriesObserver.d.ts +0 -23
- package/build/types/query-core/src/query.d.ts +0 -119
- package/build/types/query-core/src/queryCache.d.ts +0 -59
- package/build/types/query-core/src/queryClient.d.ts +0 -65
- package/build/types/query-core/src/queryObserver.d.ts +0 -61
- package/build/types/query-core/src/removable.d.ts +0 -9
- package/build/types/query-core/src/retryer.d.ts +0 -33
- package/build/types/query-core/src/subscribable.d.ts +0 -10
- package/build/types/query-core/src/types.d.ts +0 -417
- package/build/types/query-core/src/utils.d.ts +0 -99
- package/build/types/react-query/src/Hydrate.d.ts +0 -10
- package/build/types/react-query/src/QueryClientProvider.d.ts +0 -24
- package/build/types/react-query/src/QueryErrorResetBoundary.d.ts +0 -12
- package/build/types/react-query/src/index.d.ts +0 -17
- package/build/types/react-query/src/isRestoring.d.ts +0 -3
- package/build/types/react-query/src/reactBatchedUpdates.d.ts +0 -2
- package/build/types/react-query/src/setBatchUpdatesFn.d.ts +0 -1
- package/build/types/react-query/src/types.d.ts +0 -35
- package/build/types/react-query/src/useBaseQuery.d.ts +0 -3
- package/build/types/react-query/src/useInfiniteQuery.d.ts +0 -5
- package/build/types/react-query/src/useIsFetching.d.ts +0 -7
- package/build/types/react-query/src/useIsMutating.d.ts +0 -7
- package/build/types/react-query/src/useMutation.d.ts +0 -6
- package/build/types/react-query/src/useQueries.d.ts +0 -49
- package/build/types/react-query/src/useQuery.d.ts +0 -20
- package/build/types/react-query/src/utils.d.ts +0 -1
- package/build/types/react-query-devtools/src/__tests__/Explorer.test.d.ts +0 -1
- package/build/types/react-query-devtools/src/__tests__/devtools.test.d.ts +0 -6
- package/build/types/react-query-devtools/src/__tests__/utils.d.ts +0 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/react-query-devtools",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11-beta.4",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,31 +10,48 @@
|
|
|
10
10
|
"type": "github",
|
|
11
11
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"types": "build/types/react-query-devtools/src/index.d.ts",
|
|
17
|
-
"files": [
|
|
18
|
-
"build/*",
|
|
19
|
-
"src"
|
|
20
|
-
],
|
|
13
|
+
"types": "build/lib/index.d.ts",
|
|
14
|
+
"module": "build/lib/index.mjs",
|
|
15
|
+
"main": "build/lib/index.js",
|
|
21
16
|
"exports": {
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
17
|
+
".": {
|
|
18
|
+
"development": {
|
|
19
|
+
"types": "./build/lib/index.d.ts",
|
|
20
|
+
"import": "./build/lib/index.mjs",
|
|
21
|
+
"default": "./build/lib/index.js"
|
|
22
|
+
},
|
|
23
|
+
"default": {
|
|
24
|
+
"types": "./build/lib/index.d.ts",
|
|
25
|
+
"import": "./build/lib/noop.mjs",
|
|
26
|
+
"default": "./cjs.fallback.js"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"./production": {
|
|
30
|
+
"types": "./build/lib/index.d.ts",
|
|
31
|
+
"import": "./build/lib/index.mjs",
|
|
32
|
+
"default": "./build/lib/index.js"
|
|
25
33
|
},
|
|
26
|
-
"
|
|
27
|
-
"require": "./build/cjs/packages/react-query-devtools/src/noop.js",
|
|
28
|
-
"default": "./build/esm/noop.js"
|
|
29
|
-
}
|
|
34
|
+
"./package.json": "./package.json"
|
|
30
35
|
},
|
|
36
|
+
"files": [
|
|
37
|
+
"build/lib/*",
|
|
38
|
+
"build/umd/*",
|
|
39
|
+
"cjs.fallback.js",
|
|
40
|
+
"src"
|
|
41
|
+
],
|
|
31
42
|
"scripts": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
43
|
+
"clean": "rm -rf ./build",
|
|
44
|
+
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
|
|
34
45
|
},
|
|
35
46
|
"dependencies": {
|
|
36
|
-
"@tanstack/match-sorter-utils": "^8.
|
|
47
|
+
"@tanstack/match-sorter-utils": "^8.1.1",
|
|
48
|
+
"@tanstack/react-query": "^4.0.10",
|
|
37
49
|
"@types/use-sync-external-store": "^0.0.3",
|
|
38
50
|
"use-sync-external-store": "^1.2.0"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
54
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
55
|
+
"@tanstack/react-query": "^4.0.0"
|
|
39
56
|
}
|
|
40
57
|
}
|
package/src/devtools.tsx
CHANGED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* react-query-devtools
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) TanStack
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
8
|
-
*
|
|
9
|
-
* @license MIT
|
|
10
|
-
*/
|
|
11
|
-
'use strict';
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
14
|
-
|
|
15
|
-
function _extends() {
|
|
16
|
-
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
17
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
18
|
-
var source = arguments[i];
|
|
19
|
-
|
|
20
|
-
for (var key in source) {
|
|
21
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
22
|
-
target[key] = source[key];
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
return target;
|
|
28
|
-
};
|
|
29
|
-
return _extends.apply(this, arguments);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
exports["extends"] = _extends;
|
|
33
|
-
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|