@xyo-network/p2p
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -48,3 +48,3 @@ /// <reference types="node" /> | ||
*/ | ||
publicKey?: string; | ||
publicKey: string; | ||
/** | ||
@@ -51,0 +51,0 @@ * The address for where to reach the peer |
{ | ||
"name": "@xyo-network/p2p", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "A peer to peer network module", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "35354f8cc1947e140eb3b4d99c772528c1d24e3e" | ||
"gitHead": "685e5144a9ab8dde109cf24b3a52b40a7fde21f0" | ||
} |
@@ -9,3 +9,3 @@ import { Server } from "net" | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 16th January 2019 10:58:44 am | ||
* @Last modified time: Monday, 28th January 2019 2:03:51 pm | ||
* @License: All Rights Reserved | ||
@@ -65,3 +65,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
*/ | ||
publicKey?: string | ||
publicKey: string | ||
@@ -76,3 +76,2 @@ /** | ||
} | ||
export interface IXyoPeerTransport { | ||
@@ -79,0 +78,0 @@ /** |
Sorry, the diff of this file is not supported yet
81344