Comparing version 3.1.3 to 3.1.4
@@ -5,2 +5,6 @@ # Changelog | ||
## [3.1.4][] - 2021-09-10 | ||
- Update dependencies | ||
## [3.1.3][] - 2021-07-22 | ||
@@ -48,3 +52,4 @@ | ||
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.3...HEAD | ||
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.4...HEAD | ||
[3.1.4]: https://github.com/metarhia/metalog/compare/v3.1.3...v3.1.4 | ||
[3.1.3]: https://github.com/metarhia/metalog/compare/v3.1.2...v3.1.3 | ||
@@ -51,0 +56,0 @@ [3.1.2]: https://github.com/metarhia/metalog/compare/v3.1.1...v3.1.2 |
{ | ||
"name": "metalog", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -56,15 +56,15 @@ "description": "Logger for Metarhia", | ||
"concolor": "^1.0.2", | ||
"metautil": "^3.5.8" | ||
"metautil": "^3.5.11" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.3.3", | ||
"eslint": "^7.31.0", | ||
"@types/node": "^16.9.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-metarhia": "^7.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"metatests": "^0.7.2", | ||
"prettier": "^2.3.2", | ||
"typescript": "^4.3.5" | ||
"prettier": "^2.4.0", | ||
"typescript": "^4.4.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
17577
Updatedmetautil@^3.5.11