Bump stomp for status PR #987

This commit is contained in:
Dave Conway-Jones 2023-04-11 14:37:47 +01:00
parent b4d80b86e3
commit dd6bfc6f51
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643
1 changed files with 2 additions and 2 deletions

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"
} }
} }