@quobix/vacuum 0.0.15 → 0.0.19

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.
package/README.md CHANGED
@@ -107,9 +107,7 @@ No external dependencies, the HTML report will run completely offline.
107
107
 
108
108
  You can use either **YAML** or **JSON** vacuum supports both.
109
109
 
110
-
111
-
112
-
110
+ AsyncAPI support is coming soon!
113
111
 
114
112
  ## Check out the code
115
113
 
@@ -9,7 +9,7 @@ export const ARCH_MAPPING = {
9
9
  arm64: "arm64",
10
10
  };
11
11
  export const PLATFORM_MAPPING = {
12
- darwin: "Darwin",
13
- linux: "Linux",
14
- win32: "Windows",
12
+ darwin: "darwin",
13
+ linux: "linux",
14
+ win32: "windows",
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.0.15",
3
+ "version": "0.0.19",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",