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

View File

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