Comparing version 6.0.5 to 6.0.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [6.0.6](https://github.com/oclif/cli-ux/compare/v6.0.5...v6.0.6) (2021-12-08) | ||
### Bug Fixes | ||
* bump deps and fix tests ([#465](https://github.com/oclif/cli-ux/issues/465)) ([44eecd0](https://github.com/oclif/cli-ux/commit/44eecd0df4471f47f7ba8d4bf7e43ea4b9ead4a0)) | ||
### [6.0.5](https://github.com/oclif/cli-ux/compare/v6.0.4...v6.0.5) (2021-12-07) | ||
@@ -7,0 +14,0 @@ |
@@ -21,3 +21,3 @@ "use strict"; | ||
return s; | ||
const has256 = supportsColor.stdout.has256 || (process.env.TERM || '').includes('256'); | ||
const has256 = supportsColor.stdout ? supportsColor.stdout.has256 : (process.env.TERM || '').includes('256'); | ||
const prideColor = prideColors[frameIndex] || prideColors[0]; | ||
@@ -24,0 +24,0 @@ return has256 ? prideColor(s) : chalk_1.default.magenta(s); |
@@ -14,3 +14,3 @@ "use strict"; | ||
return s; | ||
const has256 = supportsColor.stdout.has256 || (process.env.TERM || '').includes('256'); | ||
const has256 = supportsColor.stdout ? supportsColor.stdout.has256 : (process.env.TERM || '').includes('256'); | ||
return has256 ? `\u001B[38;5;104m${s}${deps_1.default.ansiStyles.reset.open}` : chalk_1.default.magenta(s); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/cli-ux/issues", | ||
"dependencies": { | ||
"@oclif/core": "^1.0.8", | ||
"@oclif/core": "1.0.10", | ||
"@oclif/linewrap": "^1.0.0", | ||
@@ -47,3 +47,3 @@ "@oclif/screen": "^1.0.4 ", | ||
"@types/strip-ansi": "^5.2.1", | ||
"@types/supports-color": "^7.2.0", | ||
"@types/supports-color": "^8.1.1", | ||
"axios": "^0.21.0", | ||
@@ -50,0 +50,0 @@ "chai": "^4.2.0", |
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
100033
+ Added@oclif/core@1.0.10(transitive)
+ Addedcli-ux@6.0.5(transitive)
- Removed@oclif/core@1.26.2(transitive)
- Removed@oclif/screen@3.0.8(transitive)
- Removedasync@3.2.6(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.112.0.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedejs@3.1.10(transitive)
- Removedfilelist@1.0.4(transitive)
- Removedjake@10.9.2(transitive)
- Removedminimatch@3.1.25.1.6(transitive)
Updated@oclif/core@1.0.10