@5minds/node-red-contrib-processcube 1.9.4 → 1.9.6-develop-ee884d-m8srcinh

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.
@@ -179,7 +179,6 @@ module.exports = function (RED) {
179
179
  const info = `subscription failed (topic: ${node.topic}) [error: ${error?.message}].`;
180
180
 
181
181
  this.error(info);
182
- RED.log.error(info);
183
182
 
184
183
  this.showStatus();
185
184
  };
@@ -213,7 +212,6 @@ module.exports = function (RED) {
213
212
 
214
213
  this._subscribed_error = error;
215
214
  this.error(`finished task failed (topic: ${node.topic}).`);
216
- RED.log.error(`topic: ${node.topic} (${error?.message}).`);
217
215
 
218
216
  this.showStatus();
219
217
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.9.4",
3
+ "version": "1.9.6-develop-ee884d-m8srcinh",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -59,7 +59,7 @@
59
59
  "examples": "examples"
60
60
  },
61
61
  "dependencies": {
62
- "@5minds/processcube_engine_client": "5.2.1",
62
+ "@5minds/processcube_engine_client": "5.3.1",
63
63
  "jwt-decode": "^4.0.0",
64
64
  "openid-client": "^5.5.0"
65
65
  },