@quobix/vacuum 0.29.1 → 0.29.2

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 +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- ![logo](.github/assets/logo.png)
1
+ <picture>
2
+ <source media="(prefers-color-scheme: dark)" srcset=".github/assets/logo-dark.png">
3
+ <img alt="vacuum" src=".github/assets/logo-light.png">
4
+ </picture>
5
+
2
6
 
3
- # vacuum - The world's fastest OpenAPI, AsyncAPI and JSON Schema linter.
7
+ # The world's fastest OpenAPI, AsyncAPI and JSON Schema linter.
4
8
 
5
9
  ![build](https://github.com/daveshanley/vacuum/workflows/Build/badge.svg)
6
10
  [![Go Report Card](https://goreportcard.com/badge/github.com/daveshanley/vacuum)](https://goreportcard.com/report/github.com/daveshanley/vacuum)
@@ -10,14 +14,14 @@
10
14
  [![Docker Pulls](https://img.shields.io/docker/pulls/dshanley/vacuum?style=flat-square)](https://hub.docker.com/r/dshanley/vacuum)
11
15
  [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go)
12
16
 
13
- An **ultra-super-fast**, lightweight OpenAPI, AsyncAPI and JSON Schema linter and quality checking tool, written in golang and inspired by [Spectral](https://github.com/stoplightio/spectral).
17
+ An **ultra-super-fast**, lightweight OpenAPI, AsyncAPI and JSON Schema linter and quality checking tool inspired by [Spectral](https://github.com/stoplightio/spectral).
14
18
 
15
19
  It's **fully compatible** with existing [Spectral](https://github.com/stoplightio/spectral) rulesets.
16
20
 
17
- ## Install using [homebrew](https://brew.sh) tap
21
+ ## Install using the official [homebrew](https://brew.sh) tap
18
22
 
19
23
  ```
20
- brew install daveshanley/vacuum/vacuum
24
+ brew install --cask daveshanley/vacuum/vacuum
21
25
  ```
22
26
 
23
27
  ## Install using [npm](https://npmjs.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.29.1",
3
+ "version": "0.29.2",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",