Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.3][] - 2022-07-07 | ||
- Package maintenance | ||
## [1.0.2][] - 2021-07-17 | ||
@@ -29,3 +33,4 @@ | ||
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.2...HEAD | ||
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.3...HEAD | ||
[1.0.3]: https://github.com/metarhia/concolor/compare/v1.0.2...v1.0.3 | ||
[1.0.2]: https://github.com/metarhia/concolor/compare/v1.0.1...v1.0.2 | ||
@@ -32,0 +37,0 @@ [1.0.1]: https://github.com/metarhia/concolor/compare/v1.0.0...v1.0.1 |
{ | ||
"name": "concolor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Vladyslav Dukhin <vladyslav.dukhin@gmail.com>", | ||
@@ -46,15 +46,15 @@ "description": "Console colors for strings templates in node.js", | ||
"engines": { | ||
"node": "^12.9 || 14 || 16" | ||
"node": "14 || 16 || 18" | ||
}, | ||
"readmeFilename": "README.md", | ||
"devDependencies": { | ||
"@types/node": "^16.3.3", | ||
"eslint": "^7.30.0", | ||
"eslint-config-metarhia": "^7.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"prettier": "^2.3.2", | ||
"typescript": "^4.3.5" | ||
"@types/node": "^18.0.3", | ||
"eslint": "^8.19.0", | ||
"eslint-config-metarhia": "^8.1.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
@@ -118,4 +118,4 @@ # Concolor | ||
Copyright (c) 2017-2021 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors). | ||
Copyright (c) 2017-2022 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors). | ||
Concolor is [MIT licensed](./LICENSE).\ | ||
Concolor is a part of [Metarhia](https://github.com/metarhia) technology stack. |
Sorry, the diff of this file is not supported yet
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
11044