From 2a13e138a0d520916dbd3aa6b07c4cf629d810f6 Mon Sep 17 00:00:00 2001 From: gautam Date: Sat, 3 Jul 2021 21:34:45 +0530 Subject: [PATCH 1/2] Change to custom simple websocket --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 674006d0..ed7f9ccc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "run-series": "^1.1.9", "simple-get": "^4.0.0", "simple-peer": "^9.11.0", - "simple-websocket": "^9.1.0", + "simple-websocket": "git+https://github.com/gkachru/simple-websocket.git", "string2compact": "^1.3.0", "unordered-array-remove": "^1.0.2", "ws": "^7.4.5" From edd15a797c95f755d77a900cb254ad9896d281b5 Mon Sep 17 00:00:00 2001 From: gautam Date: Sat, 3 Jul 2021 21:40:43 +0530 Subject: [PATCH 2/2] Updated version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed7f9ccc..cc7f9e18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bittorrent-tracker", "description": "Simple, robust, BitTorrent tracker (client & server) implementation", - "version": "9.17.0", + "version": "19.17.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",