@huanlin/dsh-plugin-codegraph 0.1.8 → 0.1.9

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huanlin/dsh-plugin-codegraph",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Structural code intelligence for DeepSeek Harness — gives the agent codegraph and codegraph_index tools to find where a symbol is declared, what calls it, what a change reaches, and how one symbol reaches another, from a tree-sitter index it builds itself",
5
5
  "keywords": [
6
6
  "dsh",
@@ -41,9 +41,9 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@huanlin/dsh-plugin-codegraph-sqlite": "^0.1.8",
45
- "@huanlin/dsh-plugin-codegraph-service": "^0.1.8",
46
- "@huanlin/dsh-plugin-codegraph-tool": "^0.1.8",
47
- "@huanlin/dsh-plugin-codegraph-tree-sitter": "^0.1.8"
44
+ "@huanlin/dsh-plugin-codegraph-sqlite": "^0.1.9",
45
+ "@huanlin/dsh-plugin-codegraph-service": "^0.1.9",
46
+ "@huanlin/dsh-plugin-codegraph-tool": "^0.1.9",
47
+ "@huanlin/dsh-plugin-codegraph-tree-sitter": "^0.1.9"
48
48
  }
49
49
  }