@likec4/language-server 1.55.0 → 1.55.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likec4/language-server",
3
3
  "description": "LikeC4 Language Server",
4
- "version": "1.55.0",
4
+ "version": "1.55.1",
5
5
  "license": "MIT",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
@@ -148,10 +148,10 @@
148
148
  "vscode-uri": "3.1.0",
149
149
  "which": "^5.0.0",
150
150
  "zod": "^4.3.6",
151
- "@likec4/config": "1.55.0",
152
- "@likec4/core": "1.55.0",
153
- "@likec4/layouts": "1.55.0",
154
- "@likec4/log": "1.55.0"
151
+ "@likec4/config": "1.55.1",
152
+ "@likec4/core": "1.55.1",
153
+ "@likec4/layouts": "1.55.1",
154
+ "@likec4/log": "1.55.1"
155
155
  },
156
156
  "peerDependencies": {
157
157
  "bundle-require": "^5.1.0",
@@ -182,7 +182,7 @@
182
182
  "vitest": "4.1.3",
183
183
  "@likec4/devops": "1.42.0",
184
184
  "@likec4/icons": "1.46.4",
185
- "@likec4/tsconfig": "1.55.0"
185
+ "@likec4/tsconfig": "1.55.1"
186
186
  },
187
187
  "scripts": {
188
188
  "typecheck": "tsc -b --verbose",