bump xmpp

This commit is contained in:
Dave Conway-Jones 2021-01-29 16:48:54 +00:00
parent fc2f6ed3c7
commit 77fac03319
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
{
"name": "node-red-node-xmpp",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.11.1"
"@xmpp/client": "^0.12.0"
},
"bundledDependencies": [
"@xmpp/client"
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"