@huanlin/dsh-plugin-codegraph-tool 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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huanlin/dsh-plugin-codegraph-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Model-facing codegraph tools for DeepSeek Harness — a read-only codegraph tool with ten structural query operations plus a codegraph_index tool that builds or refreshes the index on its own timeout budget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
47
|
-
"@huanlin/dsh-plugin-codegraph-service": "^0.1.
|
|
47
|
+
"@huanlin/dsh-plugin-codegraph-service": "^0.1.9"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@deepseek-ai/dsh-timeout": "0.1.2-rc.1",
|
|
64
64
|
"@deepseek-ai/dsh-tools": "0.1.2-rc.1",
|
|
65
65
|
"@deepseek-ai/dsh-util-values": "0.1.2-rc.1",
|
|
66
|
-
"@huanlin/dsh-plugin-codegraph-
|
|
67
|
-
"@huanlin/dsh-plugin-codegraph-
|
|
66
|
+
"@huanlin/dsh-plugin-codegraph-tree-sitter": "^0.1.9",
|
|
67
|
+
"@huanlin/dsh-plugin-codegraph-sqlite": "^0.1.9"
|
|
68
68
|
}
|
|
69
69
|
}
|