@node-red/nodes
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -65,3 +65,3 @@ module.exports = function(RED) { | ||
} else { | ||
done(null,{id:node.id, name:node.name, topic:msg.topic, msg:value, _path:msg._path}); | ||
done(null,{id:node.id, z:node.z, name:node.name, topic:msg.topic, msg:value, _path:msg._path}); | ||
} | ||
@@ -92,3 +92,3 @@ }); | ||
if (this.active && this.tosidebar) { | ||
sendDebug({id:node.id, name:node.name, topic:msg.topic, msg:msg, _path:msg._path}); | ||
sendDebug({id:node.id, z:node.z, name:node.name, topic:msg.topic, msg:msg, _path:msg._path}); | ||
} | ||
@@ -95,0 +95,0 @@ done(); |
@@ -451,3 +451,3 @@ /** | ||
if (sourceNode) { | ||
$('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text('node: '+(sourceNode.name||sourceNode.id)) | ||
$('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text('node: '+sanitize(o.name||sourceNode.name||sourceNode.id)) | ||
.appendTo(metaRow) | ||
@@ -454,0 +454,0 @@ .on("click", function(evt) { |
@@ -334,7 +334,7 @@ /** | ||
if (err) { | ||
node.error(err,msg); | ||
done(err); | ||
} else if (msg) { | ||
send(msg); | ||
done(); | ||
} | ||
done(); | ||
}) | ||
@@ -341,0 +341,0 @@ }); |
@@ -82,3 +82,3 @@ { | ||
"onceDelay": "seconds, then", | ||
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>\"interval\" should be less than 596 hours.<br/>See info box for details.", | ||
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>\"interval\" should be 596 hours or less.<br/>See info box for details.", | ||
"success": "Successfully injected: __label__", | ||
@@ -85,0 +85,0 @@ "errors": { |
{ | ||
"name": "@node-red/nodes", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1261852