cli-engine-command
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -38,2 +38,3 @@ 'use strict'; | ||
headerAnsi: identity, | ||
printLine: s => out.log(s), | ||
printRow: function (cells) { | ||
@@ -40,0 +41,0 @@ this.printLine(cells.join(this.colSep).trimRight()); |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -12,3 +12,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"fs-extra": "^4.0.1", | ||
"http-call": "^2.1.4", | ||
"http-call": "^2.1.5", | ||
"lodash.ary": "^4.1.1", | ||
@@ -15,0 +15,0 @@ "lodash.defaults": "^4.2.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
147558
2102
Updatedhttp-call@^2.1.5