@markdy/language-server 1.0.4 → 1.0.5
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ The server translates parse diagnostics and symbols into LSP responses.
|
|
|
19
19
|
## Output preview
|
|
20
20
|
|
|
21
21
|
<p align="center">
|
|
22
|
-
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-
|
|
22
|
+
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-governance-audit.webp" alt="Markdy Language Server & Diagnostics Preview" width="900" />
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
25
|
Run on stdio:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/language-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Language Server Protocol implementation for diagram-native MarkdyScript diagrams.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"vscode-languageserver": "^9.0.1",
|
|
48
48
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
49
|
-
"@markdy/
|
|
50
|
-
"@markdy/
|
|
49
|
+
"@markdy/core": "1.0.5",
|
|
50
|
+
"@markdy/stdlib-systems": "1.0.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"tsup": "^8.5.1",
|