@5minds/node-red-contrib-processcube 1.5.2-feature-8f4ce8-m3igte5w → 1.5.2-feature-2b3236-m3iqw8yk

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.2-feature-8f4ce8-m3igte5w",
3
+ "version": "1.5.2-feature-2b3236-m3iqw8yk",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -12,6 +12,7 @@ module.exports = function (RED) {
12
12
  this.credentials.clientId = RED.util.evaluateNodeProperty(n.clientId, n.clientIdType, node);
13
13
  this.credentials.clientSecret = RED.util.evaluateNodeProperty(n.clientSecret, n.clientSecretType, node);
14
14
 
15
+ // known issue: kann bei falschem timing zu laufzeitfehlern führen (absprache MM)
15
16
  // set the engine url
16
17
  const stopRefreshing = periodicallyRefreshEngineClient(this, n, 10000);
17
18