Comparing version 1.4.0 to 1.4.1
@@ -8,3 +8,3 @@ module.exports = build | ||
type: 'array', | ||
desc: 'customer header to send with request (may specify mulitple)', | ||
desc: 'customer request header (may specify mulitple)', | ||
alias: ['h'] | ||
@@ -14,3 +14,3 @@ }) | ||
type: 'number', | ||
desc: 'max time (in milliseconds) to wait for a connection', | ||
desc: 'max time (in milliseconds) to wait the request to complete', | ||
default: 5000, | ||
@@ -17,0 +17,0 @@ alias: ['t'] |
{ | ||
"name": "aqui", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Simple CLI HTTP client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5741