@likec4/language-server 0.18.0 → 0.18.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": "0.18.0",
4
+ "version": "0.18.1",
5
5
  "license": "MIT",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
@@ -58,7 +58,7 @@
58
58
  "test:watch": "run -T vitest"
59
59
  },
60
60
  "dependencies": {
61
- "@likec4/core": "0.18.0",
61
+ "@likec4/core": "0.18.1",
62
62
  "@mobily/ts-belt": "^3.13.1",
63
63
  "langium": "^1.2.0",
64
64
  "nanoid": "^4.0.2",
package/dist/builtin.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export declare const specification: {
2
- uri: string;
3
- document: string;
4
- };
5
- //# sourceMappingURL=builtin.d.ts.map
package/dist/builtin.js DELETED
@@ -1,9 +0,0 @@
1
- export const specification = {
2
- uri: 'builtin:///specification.likec4',
3
- document: `
4
- specification {
5
- element element
6
- }
7
- `.trimStart()
8
- };
9
- //# sourceMappingURL=builtin.js.map