@quobix/vacuum 0.5.11 → 0.6.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/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,7 +102,15 @@ come say hi!
102
102
 
103
103
  ## Documentation
104
104
 
105
- 🔥 **New in** `v0.5+` 🔥 : **Multi-file linting** now available for the `lint` command.
105
+ 🔥 **New in** `v0.6+` 🔥 : **Sharable / distributed rulesets** now available.
106
+
107
+ Want to share / extend / distribute your own rulesets? Now you can!
108
+
109
+ [Learn more about sharable rulesets](https://quobix.com/vacuum/rulesets/sharing/)
110
+
111
+ ---
112
+
113
+ `v0.5+` : **Multi-file linting** now available for the `lint` command.
106
114
 
107
115
  Want to lint multiple files at once? Now you can!
108
116
 
@@ -170,6 +178,7 @@ See all the documentation at https://quobix.com/vacuum
170
178
  - [OpenAPI Functions](https://quobix.com/vacuum/functions/openapi/)
171
179
  - [OWASP Functions](https://quobix.com/vacuum/functions/owasp/)
172
180
  - [Understanding RuleSets](https://quobix.com/vacuum/rulesets/understanding/)
181
+ - [Sharing RuleSets](https://quobix.com/vacuum/rulesets/sharing/)
173
182
  - [All Rules](https://quobix.com/vacuum/rulesets/all/)
174
183
  - [No Rules](https://quobix.com/vacuum/rulesets/no-rules/)
175
184
  - [Recommended Rules](https://quobix.com/vacuum/rulesets/recommended/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.5.11",
3
+ "version": "0.6.1",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",