dht-universal
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "dht-universal", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Universal wrapper for @hyperswarm/dht and @hyperswarm/dht-relay working in Node.js and the Browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -65,3 +65,6 @@ /// <reference types="node" /> | ||
keyPair?: KeyPair; | ||
bootstrap?: string[]; | ||
bootstrap?: Array<{ | ||
host: string; | ||
port: number; | ||
}>; | ||
} | ||
@@ -68,0 +71,0 @@ export declare class DHT { |
Sorry, the diff of this file is not supported yet
30864
350