heroku-cli-util
Advanced tools
Comparing version 3.6.6 to 3.6.7
@@ -14,3 +14,3 @@ 'use strict'; | ||
host: cli.config.api_host, | ||
rejectUnauthorized: cli.config.api_host.endsWith('herokudev.com'), | ||
rejectUnauthorized: !cli.config.api_host.endsWith('herokudev.com'), | ||
}; | ||
@@ -17,0 +17,0 @@ if (context.secondFactor) { |
{ | ||
"name": "heroku-cli-util", | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -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
20952