@likec4/language-server 1.27.0 → 1.27.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/bundled.mjs +1637 -1627
- package/dist/generated/ast.d.ts +1 -1
- package/dist/generated/grammar.d.ts +1 -1
- package/dist/generated/module.d.ts +1 -1
- package/package.json +9 -9
package/dist/generated/ast.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/******************************************************************************
|
|
2
|
-
* This file was generated by langium-cli 3.
|
|
2
|
+
* This file was generated by langium-cli 3.4.0.
|
|
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.
|
|
2
|
+
* This file was generated by langium-cli 3.4.0.
|
|
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.
|
|
2
|
+
* This file was generated by langium-cli 3.4.0.
|
|
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.27.
|
|
4
|
+
"version": "1.27.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
7
7
|
"homepage": "https://likec4.dev",
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@msgpack/msgpack": "^3.1.1",
|
|
98
98
|
"@smithy/util-base64": "^4.0.0",
|
|
99
|
-
"@types/node": "^20.17.
|
|
99
|
+
"@types/node": "^20.17.27",
|
|
100
100
|
"@types/which": "^3.0.4",
|
|
101
101
|
"esm-env": "^1.2.2",
|
|
102
102
|
"fast-equals": "^5.2.2",
|
|
103
103
|
"fdir": "^6.4.3",
|
|
104
104
|
"indent-string": "^5.0.0",
|
|
105
105
|
"json5": "^2.2.3",
|
|
106
|
-
"langium": "3.
|
|
107
|
-
"langium-cli": "3.
|
|
106
|
+
"langium": "3.4.0",
|
|
107
|
+
"langium-cli": "3.4.0",
|
|
108
108
|
"natural-compare-lite": "^1.4.0",
|
|
109
109
|
"p-debounce": "^4.0.0",
|
|
110
110
|
"pretty-ms": "^9.2.0",
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"vscode-languageserver-types": "3.17.5",
|
|
123
123
|
"vscode-languageserver-protocol": "3.17.5",
|
|
124
124
|
"which": "^5.0.0",
|
|
125
|
-
"@likec4/icons": "1.27.
|
|
126
|
-
"@likec4/
|
|
127
|
-
"@likec4/
|
|
128
|
-
"@likec4/tsconfig": "1.27.
|
|
129
|
-
"@likec4/core": "1.27.
|
|
125
|
+
"@likec4/icons": "1.27.1",
|
|
126
|
+
"@likec4/log": "1.27.1",
|
|
127
|
+
"@likec4/layouts": "1.27.1",
|
|
128
|
+
"@likec4/tsconfig": "1.27.1",
|
|
129
|
+
"@likec4/core": "1.27.1"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"typecheck": "tsc --noEmit",
|