@huanlin/dsh-plugin-codegraph-service 0.1.9 → 0.1.10
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-service",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Service Definition for the DeepSeek Harness code-graph capability seam (ctx.codegraph): a graph-store and graph-indexer provider registry with per-query, order-independent selection over eight normalized structural queries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
45
45
|
"@deepseek-ai/dsh-brand": ">=0.1.0-rc.6",
|
|
46
|
-
"@deepseek-ai/dsh-llm": ">=0.1.
|
|
46
|
+
"@deepseek-ai/dsh-llm": ">=0.1.5-rc.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
50
|
-
"@deepseek-ai/dsh-brand": "0.1.
|
|
51
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
50
|
+
"@deepseek-ai/dsh-brand": "0.1.5-rc.1",
|
|
51
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.1"
|
|
52
52
|
}
|
|
53
53
|
}
|