sysml-v2-lsp 0.18.0 → 0.19.0
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/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.19.0]
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bumped dev dependencies: `@types/node` 25.6.2 → 25.7.0, `vite` 8.0.11 → 8.0.12, `vitest` 4.1.5 → 4.1.6 ([#43](https://github.com/daltskin/sysml-v2-lsp/pull/43))
|
|
10
|
+
- Bumped dev dependencies: `typescript-eslint` 8.59.2 → 8.59.3 ([#42](https://github.com/daltskin/sysml-v2-lsp/pull/42))
|
|
11
|
+
- Updated to OMG 2026-04 release
|
|
12
|
+
|
|
5
13
|
## [0.18.0]
|
|
6
14
|
|
|
7
15
|
### Added
|
|
@@ -19,6 +27,7 @@
|
|
|
19
27
|
### Changed
|
|
20
28
|
|
|
21
29
|
- **MCP API surface change**: the `type` field in `formatSymbol` output now contains feature-typing names only and excludes specialization names (which are surfaced via the new `specializes` key). Downstream MCP clients that previously read specialization targets from `type` should switch to reading the `specializes` field.
|
|
30
|
+
|
|
22
31
|
## [0.17.0]
|
|
23
32
|
|
|
24
33
|
### Added
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "sysml-v2-lsp",
|
|
3
3
|
"displayName": "SysML v2 Language Server",
|
|
4
4
|
"description": "Language Server Protocol implementation for SysML v2, powered by ANTLR4",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.19.0",
|
|
6
6
|
"publisher": "JamieD",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|