node-red-contrib-cron-plus
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "node-red-contrib-cron-plus", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "A flexible scheduler (cron, solar events, simple dates) node for Node-RED with full dynamic control and Timezone support", | ||
@@ -38,4 +38,4 @@ "main": "cronplus.js", | ||
"coord-parser": "^1.0.0", | ||
"cronosjs": "^1.6.0", | ||
"cronstrue": "^1.94.0", | ||
"cronosjs": "^1.7.0", | ||
"cronstrue": "^1.100.0", | ||
"pretty-ms": "^7.0.0", | ||
@@ -42,0 +42,0 @@ "suncalc2": "^1.8.1" |
@@ -28,3 +28,3 @@ node-red-contrib-cron-plus | ||
* View dynamically created schedules in the node editor UI | ||
* Additional info about the triggered schedule is always send in the output message in `msg.cronplus` | ||
* Additional info about the triggered schedule is always sent in the output message in `msg.cronplus` | ||
* NOTE: if the payload is to "Default Payload", then the content of `msg.cronplus` is moved to `msg.payload` | ||
@@ -68,3 +68,3 @@ * Node status updates to show the next event | ||
npm install node-red-contrib-cron-plus | ||
npm install node-red-contrib-cron-plus | ||
@@ -82,2 +82,3 @@ Alternatively, install from a folder | ||
* Cron expression builder adapted for cron-plus from https://github.com/juliacscai/jquery-cron-quartz (not on NPM) | ||
* Big thanks for continued support by [@jaclark](https://github.com/jaclarke) for the excellent [cronosjs](https://github.com/jaclarke/cronosjs) | ||
@@ -84,0 +85,0 @@ Dependencies |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
307785
90
2029
Updatedcronosjs@^1.7.0
Updatedcronstrue@^1.100.0