@tanstack/react-query-devtools 5.103.2 → 5.103.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4B;cAO5B,iCAAiC;KAOlC,uBAAuB"}
1
+ {"version":3,"file":"index.d.cts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4BA;cAO5B,iCAAiCC;KAOlC,uBAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4B;cAO5B,iCAAiC;KAOlC,uBAAuB"}
1
+ {"version":3,"file":"index.d.ts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4BA;cAO5B,iCAAiCC;KAOlC,uBAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"production.d.cts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkB;cAClB,gCAAuB"}
1
+ {"version":3,"file":"production.d.cts","names":["Devtools.ReactQueryDevtools","DevtoolsPanel.ReactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkBA;cAClB,gCAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"production.d.ts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkB;cAClB,gCAAuB"}
1
+ {"version":3,"file":"production.d.ts","names":["Devtools.ReactQueryDevtools","DevtoolsPanel.ReactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkBA;cAClB,gCAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4B;cAO5B,iCAAiC;KAOlC,uBAAuB"}
1
+ {"version":3,"file":"index.d.cts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4BA;cAO5B,iCAAiCC;KAOlC,uBAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4B;cAO5B,iCAAiC;KAOlC,uBAAuB"}
1
+ {"version":3,"file":"index.d.ts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAKa,4BAA4BA;cAO5B,iCAAiCC;KAOlC,uBAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"production.d.cts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkB;cAClB,gCAAuB"}
1
+ {"version":3,"file":"production.d.cts","names":["Devtools.ReactQueryDevtools","DevtoolsPanel.ReactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkBA;cAClB,gCAAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"production.d.ts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkB;cAClB,gCAAuB"}
1
+ {"version":3,"file":"production.d.ts","names":["Devtools.ReactQueryDevtools","DevtoolsPanel.ReactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAKa,2BAAkBA;cAClB,gCAAuBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-query-devtools",
3
- "version": "5.103.2",
3
+ "version": "5.103.3",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/react-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -59,20 +59,20 @@
59
59
  "!src/__tests__"
60
60
  ],
61
61
  "dependencies": {
62
- "@tanstack/query-devtools": "5.103.2"
62
+ "@tanstack/query-devtools": "5.103.3"
63
63
  },
64
64
  "devDependencies": {
65
+ "@tanstack/react-query": "5.103.3",
65
66
  "@testing-library/react": "^16.1.0",
66
67
  "@types/react": "^19.2.7",
67
68
  "@vitejs/plugin-react": "^4.3.4",
68
- "npm-run-all2": "^5.0.0",
69
- "react": "^19.2.1",
70
- "@tanstack/react-query": "5.103.2"
69
+ "npm-run-all2": "^9.0.3",
70
+ "react": "^19.2.1"
71
71
  },
72
72
  "peerDependencies": {
73
+ "@tanstack/react-query": "^5.103.3",
73
74
  "@types/react": "^18 || ^19",
74
- "react": "^18 || ^19",
75
- "@tanstack/react-query": "^5.103.2"
75
+ "react": "^18 || ^19"
76
76
  },
77
77
  "scripts": {
78
78
  "clean": "premove ./build ./coverage ./dist-ts ./.cache/test-types",