openplanet-lsp 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -8,6 +8,8 @@ platform-specific native binary (`openplanet-lsp-*`).
8
8
 
9
9
  ![openplanet-lsp check — pretty diagnostics](https://raw.githubusercontent.com/clankercode/lsp-openplanet/master/docs/images/check-demo.png)
10
10
 
11
+ ![openplanet-lsp watch TUI — relaxed density](https://raw.githubusercontent.com/clankercode/lsp-openplanet/master/docs/images/watch-demo.png)
12
+
11
13
 
12
14
  ## Install
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openplanet-lsp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Language Server Protocol implementation for OpenPlanet AngelScript",
5
5
  "keywords": [
6
6
  "openplanet",
@@ -37,11 +37,11 @@
37
37
  "postinstall": "node ./lib/check-platform.js"
38
38
  },
39
39
  "optionalDependencies": {
40
- "openplanet-lsp-darwin-arm64": "0.3.2",
41
- "openplanet-lsp-darwin-x64": "0.3.2",
42
- "openplanet-lsp-linux-arm64": "0.3.2",
43
- "openplanet-lsp-linux-x64": "0.3.2",
44
- "openplanet-lsp-win32-arm64": "0.3.2",
45
- "openplanet-lsp-win32-x64": "0.3.2"
40
+ "openplanet-lsp-darwin-arm64": "0.3.4",
41
+ "openplanet-lsp-darwin-x64": "0.3.4",
42
+ "openplanet-lsp-linux-arm64": "0.3.4",
43
+ "openplanet-lsp-linux-x64": "0.3.4",
44
+ "openplanet-lsp-win32-arm64": "0.3.4",
45
+ "openplanet-lsp-win32-x64": "0.3.4"
46
46
  }
47
47
  }