depwire-cli
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
@@ -7,7 +7,7 @@ #!/usr/bin/env node | ||
| watchProject | ||
| } from "./chunk-5Y4DGNZ5.js"; | ||
| } from "./chunk-P4HMQOF6.js"; | ||
| import { | ||
| buildGraph, | ||
| parseProject | ||
| } from "./chunk-ENUYUDUG.js"; | ||
| } from "./chunk-7MYN5RIY.js"; | ||
@@ -14,0 +14,0 @@ // src/mcpb-entry.ts |
+3
-2
| import { DirectedGraph } from 'graphology'; | ||
| type SymbolKind = 'function' | 'class' | 'variable' | 'constant' | 'type_alias' | 'interface' | 'enum' | 'import' | 'export' | 'method' | 'property' | 'decorator' | 'module'; | ||
| type SymbolKind = 'function' | 'class' | 'variable' | 'constant' | 'type_alias' | 'interface' | 'enum' | 'import' | 'export' | 'method' | 'property' | 'decorator' | 'module' | 'template'; | ||
| interface SymbolNode { | ||
@@ -13,4 +13,5 @@ id: string; | ||
| scope?: string; | ||
| metadata?: Record<string, unknown>; | ||
| } | ||
| type EdgeKind = 'imports' | 'calls' | 'extends' | 'implements' | 'inherits' | 'decorates' | 'references' | 'type_references' | 'injects'; | ||
| type EdgeKind = 'imports' | 'calls' | 'extends' | 'implements' | 'inherits' | 'decorates' | 'references' | 'type_references' | 'injects' | 'uses'; | ||
| interface SymbolEdge { | ||
@@ -17,0 +18,0 @@ source: string; |
+1
-1
@@ -15,3 +15,3 @@ import { | ||
| searchSymbols | ||
| } from "./chunk-ENUYUDUG.js"; | ||
| } from "./chunk-7MYN5RIY.js"; | ||
@@ -18,0 +18,0 @@ // src/sdk.ts |
+1
-1
| { | ||
| "name": "depwire-cli", | ||
| "version": "1.7.11", | ||
| "version": "1.8.0", | ||
| "description": "Dependency graph + 23 MCP tools for AI coding assistants. Impact analysis, health scoring, security scanner, agent coordination.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
26678253
0.02%26580
0.82%