@5minds/node-red-contrib-processcube
Advanced tools
Comparing version 0.3.0 to 0.3.1-develop-64cc0c-lwqgqwqh
@@ -70,2 +70,10 @@ const process = require('process'); | ||
externalTaskWorker.start(); | ||
node.on("close", async () => { | ||
try { | ||
externalTaskWorker.stop(); | ||
} catch { | ||
console.warn('Client close failed'); | ||
} | ||
}); | ||
} | ||
@@ -72,0 +80,0 @@ ); |
{ | ||
"name": "@5minds/node-red-contrib-processcube", | ||
"version": "0.3.0", | ||
"version": "0.3.1-develop-64cc0c-lwqgqwqh", | ||
"license": "MIT", | ||
"description": "Node-RED nodes for ProcessCube", | ||
"authors": [{ | ||
"authors": [ | ||
{ | ||
"name": "Martin Moellenbeck", | ||
@@ -25,3 +26,3 @@ "email": "Martin.Moellenbeck@5Minds.de" | ||
"node": ">=14", | ||
"npm": ">=9.8" | ||
"npm": ">=8.0.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "node-red": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137413
2112