Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "exegesis", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Parses OpenAPI documents", | ||
@@ -68,3 +68,3 @@ "main": "lib/index.js", | ||
"lint-staged": "^7.1.0", | ||
"markdownlint-cli": "^0.11.0", | ||
"markdownlint-cli": "^0.13.0", | ||
"mocha": "^5.0.4", | ||
@@ -71,0 +71,0 @@ "nyc": "^12.0.1", |
@@ -78,6 +78,3 @@ # Exegesis OpenAPI Engine | ||
in a standard node HTTP request and response. It will not modify the response, | ||
however. Instead it returns (either via callback or Promise) an ` headers: HttpHeaders; | ||
status: number; | ||
body: NodeJS.ReadableStream | undefined; | ||
` | ||
however. Instead it returns (either via callback or Promise) and `HttpResult` | ||
object. This is a `{headers, status, body}` object, where `body` is a readable | ||
@@ -84,0 +81,0 @@ stream, read to be piped to the response. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288596
142