Comparing version 1.0.4 to 1.0.5
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.5][] - 2022-03-18 | ||
- Refresh package and update dependencieas | ||
## [1.0.4][] - 2021-07-17 | ||
@@ -35,3 +39,5 @@ | ||
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.3...HEAD | ||
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.5...HEAD | ||
[1.0.5]: https://github.com/metarhia/metawatch/compare/v1.0.4...v1.0.5 | ||
[1.0.4]: https://github.com/metarhia/metawatch/compare/v1.0.3...v1.0.4 | ||
[1.0.3]: https://github.com/metarhia/metawatch/compare/v1.0.2...v1.0.3 | ||
@@ -38,0 +44,0 @@ [1.0.2]: https://github.com/metarhia/metawatch/compare/v1.0.1...v1.0.2 |
{ | ||
"name": "metawatch", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -32,3 +32,3 @@ "description": "Deep nested directories watch for node.js", | ||
"engines": { | ||
"node": "^12.9 || 14 || 16" | ||
"node": "^12.9 || 14 || 16 || 17" | ||
}, | ||
@@ -42,12 +42,12 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/node": "^16.3.3", | ||
"eslint": "^7.30.0", | ||
"@types/node": "^17.0.21", | ||
"eslint": "^8.11.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", | ||
"metatests": "^0.7.2", | ||
"prettier": "^2.3.2", | ||
"typescript": "^4.3.5" | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"metatests": "^0.8.2", | ||
"prettier": "^2.6.0", | ||
"typescript": "^4.6.2" | ||
} | ||
} |
@@ -39,4 +39,4 @@ # Deep nested directories watch for node.js | ||
Copyright (c) 2020-2021 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors). | ||
Copyright (c) 2020-2022 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors). | ||
Metawatch is [MIT licensed](./LICENSE). | ||
Metawatch 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
8062