@sevenwiki/sevenmark-lsp 2.27.3 → 2.27.4

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sevenwiki/sevenmark-lsp
2
2
 
3
- Bundler-target WebAssembly package for the SevenMark local LSP.
3
+ Bundler-target WebAssembly package for the SevenMark LSP.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "collaborators": [
6
6
  "Levi Laine <shiueo.csh@gmail.com>"
7
7
  ],
8
- "description": "WebAssembly bindings for the SevenMark local LSP",
8
+ "description": "WebAssembly bindings for the SevenMark LSP",
9
9
  "exports": {
10
10
  ".": {
11
11
  "default": "./sevenmark_wasm_lsp.js",
@@ -44,5 +44,5 @@
44
44
  ],
45
45
  "type": "module",
46
46
  "types": "sevenmark_wasm_lsp.d.ts",
47
- "version": "2.27.3"
47
+ "version": "2.27.4"
48
48
  }
Binary file