@heroku-cli/command
Advanced tools
Comparing version 8.1.18 to 8.1.19
@@ -32,2 +32,5 @@ /// <reference types="node" /> | ||
readonly table: typeof CLI.Table.default; | ||
readonly open: (target: string, opts?: { | ||
app?: string | string[] | undefined; | ||
} | undefined) => Promise<{}>; | ||
done(): Promise<void>; | ||
@@ -34,0 +37,0 @@ trace(format: string, ...args: string[]): void; |
@@ -108,3 +108,3 @@ "use strict"; | ||
return Promise.all(authorizations | ||
.filter(a => a.access_token && a.access_token.token !== this.heroku.auth) | ||
.filter(a => a.access_token && a.access_token.token === this.heroku.auth) | ||
.map(a => http_call_1.default.delete(`${vars_1.vars.apiUrl}/oauth/authorizations/${a.id}`, headers(token)))); | ||
@@ -111,0 +111,0 @@ }) |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.1.18", | ||
"version": "8.1.19", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -9,8 +9,8 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", | ||
"@heroku-cli/color": "^1.1.5", | ||
"@oclif/errors": "^1.1.1", | ||
"cli-ux": "^4.3.0", | ||
"@oclif/errors": "^1.1.2", | ||
"cli-ux": "^4.4.0", | ||
"debug": "^3.1.0", | ||
"heroku-client": "^3.0.6", | ||
"http-call": "^5.1.2", | ||
"netrc-parser": "^3.1.4", | ||
"http-call": "^5.1.3", | ||
"netrc-parser": "^3.1.5", | ||
"opn": "^5.3.0" | ||
@@ -21,4 +21,4 @@ }, | ||
"@oclif/command": "^1.4.30", | ||
"@oclif/config": "^1.6.18", | ||
"@oclif/tslint": "^1.1.1", | ||
"@oclif/config": "^1.6.19", | ||
"@oclif/tslint": "^1.1.2", | ||
"@types/ansi-styles": "^3.2.0", | ||
@@ -28,15 +28,15 @@ "@types/chai": "^4.1.3", | ||
"@types/nock": "^9.1.3", | ||
"@types/node": "^10.0.9", | ||
"@types/node": "^10.1.2", | ||
"@types/opn": "^5.1.0", | ||
"@types/proxyquire": "^1.3.28", | ||
"@types/sinon": "^4.3.3", | ||
"@types/sinon": "^5.0.0", | ||
"@types/supports-color": "^5.3.0", | ||
"chai": "^4.1.2", | ||
"fancy-test": "^1.0.8", | ||
"mocha": "^5.1.1", | ||
"mocha": "^5.2.0", | ||
"nock": "^9.2.5", | ||
"proxyquire": "^2.0.1", | ||
"sinon": "^5.0.7", | ||
"sinon": "^5.0.10", | ||
"testdouble": "^3.8.1", | ||
"ts-node": "^6.0.3", | ||
"ts-node": "^6.0.5", | ||
"tslint": "^5.10.0", | ||
@@ -43,0 +43,0 @@ "typescript": "^2.8.3" |
53005
1184
Updated@oclif/errors@^1.1.2
Updatedcli-ux@^4.4.0
Updatedhttp-call@^5.1.3
Updatednetrc-parser@^3.1.5