Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Louis Ageneau <paul-louis@ageneau.org>2022-01-18 00:03:39 +0300
committerGitHub <noreply@github.com>2022-01-18 00:03:39 +0300
commit4f02de3a445f3a9eb46c49a8964c9660bdf6e5d7 (patch)
treec447950ff85ed20d0de9c8445b8c80bac143e2b4 /package.json
parentfdff1c9769eb812dca9135c1f62538b27360c38c (diff)
feat: add BEP6 Fast Extension support (#2243)
* chore: bump bittorrent-protocol to ^3.5.0 * feat: implement BEP6 Fast Extension
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index eaa657d..0b186b1 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"addr-to-ip-port": "^1.5.4",
"bitfield": "^4.0.0",
"bittorrent-dht": "^10.0.2",
- "bittorrent-protocol": "^3.4.3",
+ "bittorrent-protocol": "^3.5.0",
"cache-chunk-store": "^3.2.2",
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",