Skip to content

Commit 52e1a3c

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent e1bf3bb commit 52e1a3c

8 files changed

Lines changed: 5 additions & 5 deletions

File tree

memory-bank

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tanstack-query-chrome-devtools",
33
"private": true,
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"type": "module",
66
"description": "TanStack Query DevTools",
77
"homepage": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools#readme",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"strict_min_version": "112.0"
99
}
1010
},
11-
"version": "0.8.0",
11+
"version": "0.9.0",
1212
"description": "DevTools extension for debugging TanStack Query applications. Inspect queries, mutations, and cache state in real-time.",
1313
"homepage_url": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools",
1414

217 KB
Loading
193 KB
Loading
140 KB
Loading
-115 KB
Binary file not shown.

0 commit comments

Comments
 (0)