@quobix/vacuum 0.29.9 → 0.29.10

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  # The world's fastest OpenAPI, AsyncAPI and JSON Schema linter.
8
8
 
9
9
  ![build](https://github.com/daveshanley/vacuum/workflows/Build/badge.svg)
10
- [![Go Report Card](https://goreportcard.com/badge/github.com/daveshanley/vacuum)](https://goreportcard.com/report/github.com/daveshanley/vacuum)
11
10
  [![discord](https://img.shields.io/discord/923258363540815912)](https://discord.gg/UAcUF78MQN)
12
11
  [![Docs](https://img.shields.io/badge/godoc-reference-5fafd7)](https://pkg.go.dev/github.com/daveshanley/vacuum)
13
12
  [![npm](https://img.shields.io/npm/dm/@quobix/vacuum?style=flat-square&label=npm%20downloads)](https://www.npmjs.com/package/@quobix/vacuum)
@@ -124,8 +123,8 @@ like our _very kind_ sponsors, past and present:
124
123
 
125
124
  <a href="https://apideck.com">
126
125
  <picture>
127
- <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/apideck-dark.png">
128
- <img alt="apideck'" src=".github/sponsors/apideck-light.png">
126
+ <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/apideck-light.png">
127
+ <img alt="apideck" src=".github/sponsors/apideck-dark.png">
129
128
  </picture>
130
129
  </a>
131
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.29.9",
3
+ "version": "0.29.10",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",