@oclif/core
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -14,2 +14,3 @@ import { error } from '../errors/error'; | ||
export { stderr, stdout } from './write'; | ||
export declare const action: Simple | Spinner; | ||
export declare const ux: { | ||
@@ -16,0 +17,0 @@ action: Simple | Spinner; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ux = exports.stdout = exports.stderr = exports.colorize = exports.colorizeJson = exports.warn = exports.exit = exports.error = void 0; | ||
exports.ux = exports.action = exports.stdout = exports.stderr = exports.colorize = exports.colorizeJson = exports.warn = exports.exit = exports.error = void 0; | ||
const error_1 = require("../errors/error"); | ||
@@ -34,4 +34,5 @@ const exit_1 = require("../errors/exit"); | ||
'simple'; | ||
exports.action = ACTION_TYPE === 'spinner' ? new spinner_1.default() : new simple_1.default(); | ||
exports.ux = { | ||
action: ACTION_TYPE === 'spinner' ? new spinner_1.default() : new simple_1.default(), | ||
action: exports.action, | ||
/** | ||
@@ -38,0 +39,0 @@ * Add color to text. |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
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
405992
10210