@quobix/vacuum 0.16.1 → 0.16.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,6 +90,16 @@ like our _very kind_ sponsors:
90
90
 
91
91
  [scalar](https://scalar.com)
92
92
 
93
+ <a href="https://apideck.com">
94
+ <picture>
95
+ <source media="(prefers-color-scheme: dark)" srcset=".github/sponsors/apideck-dark.png">
96
+ <img alt="apideck'" src=".github/sponsors/apideck-light.png">
97
+ </picture>
98
+ </a>
99
+
100
+ [apideck](https://apideck.com)
101
+
102
+
93
103
  ---
94
104
 
95
105
  ## Come chat with us
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",