this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chalk → node.js styleText

+6 -7
+1 -1
changelog.md
··· 7 7 8 8 ## [Unreleased](https://github.com/patrik-csak/auto-terminal-profile/compare/v7.0.1...HEAD) 9 9 10 - - Updated dependencies 10 + - Updated and removed dependencies 11 11 12 12 ## [7.0.1](https://github.com/patrik-csak/auto-terminal-profile/compare/v7.0.0...v7.0.1) – 2025-11-17 13 13
+2 -2
commands/config/commands/show.js
··· 1 - import chalk from 'chalk'; 1 + import {styleText} from 'node:util'; 2 2 import {Command} from 'commander'; 3 3 import humanizeString from 'humanize-string'; 4 4 import {getConfig, modes} from '../../../library/index.js'; ··· 15 15 : '\u{2600}'; // Sun 16 16 17 17 console.log( 18 - `${chalk.yellow(icon)} ${humanizeString(mode)} mode profile: ${config.get(`profiles.${mode}`)}`, 18 + `${styleText('yellow', icon)} ${humanizeString(mode)} mode profile: ${config.get(`profiles.${mode}`)}`, 19 19 ); 20 20 } 21 21 });
+2 -2
package-lock.json
··· 13 13 ], 14 14 "dependencies": { 15 15 "@commander-js/extra-typings": "^14.0.0", 16 - "chalk": "^5.6.2", 17 16 "commander": "^14.0.0", 18 17 "conf": "^15.0.2", 19 18 "consola": "^3.4.2", ··· 36 35 "xo": "^2.0.1" 37 36 }, 38 37 "engines": { 39 - "node": ">=20 <=24" 38 + "node": ">=20.12.0 <=24" 40 39 } 41 40 }, 42 41 "node_modules/@altano/repository-tools": { ··· 2235 2234 "version": "5.6.2", 2236 2235 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 2237 2236 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 2237 + "dev": true, 2238 2238 "license": "MIT", 2239 2239 "engines": { 2240 2240 "node": "^12.17.0 || ^14.13 || >=16.0.0"
+1 -2
package.json
··· 32 32 }, 33 33 "dependencies": { 34 34 "@commander-js/extra-typings": "^14.0.0", 35 - "chalk": "^5.6.2", 36 35 "commander": "^14.0.0", 37 36 "conf": "^15.0.2", 38 37 "consola": "^3.4.2", ··· 52 51 "xo": "^2.0.1" 53 52 }, 54 53 "engines": { 55 - "node": ">=20 <=24" 54 + "node": ">=20.12.0 <=24" 56 55 }, 57 56 "os": [ 58 57 "darwin"