@heroku-cli/command
Advanced tools
Comparing version 7.0.11 to 7.0.12
@@ -0,5 +1,7 @@ | ||
import { Command } from './command'; | ||
import * as flags from './flags'; | ||
export { Command } from './command'; | ||
export { APIClient } from './api_client'; | ||
export { vars } from './vars'; | ||
export { flags }; | ||
export { Command }; | ||
export default Command; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const command_1 = require("./command"); | ||
exports.Command = command_1.Command; | ||
const flags = require("./flags"); | ||
exports.flags = flags; | ||
var command_1 = require("./command"); | ||
exports.Command = command_1.Command; | ||
var api_client_1 = require("./api_client"); | ||
@@ -11,1 +11,2 @@ exports.APIClient = api_client_1.APIClient; | ||
exports.vars = vars_1.vars; | ||
exports.default = command_1.Command; |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "heroku specific functionality for the cli-engine", | ||
"version": "7.0.11", | ||
"version": "7.0.12", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -9,15 +9,15 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/issues", | ||
"@cli-engine/command": "^12.0.3", | ||
"@cli-engine/config": "^5.0.10", | ||
"@cli-engine/config": "^5.0.11", | ||
"cli-ux": "^2.0.21", | ||
"heroku-client": "3.0.5", | ||
"heroku-client": "3.0.6", | ||
"http-call": "^4.0.6", | ||
"netrc-parser": "^2.0.5" | ||
"netrc-parser": "^2.0.6" | ||
}, | ||
"devDependencies": { | ||
"@cli-engine/util": "^1.0.9", | ||
"@heroku-cli/tslint": "^1.0.3", | ||
"@cli-engine/util": "^1.0.12", | ||
"@heroku-cli/tslint": "^1.1.2", | ||
"@types/ansi-styles": "^2.0.30", | ||
"@types/chalk": "^2.2.0", | ||
"@types/jest": "22.0.0", | ||
"@types/nock": "9.1.0", | ||
"@types/jest": "22.0.1", | ||
"@types/nock": "9.1.1", | ||
"@types/node": "8.5.2", | ||
@@ -24,0 +24,0 @@ "husky": "0.14.3", |
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
30398
841
+ Addedheroku-client@3.0.6(transitive)
- Removedheroku-client@3.0.5(transitive)
Updated@cli-engine/config@^5.0.11
Updatedheroku-client@3.0.6
Updatednetrc-parser@^2.0.6