@likec4/language-server 1.21.0 → 1.21.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.
@@ -342,6 +342,7 @@ export const LibIcons = `likec4lib { icons {
342
342
  azure:arc-data-services
343
343
  azure:arc-kubernetes
344
344
  azure:arc-machines
345
+ azure:arc-postgre-sql
345
346
  azure:arc-sql-managed-instance
346
347
  azure:arc-sql-server
347
348
  azure:atm-multistack
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.21.0",
4
+ "version": "1.21.1",
5
5
  "license": "MIT",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
@@ -90,18 +90,17 @@
90
90
  "test:watch": "vitest"
91
91
  },
92
92
  "devDependencies": {
93
- "@likec4/core": "1.21.0",
94
- "@likec4/icons": "1.21.0",
95
- "@likec4/layouts": "1.21.0",
96
- "@likec4/log": "1.21.0",
97
- "@likec4/tsconfig": "1.21.0",
98
- "@msgpack/msgpack": "^3.0.0-beta3",
93
+ "@likec4/core": "1.21.1",
94
+ "@likec4/icons": "1.21.1",
95
+ "@likec4/layouts": "1.21.1",
96
+ "@likec4/log": "1.21.1",
97
+ "@likec4/tsconfig": "1.21.1",
98
+ "@msgpack/msgpack": "^3.0.0-beta4",
99
99
  "@smithy/util-base64": "^4.0.0",
100
100
  "@types/node": "^20.17.7",
101
101
  "@types/which": "^3.0.4",
102
102
  "@vitest/coverage-v8": "^3.0.4",
103
103
  "esm-env": "^1.2.2",
104
- "execa": "^9.3.1",
105
104
  "fast-equals": "^5.2.2",
106
105
  "fdir": "^6.4.3",
107
106
  "indent-string": "^5.0.0",
@@ -109,7 +108,6 @@
109
108
  "langium": "3.3.1",
110
109
  "langium-cli": "3.3.0",
111
110
  "natural-compare-lite": "^1.4.0",
112
- "npm-run-all2": "^7.0.1",
113
111
  "p-debounce": "^4.0.0",
114
112
  "remeda": "^2.20.1",
115
113
  "strip-indent": "^4.0.0",
@@ -342,6 +342,7 @@ export const LibIcons: string = `likec4lib { icons {
342
342
  azure:arc-data-services
343
343
  azure:arc-kubernetes
344
344
  azure:arc-machines
345
+ azure:arc-postgre-sql
345
346
  azure:arc-sql-managed-instance
346
347
  azure:arc-sql-server
347
348
  azure:atm-multistack