@epoch-agent/plugin-lsp 0.3.2 → 0.4.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epoch-agent/plugin-lsp",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "LSP 诊断插件 — 探测项目自带的 language server,按文件取语义诊断",
6
6
  "repository": {
@@ -24,8 +24,8 @@
24
24
  "dependencies": {
25
25
  "vscode-jsonrpc": "^9.0.1",
26
26
  "vscode-languageserver-protocol": "^3.17.5",
27
- "@epoch-agent/infra": "0.3.2",
28
- "@epoch-agent/protocol": "0.3.2"
27
+ "@epoch-agent/infra": "0.4.0",
28
+ "@epoch-agent/protocol": "0.4.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^26.1.2",