@tanstack/preact-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.
- package/build/legacy/index.d.cts.map +1 -1
- package/build/legacy/index.d.ts.map +1 -1
- package/build/legacy/production.d.cts.map +1 -1
- package/build/legacy/production.d.ts.map +1 -1
- package/build/modern/index.d.cts.map +1 -1
- package/build/modern/index.d.ts.map +1 -1
- package/build/modern/production.d.cts.map +1 -1
- package/build/modern/production.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAGa,6BAA6BA;cAO7B,kCAAkCC;KAOnC,uBAAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAGa,6BAA6BA;cAO7B,kCAAkCC;KAOnC,uBAAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"production.d.cts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"production.d.cts","names":["Devtools.PreactQueryDevtools","DevtoolsPanel.PreactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAGa,4BAAmBA;cACnB,iCAAwBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"production.d.ts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"production.d.ts","names":["Devtools.PreactQueryDevtools","DevtoolsPanel.PreactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAGa,4BAAmBA;cACnB,iCAAwBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAGa,6BAA6BA;cAO7B,kCAAkCC;KAOnC,uBAAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":["Devtools","DevtoolsPanel","DevtoolsPanel.DevtoolsPanelOptions"],"sources":["../../src/index.ts"],"mappings":";;;cAGa,6BAA6BA;cAO7B,kCAAkCC;KAOnC,uBAAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"production.d.cts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"production.d.cts","names":["Devtools.PreactQueryDevtools","DevtoolsPanel.PreactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAGa,4BAAmBA;cACnB,iCAAwBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"production.d.ts","names":[],"sources":["../../src/production.ts"],"mappings":";;;cAGa,
|
|
1
|
+
{"version":3,"file":"production.d.ts","names":["Devtools.PreactQueryDevtools","DevtoolsPanel.PreactQueryDevtoolsPanel"],"sources":["../../src/production.ts"],"mappings":";;;cAGa,4BAAmBA;cACnB,iCAAwBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/preact-query-devtools",
|
|
3
|
-
"version": "5.103.
|
|
3
|
+
"version": "5.103.3",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack/preact-query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"!src/__tests__"
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@tanstack/query-devtools": "5.103.
|
|
62
|
+
"@tanstack/query-devtools": "5.103.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@preact/preset-vite": "^2.10.
|
|
65
|
+
"@preact/preset-vite": "^2.10.6",
|
|
66
|
+
"@tanstack/preact-query": "5.103.3",
|
|
66
67
|
"@testing-library/preact": "^3.2.4",
|
|
67
68
|
"eslint-config-preact": "^2.0.0",
|
|
68
|
-
"npm-run-all2": "^
|
|
69
|
-
"preact": "^10.
|
|
69
|
+
"npm-run-all2": "^9.0.3",
|
|
70
|
+
"preact": "^10.29.8",
|
|
70
71
|
"typescript": "6.0.3",
|
|
71
|
-
"typescript-eslint": "^8.54.0"
|
|
72
|
-
"@tanstack/preact-query": "5.103.2"
|
|
72
|
+
"typescript-eslint": "^8.54.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"preact": "^
|
|
76
|
-
"
|
|
75
|
+
"@tanstack/preact-query": "^5.103.3",
|
|
76
|
+
"preact": "^10.0.0"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"clean": "premove ./build ./coverage ./dist-ts ./.cache/test-types",
|