cli-engine-command
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -60,5 +60,5 @@ 'use strict'; | ||
} | ||
async post(url, options = {}) { | ||
post(url, options = {}) { | ||
options = mergeRequestOptions(this.requestOptions, options); | ||
await this.http.post(url, options); | ||
return this.http.post(url, options); | ||
} | ||
@@ -65,0 +65,0 @@ |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -14,3 +14,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"got": "^6.7.1", | ||
"http-call": "^1.1.1", | ||
"http-call": "1.1.2", | ||
"jest-validate": "^19.0.2", | ||
@@ -17,0 +17,0 @@ "lodash.maxby": "^4.6.0", |
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
129453
+ Addedhttp-call@1.1.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removedhttp-call@1.2.2(transitive)
- Removedms@2.0.0(transitive)
Updatedhttp-call@1.1.2