@heroku-cli/command
Advanced tools
Comparing version 8.0.6 to 8.0.7
@@ -0,1 +1,9 @@ | ||
<a name="8.0.7"></a> | ||
## [8.0.7](https://github.com/heroku/heroku-cli-command/compare/v8.0.6...v8.0.7) (2018-05-02) | ||
### Bug Fixes | ||
* skip rewriting auth header ([#32](https://github.com/heroku/heroku-cli-command/issues/32)) ([f74245f](https://github.com/heroku/heroku-cli-command/commit/f74245f)) | ||
<a name="8.0.6"></a> | ||
@@ -2,0 +10,0 @@ ## [8.0.6](https://github.com/heroku/heroku-cli-command/compare/v8.0.5...v8.0.6) (2018-05-01) |
@@ -46,3 +46,3 @@ "use strict"; | ||
}; | ||
if (auth) | ||
if (auth && !opts.headers.authorization) | ||
opts.headers.authorization = `Bearer ${auth}`; | ||
@@ -49,0 +49,0 @@ this.http = class APIHTTPClient extends deps_1.default.HTTP.HTTP.create(opts) { |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
33648