@quobix/vacuum 0.3.6 → 0.3.7

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # vacuum - The world's fastest OpenAPI & Swagger linter.
4
4
 
5
- ![Pipeline](https://github.com/daveshanley/vacuum/workflows/vaccum%20pipeline/badge.svg)
5
+ ![build](https://github.com/daveshanley/vacuum/workflows/Build/badge.svg)
6
6
  [![Go Report Card](https://goreportcard.com/badge/github.com/daveshanley/vacuum)](https://goreportcard.com/report/github.com/daveshanley/vacuum)
7
7
  [![discord](https://img.shields.io/discord/923258363540815912)](https://discord.gg/UAcUF78MQN)
8
8
  [![Docs](https://img.shields.io/badge/godoc-reference-5fafd7)](https:/-/pkg.go.dev/github.com/daveshanley/vacuum)
@@ -64,11 +64,15 @@ To do that, replace `dshanley/vacuum` with `ghcr.io/daveshanley/vacuum` in the a
64
64
  If your company is using `vacuum`, please considering [supporting this project](https://github.com/sponsors/daveshanley),
65
65
  like our _very kind_ sponsors:
66
66
 
67
- <p align="center">
68
- <a href="//www.speakeasyapi.dev"><img src=".github/sponsors/speakeasy.png" alt="Speakeasy" height="100px"/></a>
69
- <br/>
70
- <a href="//www.speakeasyapi.dev">Speakeasy</a>
71
- </p>
67
+
68
+ <a href="https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship">
69
+ <picture>
70
+ <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/speakeasy-github-sponsor-dark.svg">
71
+ <img alt="speakeasy'" src=".github/sponsors/speakeasy-github-sponsor-light.svg">
72
+ </picture>
73
+ </a>
74
+
75
+ [Speakeasy](https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship)
72
76
 
73
77
  ---
74
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",