@likec4/language-server 1.0.0-next.14 → 1.0.0-rc.1
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/dist/generated/ast.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/******************************************************************************
|
|
2
|
-
* This file was generated by langium-cli 3.0.
|
|
2
|
+
* This file was generated by langium-cli 3.0.3.
|
|
3
3
|
* DO NOT EDIT MANUALLY!
|
|
4
4
|
******************************************************************************/
|
|
5
5
|
import type { AstNode, Reference, ReferenceInfo, TypeMetaData } from 'langium';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/******************************************************************************
|
|
2
|
-
* This file was generated by langium-cli 3.0.
|
|
2
|
+
* This file was generated by langium-cli 3.0.3.
|
|
3
3
|
* DO NOT EDIT MANUALLY!
|
|
4
4
|
******************************************************************************/
|
|
5
5
|
import type { Grammar } from 'langium';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/******************************************************************************
|
|
2
|
-
* This file was generated by langium-cli 3.0.
|
|
2
|
+
* This file was generated by langium-cli 3.0.3.
|
|
3
3
|
* DO NOT EDIT MANUALLY!
|
|
4
4
|
******************************************************************************/
|
|
5
5
|
import type { LangiumSharedCoreServices, LangiumCoreServices, LangiumGeneratedCoreServices, LangiumGeneratedSharedCoreServices, Module, IParserConfig } from 'langium';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@likec4/language-server",
|
|
3
3
|
"description": "LikeC4 Language Server",
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-rc.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
7
7
|
"homepage": "https://likec4.dev",
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"test": "vitest run"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@likec4/core": "1.0.0-
|
|
78
|
-
"@likec4/graph": "1.0.0-
|
|
77
|
+
"@likec4/core": "1.0.0-rc.1",
|
|
78
|
+
"@likec4/graph": "1.0.0-rc.1",
|
|
79
79
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
80
80
|
"fast-equals": "^5.0.1",
|
|
81
81
|
"langium": "^3.0.0",
|
|
82
82
|
"object-hash": "^3.0.0",
|
|
83
83
|
"p-debounce": "^4.0.0",
|
|
84
84
|
"rambdax": "^9.1.1",
|
|
85
|
-
"remeda": "^1.
|
|
85
|
+
"remeda": "^1.61.0",
|
|
86
86
|
"string-hash": "^1.1.3",
|
|
87
87
|
"strip-indent": "^4.0.0",
|
|
88
|
-
"type-fest": "^4.
|
|
89
|
-
"ufo": "^1.3
|
|
88
|
+
"type-fest": "^4.18.1",
|
|
89
|
+
"ufo": "^1.5.3",
|
|
90
90
|
"vscode-languageserver": "9.0.1",
|
|
91
91
|
"vscode-languageserver-protocol": "3.17.5",
|
|
92
92
|
"vscode-uri": "3.0.8"
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"@types/object-hash": "^3.0.6",
|
|
97
97
|
"@types/string-hash": "^1",
|
|
98
98
|
"execa": "^8.0.1",
|
|
99
|
-
"langium-cli": "^3.0.
|
|
99
|
+
"langium-cli": "^3.0.3",
|
|
100
100
|
"npm-run-all2": "^6.1.2",
|
|
101
101
|
"typescript": "^5.4.5",
|
|
102
102
|
"unbuild": "^2.0.0",
|
|
103
|
-
"vitest": "~1.
|
|
103
|
+
"vitest": "~1.5.2"
|
|
104
104
|
},
|
|
105
105
|
"packageManager": "yarn@4.1.1"
|
|
106
106
|
}
|