hypercore-protocol
Advanced tools
Comparing version 6.6.2 to 6.6.3
@@ -122,3 +122,3 @@ var events = require('events') | ||
var hex = this.discoveryKey.toString('hex') | ||
if (this._feeds[hex] === this) delete this._feeds[hex] | ||
if (this.stream._feeds[hex] === this) delete this.stream._feeds[hex] | ||
} | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "hypercore-protocol", | ||
"version": "6.6.2", | ||
"version": "6.6.3", | ||
"description": "Stream that implements the hypercore protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
67739