mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump tail and xmpp packages
This commit is contained in:
parent
b92ca63f93
commit
456e573cd7
@ -183,7 +183,7 @@ module.exports = function(RED) {
|
||||
if (RED.settings.verbose || LOGITALL) {that.log("got an iq query"); }
|
||||
if (stanza.attrs.type === 'error') {
|
||||
if (RED.settings.verbose || LOGITALL) {that.log("oh noes, it's an error"); }
|
||||
if (stanza.attrs.id === that.lastUsed.id) {
|
||||
if (that && that.hasOwnProperty("lastUsed") && that.lastUsed.hasOwnProperty("id") && stanza.attrs.id === that.lastUsed.id) {
|
||||
that.lastUsed.status({fill:"red", shape:"ring", text:stanza.getChild('error')});
|
||||
that.lastUsed.warn(stanza.getChild('error'));
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-xmpp",
|
||||
"version": "0.5.6",
|
||||
"version": "0.5.8",
|
||||
"description": "A Node-RED node to talk to an XMPP server",
|
||||
"dependencies": {
|
||||
"@xmpp/client": "^0.13.0"
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "node-red-node-tail",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "A node to tail files for Node-RED",
|
||||
"dependencies": {
|
||||
"tail": "^2.2.2"
|
||||
"tail": "^2.2.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user