@microsoft/bf-cli-command
Advanced tools
Comparing version 4.11.0-dev.20201005.7e5e1b8 to 4.11.0-dev.20201008.18fba61
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIError = void 0; | ||
class CLIError extends Error { | ||
@@ -9,0 +10,0 @@ constructor(error) { |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Command = exports.CLIError = exports.flags = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -12,7 +13,7 @@ // tslint:disable:object-curly-spacing ordered-imports | ||
var command_2 = require("@oclif/command"); | ||
exports.flags = command_2.flags; | ||
Object.defineProperty(exports, "flags", { enumerable: true, get: function () { return command_2.flags; } }); | ||
const errors_1 = require("@oclif/errors"); | ||
const clierror_1 = require("./clierror"); | ||
var clierror_2 = require("./clierror"); | ||
exports.CLIError = clierror_2.CLIError; | ||
Object.defineProperty(exports, "CLIError", { enumerable: true, get: function () { return clierror_2.CLIError; } }); | ||
const readpipeddata_1 = tslib_1.__importDefault(require("./readpipeddata")); | ||
@@ -19,0 +20,0 @@ const telemetry_1 = tslib_1.__importDefault(require("./telemetry")); |
@@ -7,7 +7,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.utils = exports.flags = exports.Command = exports.CLIError = void 0; | ||
const tslib_1 = require("tslib"); | ||
const command_1 = require("./command"); | ||
exports.CLIError = command_1.CLIError; | ||
exports.Command = command_1.Command; | ||
exports.flags = command_1.flags; | ||
Object.defineProperty(exports, "CLIError", { enumerable: true, get: function () { return command_1.CLIError; } }); | ||
Object.defineProperty(exports, "Command", { enumerable: true, get: function () { return command_1.Command; } }); | ||
Object.defineProperty(exports, "flags", { enumerable: true, get: function () { return command_1.flags; } }); | ||
const utils_1 = tslib_1.__importDefault(require("./utils")); | ||
@@ -14,0 +15,0 @@ exports.utils = utils_1.default; |
{ | ||
"name": "@microsoft/bf-cli-command", | ||
"description": "base class for Microsoft Bot Framework CLI commands", | ||
"version": "4.11.0-dev.20201005.7e5e1b8", | ||
"version": "4.11.0-dev.20201008.18fba61", | ||
"author": "Microsoft", | ||
@@ -63,6 +63,6 @@ "bugs": "https://github.com/microsoft/botframework-cli", | ||
"testdouble": "^3.11.0", | ||
"ts-node": "^8.1.0", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^4.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26958
378