1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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

View File

@ -1,10 +1,13 @@
{ {
"name": "node-red-node-xmpp", "name": "node-red-node-xmpp",
"version": "0.3.1", "version": "0.3.2",
"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.11.1" "@xmpp/client": "^0.12.0"
}, },
"bundledDependencies": [
"@xmpp/client"
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp" "url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"