@tabnas/lsp 0.1.0 → 0.1.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 +1 -1
- package/src/core.js +1 -1
package/package.json
CHANGED
package/src/core.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// the Go const in go/lsp.go (go/version_test.go): the release
|
|
12
12
|
// orchestrator rewrites all three together, and the tests are what
|
|
13
13
|
// turn a missed rewrite into a failure instead of a silent drift.
|
|
14
|
-
const VERSION = '0.1.
|
|
14
|
+
const VERSION = '0.1.1'
|
|
15
15
|
|
|
16
16
|
// Default engine-token -> LSP semantic-token-type map, sourced from
|
|
17
17
|
// railroad's CANON key set (engine-standard tokens only; #ID is
|