Comparing version 0.4.19 to 0.4.20
@@ -11,8 +11,4 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.terminal = void 0; | ||
const chalk_1 = __importDefault(require("chalk")); | ||
const stream_1 = require("stream"); | ||
@@ -27,3 +23,3 @@ const readline_1 = require("readline"); | ||
const space = ' '.repeat(title.length); | ||
console.log(chalk_1.default.red.bold(title), chalk_1.default.red(lines.join(`\n ${space}`))); | ||
console.log(title, lines.join(`\n ${space}`)); | ||
return this; | ||
@@ -30,0 +26,0 @@ }, |
{ | ||
"name": "cowmand", | ||
"version": "0.4.19", | ||
"version": "0.4.20", | ||
"description": "Fast helper to create a cli", | ||
@@ -32,5 +32,3 @@ "tags": [ | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -37,0 +35,0 @@ "@types/debug": "^4.1.7", |
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
0
16460
361
- Removedchalk@^5.0.0
- Removedchalk@5.3.0(transitive)