Skip to content

Commit cb5354a

Browse files
committed
Merge branch 'main' of github.com:holepunchto/hypercore into auto-clamp-the-request-range
2 parents 8ee510c + 9398c92 commit cb5354a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/replicator.js

+2
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,8 @@ class Peer {
12291229
}
12301230

12311231
module.exports = class Replicator {
1232+
static Peer = Peer // hack to be able to access Peer from outside this module
1233+
12321234
constructor (core, key, {
12331235
notDownloadingLinger = NOT_DOWNLOADING_SLACK,
12341236
eagerUpgrade = true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercore",
3-
"version": "10.34.0",
3+
"version": "10.34.1",
44
"description": "Hypercore is a secure, distributed append-only log",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)