Comparing version 3.5.18 to 3.5.19
@@ -5,2 +5,7 @@ # Changelog | ||
## [3.5.19][] - 2022-03-15 | ||
- Add nodejs 17 to CI | ||
- Update dependencies | ||
## [3.5.18][] - 2022-01-29 | ||
@@ -138,3 +143,4 @@ | ||
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.18....HEAD | ||
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.19....HEAD | ||
[3.5.19]: https://github.com/metarhia/metautil/compare/v3.5.18...v3.5.19 | ||
[3.5.18]: https://github.com/metarhia/metautil/compare/v3.5.17...v3.5.18 | ||
@@ -141,0 +147,0 @@ [3.5.17]: https://github.com/metarhia/metautil/compare/v3.5.16...v3.5.17 |
{ | ||
"name": "metautil", | ||
"version": "3.5.18", | ||
"version": "3.5.19", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": "^12.9 || 14 || 16" | ||
"node": "^12.9 || 14 || 16 || 17" | ||
}, | ||
@@ -42,12 +42,12 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^17.0.13", | ||
"eslint": "^7.32.0", | ||
"@types/node": "^17.0.21", | ||
"eslint": "^8.11.0", | ||
"eslint-config-metarhia": "^7.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"metatests": "^0.8.0", | ||
"metatests": "^0.8.1", | ||
"prettier": "^2.5.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.2" | ||
} | ||
} |
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
32272