hypercore-protocol
Advanced tools
Comparing version 7.6.0 to 7.7.0
@@ -341,4 +341,4 @@ const SHP = require('simple-hypercore-protocol') | ||
static keyPair () { | ||
return SHP.keyPair() | ||
static keyPair (seed) { | ||
return SHP.keyPair(seed) | ||
} | ||
@@ -345,0 +345,0 @@ |
{ | ||
"name": "hypercore-protocol", | ||
"version": "7.6.0", | ||
"version": "7.7.0", | ||
"description": "Stream that implements the hypercore protocol", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"pretty-hash": "^1.0.1", | ||
"simple-hypercore-protocol": "^1.3.0", | ||
"simple-hypercore-protocol": "^1.4.0", | ||
"streamx": "^2.1.0", | ||
@@ -15,0 +15,0 @@ "timeout-refresh": "^1.0.0" |
@@ -104,3 +104,3 @@ # hypercore-protocol | ||
#### `const keyPair = Protocol.keyPair()` | ||
#### `const keyPair = Protocol.keyPair([seed])` | ||
@@ -107,0 +107,0 @@ Static method to generate an static authentication key pair. |
38120