Comparing version 3.0.5 to 4.0.0
# Changelog | ||
## v4.0.0 (2021-06-01) | ||
### Changed | ||
- BREAKING: Deprecated support for Node 10 and 15 since end-of-life. Compatible with all current and LTS releases (`^12.20.0 || ^14.15.0 || >=16.0.0`). (#22) | ||
### Fixed | ||
- Updated to latest dependencies, including resolving vulnerabilities | ||
## v3.0.5 (2021-05-09) | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "ci-logger", | ||
"version": "3.0.5", | ||
"version": "4.0.0", | ||
"description": "Very simple logger for CI environments.", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": "^10.13.0 || ^12.13.0 || >=14.0.0" | ||
"node": "^12.20.0 || ^14.15.0 || >=16.0.0" | ||
}, | ||
@@ -37,6 +37,6 @@ "files": [ | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^7.0.2", | ||
"eslint": "^7.26.0", | ||
"jest": "^26.6.3", | ||
"jest-junit": "^12.0.0", | ||
"@aarongoldenthal/eslint-config-standard": "^8.0.0", | ||
"eslint": "^7.27.0", | ||
"jest": "^27.0.3", | ||
"jest-junit": "^12.1.0", | ||
"markdownlint-cli": "^0.27.1" | ||
@@ -43,0 +43,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14371
0