Comparing version 1.6.1 to 1.7.0
@@ -31,4 +31,4 @@ module.exports = { | ||
if (allowInvalidCerts) { | ||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' | ||
const {Agent} = require('https') | ||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' | ||
httpsAgent = new Agent({rejectUnauthorized: false}) | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "aqui", | ||
"version": "1.6.1", | ||
"description": "Simple CLI HTTP client", | ||
"version": "1.7.0", | ||
"description": "Simple CLI HTTP utilities", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
412478
12
285