We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d820fd1 commit 178b0ceCopy full SHA for 178b0ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-webhookrelay",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "General purpose webhook tunnel-based receiver. Process 3rd party webhooks without public IP or configuring NAT/firewall",
5
"main": "webhookrelay/webhookrelay.js",
6
"scripts": {
@@ -28,6 +28,6 @@
28
},
29
"homepage": "https://github.com/webhookrelay/node-red-contrib-webhookrelay#readme",
30
"dependencies": {
31
- "webhookrelay-ws-client": "^0.4.0"
+ "webhookrelay-ws-client": "^0.5.0"
32
}
33
0 commit comments