Bump for latest xmpp client lib

This commit is contained in:
Dave Conway-Jones 2021-10-27 13:50:02 +01:00
parent 29b8765de1
commit d8e0a1803d
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name": "node-red-node-xmpp",
"version": "0.5.5",
"version": "0.5.6",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.12.0"
"@xmpp/client": "^0.13.0"
},
"bundledDependencies": [
"@xmpp/client"