@deepseek-ai/dsh-lsp 0.1.2-alpha.2 → 0.1.2-alpha.3
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 +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-lsp",
|
|
3
3
|
"description": "Abstract LSP capability seam (ctx.lsp) for the DeepSeek Harness — language-server provider registry keyed by branded id and extension mapping, order-independent per-query selection, normalized definition/references/implementation/hover requests and results, and the LspError taxonomy",
|
|
4
|
-
"version": "0.1.2-alpha.
|
|
4
|
+
"version": "0.1.2-alpha.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/dsh-
|
|
37
|
-
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.
|
|
35
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
|
|
36
|
+
"@deepseek-ai/dsh-brand": "^0.1.2-alpha.3",
|
|
37
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
|
|
38
38
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@deepseek-ai/dsh-brand": "^0.1.2-alpha.
|
|
42
|
-
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.
|
|
43
|
-
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.
|
|
41
|
+
"@deepseek-ai/dsh-brand": "^0.1.2-alpha.3",
|
|
42
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
|
|
43
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
|
|
44
44
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
45
45
|
}
|
|
46
46
|
}
|