@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/core.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabnas/lsp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "commonjs",
5
5
  "main": "src/core.js",
6
6
  "description": "Unified language server and language-server generator for tabnas grammars",
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.0'
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