@microsoft/bf-cli-command
Advanced tools
Comparing version 4.5.2 to 4.5.3
import { Command as Base } from '@oclif/command'; | ||
export { CLIError } from '@oclif/errors'; | ||
export { flags } from '@oclif/command'; | ||
export declare abstract class Command extends Base { | ||
@@ -4,0 +5,0 @@ base: string; |
@@ -11,2 +11,4 @@ "use strict"; | ||
exports.CLIError = errors_2.CLIError; | ||
var command_2 = require("@oclif/command"); | ||
exports.flags = command_2.flags; | ||
class Command extends command_1.Command { | ||
@@ -13,0 +15,0 @@ constructor() { |
@@ -1,3 +0,3 @@ | ||
import { CLIError, Command } from './command'; | ||
export { CLIError, Command }; | ||
import { CLIError, Command, flags } from './command'; | ||
export { CLIError, Command, flags }; | ||
export default Command; |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.Command = command_1.Command; | ||
exports.flags = command_1.flags; | ||
exports.default = command_1.Command; |
{ | ||
"name": "@microsoft/bf-cli-command", | ||
"description": "base class for Microsoft Bot Framework CLI commands", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"author": "Microsoft", | ||
@@ -36,2 +36,3 @@ "bugs": "https://github.com/microsoft/botframework-cli", | ||
"proxyquire": "^2.1.0", | ||
"rimraf": "^2.6.3", | ||
"sinon": "^7.3.2", | ||
@@ -54,5 +55,5 @@ "testdouble": "^3.11.0", | ||
"scripts": { | ||
"build": "rm -rf lib && tsc", | ||
"build": "npm install && rimraf lib && tsc -b", | ||
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish", | ||
"prepublishOnly": "rm -rf lib && tsc -b", | ||
"prepublishOnly": "rimraf lib && tsc -b", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"" | ||
@@ -59,0 +60,0 @@ }, |
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
7753
26
8
155