@quobix/vacuum 0.25.0 → 0.25.6

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 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -97,15 +97,6 @@ If your company is using `vacuum`, please considering [supporting this project](
97
97
  like our _very kind_ sponsors, past and present:
98
98
 
99
99
 
100
- <a href="https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship">
101
- <picture>
102
- <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/speakeasy-github-sponsor-dark.svg">
103
- <img alt="speakeasy'" src=".github/sponsors/speakeasy-github-sponsor-light.svg">
104
- </picture>
105
- </a>
106
-
107
- [Speakeasy](https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship)
108
-
109
100
  <a href="https://scalar.com">
110
101
  <picture>
111
102
  <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/scalar-dark.png">
@@ -385,6 +376,8 @@ To lint multiple files, specify the hook multiple times with the appropriate ove
385
376
 
386
377
  ## Build an interactive HTML report
387
378
 
379
+ `vacuum html-report` is included in official release binaries. If you install via `go install github.com/daveshanley/vacuum@<version>`, the command is compiled without the HTML report UI bundles. To enable it from source, run `./scripts/build-ui-assets.sh` and build with `-tags html_report_ui`.
380
+
388
381
  ```
389
382
  ./vacuum html-report <your-openapi-spec.yaml | vacuum-report.json.gz> <report-name.html>
390
383
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.25.0",
3
+ "version": "0.25.6",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "https-proxy-agent": "^7.0.6",
27
27
  "node-fetch": "^3.3.2",
28
- "tar": "^7.5.2"
28
+ "tar": "^7.5.13"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@sourcemeta/jsonschema": "^11.5.1"