cli-engine-heroku
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -56,3 +56,3 @@ 'use strict'; | ||
if (this.auth) headers['authorization'] = `Bearer ${this.auth}`; | ||
headers['user-agent'] = `heroku-cli/${this.out.config.version}`; | ||
headers['user-agent'] = `heroku-cli/${this.out.config.version} ${this.out.config.platform}`; | ||
headers['accept'] = headers['accept'] || 'application/vnd.heroku+json; version=3'; | ||
@@ -59,0 +59,0 @@ let envHeaders = JSON.parse(process.env.HEROKU_HEADERS || '{}'); |
{ | ||
"name": "cli-engine-heroku", | ||
"description": "heroku specific functionality for the cli-engine", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -28,7 +28,7 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/issues", | ||
"eslint-plugin-standard": "3.0.1", | ||
"flow-bin": "^0.49.1", | ||
"flow-bin": "^0.50.0", | ||
"flow-copy-source": "^1.2.0", | ||
"flow-typed": "2.1.2", | ||
"flow-typed": "^2.1.5", | ||
"jest": "20.0.4", | ||
"nock": "9.0.13", | ||
"nock": "^9.0.14", | ||
"nodemon": "1.11.0", | ||
@@ -35,0 +35,0 @@ "rimraf": "2.6.1" |
Sorry, the diff of this file is not supported yet
30423