node-red-contrib-wazo-platform
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -24,3 +24,3 @@ module.exports = function (RED) { | ||
msg.payload.application_uuid = application_uuid; | ||
msg.payload.node_uuid = node.node_uuid; | ||
msg.payload.node_uuid = node_uuid; | ||
msg.payload.data = callNode; | ||
@@ -27,0 +27,0 @@ node.send(msg); |
{ | ||
"name": "node-red-contrib-wazo-platform", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Node Red module for the Wazo Platform API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
870166