@quobix/vacuum 0.0.49 → 0.0.50

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ![Pipeline](https://github.com/daveshanley/vacuum/workflows/vaccum%20pipeline/badge.svg)
6
6
  [![Go Report Card](https://goreportcard.com/badge/github.com/daveshanley/vacuum)](https://goreportcard.com/report/github.com/daveshanley/vacuum)
7
+ [![discord](https://img.shields.io/discord/923258363540815912)](https://discord.gg/UAcUF78MQN)
8
+ [![Docs](https://img.shields.io/badge/godoc-reference-5fafd7)](https://pkg.go.dev/github.com/daveshanley/vacuum)
9
+
7
10
 
8
11
  An **ultra-super-fast**, lightweight OpenAPI linter and quality checking tool, written in golang and inspired by [Spectral](https://github.com/stoplightio/spectral).
9
12
 
@@ -48,6 +51,11 @@ like our _very kind_ sponsors:
48
51
 
49
52
  ---
50
53
 
54
+ ## Come chat with us
55
+
56
+ Need help? Have a question? Want to share your work? [Join our discord](https://discord.gg/UAcUF78MQN) and
57
+ come say hi!
58
+
51
59
  ## Documentation
52
60
 
53
61
  ### [Quick Start Guide 🚀](https://quobix.com/vacuum/start)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",