Skip to content

Commit 178b0ce

Browse files
committed
updating ws dep
1 parent d820fd1 commit 178b0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-webhookrelay",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "General purpose webhook tunnel-based receiver. Process 3rd party webhooks without public IP or configuring NAT/firewall",
55
"main": "webhookrelay/webhookrelay.js",
66
"scripts": {
@@ -28,6 +28,6 @@
2828
},
2929
"homepage": "https://github.com/webhookrelay/node-red-contrib-webhookrelay#readme",
3030
"dependencies": {
31-
"webhookrelay-ws-client": "^0.4.0"
31+
"webhookrelay-ws-client": "^0.5.0"
3232
}
3333
}

0 commit comments

Comments
 (0)