@5minds/node-red-contrib-processcube 1.5.8-develop-ad14a2-m3r3tfjk → 1.5.8-develop-bfab3c-m3r4dore

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.
@@ -178,7 +178,7 @@ module.exports = function (RED) {
178
178
  });
179
179
  };
180
180
 
181
- if (node.engine) {
181
+ if (engine) {
182
182
  register();
183
183
  }
184
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.8-develop-ad14a2-m3r3tfjk",
3
+ "version": "1.5.8-develop-bfab3c-m3r4dore",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {