@5minds/node-red-contrib-processcube 1.8.5-develop-bbf751-m7pcta62 → 1.8.6-develop-ccda16-m7pcutdr

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -429,7 +429,7 @@
429
429
  },
430
430
  "@5minds/node-red-contrib-processcube": {
431
431
  "name": "@5minds/node-red-contrib-processcube",
432
- "version": "1.8.4",
432
+ "version": "1.8.5",
433
433
  "local": false,
434
434
  "user": false,
435
435
  "nodes": {
@@ -181,6 +181,7 @@ module.exports = function (RED) {
181
181
  nodeName: node.name,
182
182
  nodeType: 'externaltask-input',
183
183
  message: message
184
+ });
184
185
  };
185
186
 
186
187
  node.showStatus = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.8.5-develop-bbf751-m7pcta62",
3
+ "version": "1.8.6-develop-ccda16-m7pcutdr",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {