heroku-cli-util
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
let Heroku = require('heroku-client'); | ||
let cli = require('../'); | ||
let cli = require('..'); | ||
let url = require('url'); | ||
@@ -11,4 +11,5 @@ | ||
let opts = { | ||
debug: context.debug, | ||
token: context.auth ? context.auth.password : null, | ||
userAgent: context.version, | ||
debug: context.debug, | ||
token: context.auth ? context.auth.password : null, | ||
}; | ||
@@ -51,2 +52,3 @@ if (context.secondFactor) { | ||
.catch(handleErr); | ||
return; | ||
} | ||
@@ -53,0 +55,0 @@ throw err; |
{ | ||
"name": "heroku-cli-util", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"columnify": "^1.4.1", | ||
"heroku-client": "^1.10.1", | ||
"heroku-client": "^1.10.2", | ||
"ini": "^1.3.3", | ||
@@ -35,0 +35,0 @@ "linewrap": "^0.2.1", |
@@ -132,5 +132,3 @@ # heroku-cli-util | ||
Used for initializing a plugin command. | ||
It will set the `cwd` to the user's current location, | ||
give you an auth'ed instance of `heroku-client`, | ||
and cleanly handle API exceptions. | ||
give you an auth'ed instance of `heroku-client` and cleanly handle API exceptions. | ||
@@ -137,0 +135,0 @@ It uses `co` so you can `yield` promises. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20258
488
0
184
Updatedheroku-client@^1.10.2