@quobix/vacuum 0.1.8 → 0.2.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,6 +61,13 @@ come say hi!
61
61
 
62
62
  ## Documentation
63
63
 
64
+ ---
65
+ 🔥 **New in** `v.2.0` 🔥 : [OWASP API rules](https://quobix.com/vacuum/rules/owasp/) are now available out of the box.
66
+
67
+ [Learn more about enabling OWASP API rules](https://quobix.com/vacuum/rulesets/owasp/).
68
+
69
+ ---
70
+
64
71
  ### [Quick Start Guide 🚀](https://quobix.com/vacuum/start)
65
72
 
66
73
  See all the documentation at https://quobix.com/vacuum
@@ -88,6 +95,7 @@ See all the documentation at https://quobix.com/vacuum
88
95
  - [Operations & Paths](https://quobix.com/vacuum/rules/operations/)
89
96
  - [Validation](https://quobix.com/vacuum/rules/validation/)
90
97
  - [Security](https://quobix.com/vacuum/rules/security/)
98
+ - [OWASP](https://quobix.com/vacuum/rules/owasp/)
91
99
  - [Functions](https://quobix.com/vacuum/functions/)
92
100
  - [Core Functions](https://quobix.com/vacuum/functions/core/)
93
101
  - [OpenAPI Functions](https://quobix.com/vacuum/functions/openapi/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.1.8",
3
+ "version": "0.2.1",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",