@quobix/vacuum 0.20.2 → 0.20.3

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 +1 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,10 +92,9 @@ go run github.com/daveshanley/vacuum@latest lint <your-openapi-spec.yaml>
92
92
 
93
93
  ---
94
94
 
95
-
96
95
  ## Sponsors
97
96
  If your company is using `vacuum`, please considering [supporting this project](https://github.com/sponsors/daveshanley),
98
- like our _very kind_ sponsors:
97
+ like our _very kind_ sponsors, past and present:
99
98
 
100
99
 
101
100
  <a href="https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship">
@@ -107,15 +106,6 @@ like our _very kind_ sponsors:
107
106
 
108
107
  [Speakeasy](https://speakeasyapi.dev/?utm_source=vacuum+repo&utm_medium=github+sponsorship)
109
108
 
110
- <a href="https://bump.sh/?utm_source=quobix&utm_campaign=sponsor">
111
- <picture>
112
- <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/bump-sh-dark.png">
113
- <img alt="bump.sh'" src=".github/sponsors/bump-sh-light.png">
114
- </picture>
115
- </a>
116
-
117
- [bump.sh](https://bump.sh/?utm_source=quobix&utm_campaign=sponsor)
118
-
119
109
  <a href="https://scalar.com">
120
110
  <picture>
121
111
  <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/scalar-dark.png">
@@ -134,7 +124,6 @@ like our _very kind_ sponsors:
134
124
 
135
125
  [apideck](https://apideck.com)
136
126
 
137
-
138
127
  ---
139
128
 
140
129
  ## Come chat with us
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",