cron-parser
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -5,3 +5,3 @@ { | ||
"description": "Node.js library for parsing crontab instructions", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"keywords": ["cron", "crontab", "parser"], | ||
@@ -8,0 +8,0 @@ "dependencies": {}, |
{ | ||
"name": "cron-parser", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Node.js library for parsing crontab instructions", | ||
@@ -59,9 +59,9 @@ "main": "lib/parser.js", | ||
"dependencies": { | ||
"luxon": "^1.26.0" | ||
"luxon": "^1.28.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.2.0", | ||
"sinon": "^10.0.0", | ||
"tap": "^15.0.9", | ||
"tsd": "^0.17.0" | ||
"tap": "^15.1.2", | ||
"tsd": "^0.19.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "engines": { |
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
145566
Updatedluxon@^1.28.0