@magic5644/graph-it-live 1.9.2 → 1.9.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/docs/README.md CHANGED
@@ -13,6 +13,7 @@ Documentation describing how the system is built and how the layers interact.
13
13
  | File | Description |
14
14
  |------|-------------|
15
15
  | [architecture/codemaps/architecture.md](architecture/codemaps/architecture.md) | System overview — layers, services, file count |
16
+ | [architecture/codemaps/class-hierarchy.md](architecture/codemaps/class-hierarchy.md) | **Class hierarchy diagram** — core interfaces, 45+ classes, design patterns |
16
17
  | [architecture/codemaps/backend.md](architecture/codemaps/backend.md) | Analyzer, MCP, and extension services |
17
18
  | [architecture/codemaps/cli.md](architecture/codemaps/cli.md) | Standalone CLI layer (`graph-it`) |
18
19
  | [architecture/codemaps/frontend.md](architecture/codemaps/frontend.md) | Webview / React components |
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@magic5644/graph-it-live",
3
3
  "displayName": "Graph-It-Live",
4
4
  "description": "AI-first dependency graph & code intelligence for VS Code. Visualize file imports, symbol call hierarchies, and cross-file call graphs. Detect circular dependencies, dead code, and breaking changes. Built-in MCP Server with 21 tools for GitHub Copilot, Cursor, Claude, Windsurf, and Antigravity. Generate AI-friendly codemaps. TypeScript, JavaScript, C#, Go, Java, Python, Rust, Vue, Svelte, GraphQL.",
5
- "version": "1.9.2",
5
+ "version": "1.9.3",
6
6
  "publisher": "magic5644",
7
7
  "author": {
8
8
  "name": "magic56"
@@ -1115,20 +1115,20 @@
1115
1115
  },
1116
1116
  "dependencies": {
1117
1117
  "@dagrejs/dagre": "^2.0.4",
1118
- "@inquirer/core": "^11.1.9",
1119
- "@inquirer/prompts": "^8.4.2",
1118
+ "@inquirer/core": "^11.1.10",
1119
+ "@inquirer/prompts": "^8.4.3",
1120
1120
  "@modelcontextprotocol/sdk": "^1.29.0",
1121
1121
  "chokidar": "^5.0.0",
1122
- "cytoscape": "^3.33.2",
1122
+ "cytoscape": "^3.33.3",
1123
1123
  "cytoscape-fcose": "^2.2.0",
1124
- "react": "^19.2.5",
1125
- "react-dom": "^19.2.5",
1124
+ "react": "^19.2.6",
1125
+ "react-dom": "^19.2.6",
1126
1126
  "reactflow": "^11.11.4",
1127
1127
  "sql.js": "^1.14.1",
1128
1128
  "tree-sitter-wasms": "^0.1.13",
1129
1129
  "ts-morph": "^27.0.2",
1130
1130
  "web-tree-sitter": "^0.26.8",
1131
- "zod": "^4.3.6"
1131
+ "zod": "^4.4.3"
1132
1132
  },
1133
1133
  "devDependencies": {
1134
1134
  "@eslint/js": "^10.0.1",
@@ -1144,13 +1144,13 @@
1144
1144
  "@vscode/vsce": "^3.9.1",
1145
1145
  "esbuild": "^0.27.7",
1146
1146
  "esbuild-css-modules-plugin": "^3.1.5",
1147
- "eslint": "^10.2.1",
1147
+ "eslint": "^10.3.0",
1148
1148
  "fast-check": "^4.7.0",
1149
1149
  "glob": "^13.0.6",
1150
- "globals": "^17.5.0",
1150
+ "globals": "^17.6.0",
1151
1151
  "mocha": "^11.7.5",
1152
1152
  "typescript": "^6.0.3",
1153
- "typescript-eslint": "^8.59.0",
1153
+ "typescript-eslint": "^8.59.2",
1154
1154
  "vitest": "^4.1.5"
1155
1155
  },
1156
1156
  "overrides": {