Merge branch 'node-red:master' into master

This commit is contained in:
Olivier Verhaegen
2023-04-17 16:00:55 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-stomp", "name" : "node-red-node-stomp",
"version" : "0.0.13", "version" : "0.0.14",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server", "description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : { "dependencies" : {
"stomp-client" : "^0.9.0" "stomp-client" : "^0.9.0"
@@ -19,7 +19,7 @@
}, },
"author": { "author": {
"name": "Dave Conway-Jones", "name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com", "email": "dceejay@gmail.com",
"url": "http://nodered.org" "url": "http://nodered.org"
} }
} }