@likec4/language-server 1.59.2 → 1.59.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.
@@ -1,4 +1,4 @@
1
- import { Lr as NoFileSystem, Rr as NoFileSystemWatcher, zr as NoLikeC4ManualLayouts } from "../chunks/utils.mjs";
1
+ import { Br as NoLikeC4ManualLayouts, Rr as NoFileSystem, zr as NoFileSystemWatcher } from "../chunks/utils.mjs";
2
2
  import { n as WithChokidarWatcher, r as WithLikeC4ManualLayouts, t as WithFileSystem } from "../chunks/LikeC4FileSystem.mjs";
3
3
 
4
4
  export { NoFileSystem, NoFileSystemWatcher, NoLikeC4ManualLayouts, WithChokidarWatcher, WithFileSystem, WithLikeC4ManualLayouts };
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as __name } from "./chunks/rolldown-runtime.mjs";
2
- import { Br as getTelemetrySink, Hr as logger$1, Lr as NoFileSystem, Rr as NoFileSystemWatcher, zr as NoLikeC4ManualLayouts } from "./chunks/utils.mjs";
2
+ import { Br as NoLikeC4ManualLayouts, Rr as NoFileSystem, Ur as logger$1, Vr as getTelemetrySink, zr as NoFileSystemWatcher } from "./chunks/utils.mjs";
3
3
  import { i as WithGraphviz, t as createLanguageServices } from "./chunks/module.mjs";
4
4
  import { r as WithLikeC4ManualLayouts, t as WithFileSystem } from "./chunks/LikeC4FileSystem.mjs";
5
5
  import { configureLogger, getAnsiColorFormatter, getConsoleSink, getConsoleStderrSink, getTextFormatter } from "@likec4/log";
package/dist/module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { Lr as NoFileSystem, zr as NoLikeC4ManualLayouts } from "./chunks/utils.mjs";
1
+ import { Br as NoLikeC4ManualLayouts, Rr as NoFileSystem } from "./chunks/utils.mjs";
2
2
  import { a as WithWasmGraphviz, i as WithGraphviz, n as createLikeC4Module, r as createSharedServices, t as createLanguageServices } from "./chunks/module.mjs";
3
3
 
4
4
  export { NoFileSystem, NoLikeC4ManualLayouts, WithGraphviz, WithWasmGraphviz, createLanguageServices, createLikeC4Module, createSharedServices };
package/dist/protocol.mjs CHANGED
@@ -12,7 +12,8 @@ let DidChangeProjectsNotification;
12
12
  })(DidChangeProjectsNotification || (DidChangeProjectsNotification = {}));
13
13
  let DidChangeSnapshotNotification;
14
14
  (function(_DidChangeSnapshotNotification) {
15
- _DidChangeSnapshotNotification.type = new NotificationType(_DidChangeSnapshotNotification.Method = "likec4/onDidChangeSnapshot");
15
+ const Method = _DidChangeSnapshotNotification.Method = "likec4/onDidChangeSnapshot";
16
+ _DidChangeSnapshotNotification.type = new NotificationType(Method);
16
17
  })(DidChangeSnapshotNotification || (DidChangeSnapshotNotification = {}));
17
18
  let DidRequestOpenViewNotification;
18
19
  (function(_DidRequestOpenViewNotification) {
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.59.2",
4
+ "version": "1.59.3",
5
5
  "license": "MIT",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
@@ -119,22 +119,27 @@
119
119
  },
120
120
  "dependencies": {
121
121
  "@hpcc-js/wasm-graphviz": "1.22.2",
122
+ "@likec4/config": "1.59.3",
123
+ "@likec4/core": "1.59.3",
124
+ "@likec4/generators": "1.59.3",
125
+ "@likec4/layouts": "1.59.3",
126
+ "@likec4/log": "1.59.3",
122
127
  "chokidar": "^5.0.0",
123
128
  "defu": "^6.1.7",
124
129
  "fast-equals": "^6.0.2",
125
130
  "fdir": "6.4.0",
126
- "immer": "^11.1.9",
131
+ "immer": "^11.1.18",
127
132
  "indent-string": "^5.0.0",
128
133
  "json5": "^2.2.3",
129
134
  "langium": "3.5.0",
130
135
  "nano-spawn": "^2.1.0",
131
- "p-limit": "7.3.0",
136
+ "p-limit": "7.3.2",
132
137
  "p-queue": "8.1.1",
133
138
  "p-timeout": "7.0.1",
134
139
  "pathe": "^2.0.3",
135
140
  "picomatch": "^4.0.5",
136
141
  "pretty-ms": "^9.3.0",
137
- "remeda": "^2.37.0",
142
+ "remeda": "^2.45.0",
138
143
  "std-env": "^4.1.0",
139
144
  "strip-indent": "^4.1.1",
140
145
  "type-fest": "^4.41.0",
@@ -147,12 +152,7 @@
147
152
  "vscode-languageserver-types": "3.17.5",
148
153
  "vscode-uri": "3.1.0",
149
154
  "which": "^5.0.0",
150
- "zod": "^4.4.3",
151
- "@likec4/config": "1.59.2",
152
- "@likec4/generators": "1.59.2",
153
- "@likec4/core": "1.59.2",
154
- "@likec4/log": "1.59.2",
155
- "@likec4/layouts": "1.59.2"
155
+ "zod": "^4.4.3"
156
156
  },
157
157
  "peerDependencies": {
158
158
  "bundle-require": "^5.1.0",
@@ -167,6 +167,9 @@
167
167
  }
168
168
  },
169
169
  "devDependencies": {
170
+ "@likec4/devops": "1.59.3",
171
+ "@likec4/icons": "1.46.4",
172
+ "@likec4/tsconfig": "1.59.3",
170
173
  "@types/natural-compare-lite": "^1.4.2",
171
174
  "@types/node": "~22.19.19",
172
175
  "@types/picomatch": "^4.0.3",
@@ -179,12 +182,9 @@
179
182
  "tsdown": "^0.22.9",
180
183
  "oxlint": "1.72.0",
181
184
  "tsx": "4.22.5",
182
- "turbo": "2.10.5",
185
+ "turbo": "2.10.12",
183
186
  "typescript": "6.0.3",
184
- "vitest": "4.1.9",
185
- "@likec4/devops": "1.59.2",
186
- "@likec4/icons": "1.46.4",
187
- "@likec4/tsconfig": "1.59.2"
187
+ "vitest": "4.1.11"
188
188
  },
189
189
  "scripts": {
190
190
  "typecheck": "tsc -b --verbose",