@palett/util-ansi
Advanced tools
Comparing version 0.8.10 to 0.8.11
@@ -101,2 +101,4 @@ 'use strict'; | ||
const concatSgr = (tx, el) => tx.length ? tx + ';' + el : el; | ||
exports.BACK = BACK; | ||
@@ -114,2 +116,3 @@ exports.CLR_ALL = CLR_ALL; | ||
exports.chainEnclose = chainEnclose; | ||
exports.concatSgr = concatSgr; | ||
exports.enclose = enclose; | ||
@@ -116,0 +119,0 @@ exports.hexToAnsi = hexToAnsi; |
@@ -97,2 +97,4 @@ import { hexToInt, hslToRgb } from '@palett/convert'; | ||
export { BACK, CLR_ALL, CLR_BACK, CLR_FORE, ConsoleColors, ESC, Effects, FORE, L, R, SC, chainEnclose, enclose, hexToAnsi, hslToAnsi, rgbToAnsi }; | ||
const concatSgr = (tx, el) => tx.length ? tx + ';' + el : el; | ||
export { BACK, CLR_ALL, CLR_BACK, CLR_FORE, ConsoleColors, ESC, Effects, FORE, L, R, SC, chainEnclose, concatSgr, enclose, hexToAnsi, hslToAnsi, rgbToAnsi }; |
{ | ||
"name": "@palett/util-ansi", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"description": "A color converter", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@palett/convert": "^0.8.10" | ||
"@palett/convert": "^0.8.11" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/hoyeungw/palett/util-ansi#readme", | ||
"gitHead": "23423f1e548d18e7eff091a2e016fd76659c2e5c" | ||
"gitHead": "bf9059789864afece98e0ae653e7bd55531e134b" | ||
} |
7285
192
Updated@palett/convert@^0.8.11