@quobix/vacuum 0.0.22 → 0.0.23

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,12 +45,12 @@ See all the documentation at https://quobix.com/vacuum
45
45
  - [About vacuum](https://quobix.com/vacuum/about/)
46
46
  - [Why should you care?](https://quobix.com/vacuum/why/)
47
47
  - [Concepts](https://quobix.com/vacuum/concepts/)
48
- - [CLI Commands](https://quobix.com/vacuum/cli/)
49
- - [lint](https://quobix.com/vacuum/cli/lint)
50
- - [vacuum report](https://quobix.com/vacuum/cli/report)
51
- - [dashboard](https://quobix.com/vacuum/cli/dashboard)
52
- - [html-report](https://quobix.com/vacuum/cli/html-report)
53
- - [spectral-report](https://quobix.com/vacuum/cli/spectral-report)
48
+ - [CLI Commands](https://quobix.com/vacuum/commands/)
49
+ - [lint](https://quobix.com/vacuum/commands/lint/)
50
+ - [vacuum report](https://quobix.com/vacuum/commands/report/)
51
+ - [dashboard](https://quobix.com/vacuum/commands/dashboard/)
52
+ - [html-report](https://quobix.com/vacuum/commands/html-report/)
53
+ - [spectral-report](https://quobix.com/vacuum/commands/spectral-report/)
54
54
  - [Developer API](https://quobix.com/vacuum/api/getting-started/)
55
55
  - [Using The Index](https://quobix.com/vacuum/api/spec-index/)
56
56
  - [RuleResultSet](https://quobix.com/vacuum/api/rule-resultset/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",