@huanlin/dsh-plugin-codegraph-sqlite 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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huanlin/dsh-plugin-codegraph-sqlite",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Read-only SQLite store for the DeepSeek Harness code-graph seam — serves structural queries from the schema-v4 graph at .codegraph/codegraph.db, the same on-disk format the codegraph CLI writes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
45
|
-
"@huanlin/dsh-plugin-codegraph-service": "^0.1.
|
|
45
|
+
"@huanlin/dsh-plugin-codegraph-service": "^0.1.10"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
49
|
-
"@deepseek-ai/dsh-llm": ">=0.1.
|
|
50
|
-
"@deepseek-ai/dsh-util-values": ">=0.1.
|
|
49
|
+
"@deepseek-ai/dsh-llm": ">=0.1.5-rc.1",
|
|
50
|
+
"@deepseek-ai/dsh-util-values": ">=0.1.5-rc.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
54
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
55
|
-
"@deepseek-ai/dsh-util-values": "0.1.
|
|
54
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.1",
|
|
55
|
+
"@deepseek-ai/dsh-util-values": "0.1.5-rc.1"
|
|
56
56
|
}
|
|
57
57
|
}
|