Comparing version 3.12.1 to 3.12.2
@@ -0,1 +1,7 @@ | ||
## [3.12.2](https://github.com/cenk1cenk2/listr2/compare/v3.12.1...v3.12.2) (2021-09-23) | ||
### Bug Fixes | ||
- commit message for pull request [#527](https://github.com/cenk1cenk2/listr2/issues/527) ([2b96129](https://github.com/cenk1cenk2/listr2/commit/2b96129dd38dd47cea77f757b0c9f2760001c0f4)) | ||
## [3.12.1](https://github.com/cenk1cenk2/listr2/compare/v3.12.0...v3.12.1) (2021-09-13) | ||
@@ -2,0 +8,0 @@ |
@@ -26,2 +26,2 @@ "use strict"; | ||
}; | ||
exports.figures = is_unicode_supported_1.isUnicodeSupported ? FIGURES_MAIN : FIGURES_FALLBACK; | ||
exports.figures = (0, is_unicode_supported_1.isUnicodeSupported)() ? FIGURES_MAIN : FIGURES_FALLBACK; |
{ | ||
"name": "listr2", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.", | ||
@@ -75,5 +75,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.4.5", | ||
"@cenk1cenk2/eslint-config": "^0.4.47", | ||
"@microsoft/api-extractor": "^7.18.8", | ||
"@cenk1cenk2/cz-cc": "^1.4.6", | ||
"@cenk1cenk2/eslint-config": "^0.4.48", | ||
"@microsoft/api-extractor": "^7.18.10", | ||
"@types/jest": "^27.0.1", | ||
@@ -99,4 +99,4 @@ "@types/node": "^16.7.8", | ||
"tscpaths": "^0.0.9", | ||
"typedoc": "^0.22.3", | ||
"typedoc-plugin-markdown": "^3.10.4", | ||
"typedoc": "^0.22.4", | ||
"typedoc-plugin-markdown": "^3.11.0", | ||
"typescript": "^4.4.3" | ||
@@ -103,0 +103,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
164605