@magic5644/graph-it-live 1.9.4 → 1.9.5

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
@@ -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.4",
5
+ "version": "1.9.5",
6
6
  "publisher": "magic5644",
7
7
  "author": {
8
8
  "name": "magic56"
@@ -1100,6 +1100,7 @@
1100
1100
  "test:vscode:vsix": "npm run package && npm run compile:tests && node ./tests/vscode-e2e/runTests.js --vsix",
1101
1101
  "test:all": "npm run test:unit",
1102
1102
  "test:bench": "node scripts/run-benchmarks.mjs",
1103
+ "test:bench:memory": "node scripts/run-memory-bench.mjs",
1103
1104
  "test:mcp": "node scripts/test-mcp.js",
1104
1105
  "test:cli:e2e": "bash scripts/test-cli-e2e.sh",
1105
1106
  "lint": "eslint src",
@@ -1115,8 +1116,8 @@
1115
1116
  },
1116
1117
  "dependencies": {
1117
1118
  "@dagrejs/dagre": "^2.0.4",
1118
- "@inquirer/core": "^11.1.10",
1119
- "@inquirer/prompts": "^8.4.3",
1119
+ "@inquirer/core": "^11.2.0",
1120
+ "@inquirer/prompts": "^8.5.0",
1120
1121
  "@modelcontextprotocol/sdk": "^1.29.0",
1121
1122
  "chokidar": "^5.0.0",
1122
1123
  "cytoscape": "^3.33.4",
@@ -1152,7 +1153,7 @@
1152
1153
  "globals": "^17.6.0",
1153
1154
  "mocha": "^11.7.6",
1154
1155
  "typescript": "^6.0.3",
1155
- "typescript-eslint": "^8.59.4",
1156
+ "typescript-eslint": "^8.60.0",
1156
1157
  "vitest": "^4.1.7"
1157
1158
  },
1158
1159
  "overrides": {