cli-engine-command
Advanced tools
Comparing version 5.1.9 to 5.1.10
@@ -86,2 +86,7 @@ 'use strict'; | ||
request(url, options = {}) { | ||
options = mergeRequestOptions(this.requestOptions, options); | ||
return this.http.request(url, options); | ||
} | ||
get _debugHeaders() { | ||
@@ -88,0 +93,0 @@ if (this.out.config.debug > 1) return true; |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "5.1.9", | ||
"version": "5.1.10", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", |
Sorry, the diff of this file is not supported yet
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
146047
2084