@presto1314w/vite-devtools-browser 0.2.2 → 0.3.1

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/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@presto1314w/vite-devtools-browser",
3
- "version": "0.2.2",
4
- "description": "Runtime diagnostics CLI for Vite apps with event-stream correlation, HMR diagnosis, framework inspection, and mapped errors",
5
- "license": "MIT",
6
- "keywords": [
7
- "vite",
8
- "devtools",
9
- "debugging",
10
- "runtime-diagnostics",
11
- "hmr",
12
- "module-graph",
13
- "sourcemap",
14
- "vue",
15
- "react",
16
- "svelte",
17
- "cli",
18
- "ai-agents"
19
- ],
3
+ "version": "0.3.1",
4
+ "description": "Runtime diagnostics CLI for Vite apps with event-stream correlation, HMR diagnosis, framework inspection, and mapped errors",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "vite",
8
+ "devtools",
9
+ "debugging",
10
+ "runtime-diagnostics",
11
+ "hmr",
12
+ "module-graph",
13
+ "sourcemap",
14
+ "vue",
15
+ "react",
16
+ "svelte",
17
+ "cli",
18
+ "ai-agents"
19
+ ],
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/MapleCity1314/vite-browser.git"