microservice-kg 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/analyzer.mjs +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microservice-kg",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Consolidated microservice knowledge graph generator for multi-repo workspaces, with MCP support for agentic coding",
5
5
  "type": "module",
6
6
  "files": [
package/src/analyzer.mjs CHANGED
@@ -6,7 +6,6 @@ const IGNORED_DIR_NAMES = new Set([
6
6
  ".idea",
7
7
  ".gradle",
8
8
  ".microservice-kg",
9
- ".gitnexus",
10
9
  ".claude",
11
10
  "build",
12
11
  "dist",