Comparing version 1.0.6 to 1.0.7
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.7][] - 2022-11-17 | ||
- Package maintenance | ||
## [1.0.6][] - 2022-07-07 | ||
@@ -43,3 +47,4 @@ | ||
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.6...HEAD | ||
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.7...HEAD | ||
[1.0.7]: https://github.com/metarhia/metawatch/compare/v1.0.6...v1.0.7 | ||
[1.0.6]: https://github.com/metarhia/metawatch/compare/v1.0.5...v1.0.6 | ||
@@ -46,0 +51,0 @@ [1.0.5]: https://github.com/metarhia/metawatch/compare/v1.0.4...v1.0.5 |
{ | ||
"name": "metawatch", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -32,3 +32,3 @@ "description": "Deep nested directories watch for node.js", | ||
"engines": { | ||
"node": "14 || 16 || 18" | ||
"node": "14 || 16 || 18 || 19" | ||
}, | ||
@@ -42,4 +42,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/node": "^18.0.3", | ||
"eslint": "^8.19.0", | ||
"@types/node": "^18.11.9", | ||
"eslint": "^8.27.0", | ||
"eslint-config-metarhia": "^8.1.0", | ||
@@ -51,4 +51,4 @@ "eslint-config-prettier": "^8.5.0", | ||
"prettier": "^2.6.0", | ||
"typescript": "^4.6.2" | ||
"typescript": "^4.9.3" | ||
} | ||
} |
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
8301