hypercore-protocol
Advanced tools
Comparing version 7.8.0 to 7.8.1
@@ -313,2 +313,4 @@ const SHP = require('simple-hypercore-protocol') | ||
if (typeof initiator !== 'boolean') throw new Error('Must specify initiator boolean in replication stream') | ||
this.initiator = initiator | ||
@@ -315,0 +317,0 @@ this.handlers = handlers |
{ | ||
"name": "hypercore-protocol", | ||
"version": "7.8.0", | ||
"version": "7.8.1", | ||
"description": "Stream that implements the hypercore protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
39425
968