@5minds/node-red-contrib-processcube 1.5.6-feature-60b2c2-m3pneelx → 1.5.6-feature-aa14a2-m3pntyi8

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.
@@ -7,7 +7,7 @@ module.exports = function (RED) {
7
7
  const eventEmitter = node.engine.eventEmitter;
8
8
 
9
9
  eventEmitter.on('engine-client-changed', () => {
10
- console.log('new engineClient received');
10
+ node.log('new engineClient received');
11
11
  register();
12
12
  });
13
13
 
@@ -7,7 +7,7 @@ module.exports = function (RED) {
7
7
  const eventEmitter = node.engine.eventEmitter;
8
8
 
9
9
  eventEmitter.on('engine-client-changed', () => {
10
- console.log('new engineClient received');
10
+ node.log('new engineClient received');
11
11
  register();
12
12
  });
13
13
 
@@ -35,7 +35,7 @@ module.exports = function (RED) {
35
35
  const engineEventEmitter = node.engine.eventEmitter;
36
36
 
37
37
  engineEventEmitter.on('engine-client-changed', () => {
38
- console.log('new engineClient received');
38
+ node.log('new engineClient received');
39
39
  register();
40
40
  });
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.6-feature-60b2c2-m3pneelx",
3
+ "version": "1.5.6-feature-aa14a2-m3pntyi8",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -7,7 +7,7 @@ module.exports = function (RED) {
7
7
  const eventEmitter = node.engine.eventEmitter;
8
8
 
9
9
  eventEmitter.on('engine-client-changed', () => {
10
- console.log('new engineClient received');
10
+ node.log('new engineClient received');
11
11
  register();
12
12
  });
13
13
 
@@ -7,7 +7,7 @@ module.exports = function (RED) {
7
7
  const eventEmitter = node.engine.eventEmitter;
8
8
 
9
9
  eventEmitter.on('engine-client-changed', () => {
10
- console.log('new engineClient received');
10
+ node.log('new engineClient received');
11
11
  register();
12
12
  });
13
13