@quobix/vacuum 0.9.10 → 0.9.11

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 +1 -1
package/README.md CHANGED
@@ -109,9 +109,11 @@ in your favorite IDE and get linting and validation as you type, in realtime.
109
109
 
110
110
  Will support any LSP compatible editor, like VSCode, Sublime, vim, etc.
111
111
 
112
+ [Install the VSCode extension](https://marketplace.visualstudio.com/items?itemName=pb33f.vacuum)
112
113
  [Learn more about the language-server command](https://quobix.com/vacuum/commands/language-server/)
113
114
 
114
115
 
116
+
115
117
  ---
116
118
 
117
119
  `v0.8+` : **OpenAPI Bundler**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",