@5minds/node-red-contrib-processcube 1.7.4-feature-a91d79-m6kzfb4g → 1.7.4-feature-a7b5bb-m6kzn6vh

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.7.4-feature-a91d79-m6kzfb4g",
3
+ "version": "1.7.4-feature-a7b5bb-m6kzn6vh",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -4,10 +4,10 @@ module.exports = function (RED) {
4
4
  var node = this;
5
5
 
6
6
  node.engine = RED.nodes.getNode(config.engine);
7
-
7
+
8
8
  let subscription = null;
9
9
  let subscribe = null;
10
-
10
+
11
11
  node.on('input', async function (msg) {
12
12
  const client = node.engine.engineClient;
13
13
  const isUser = !!msg._client?.user