@libp2p/interface
Advanced tools
Comparing version 0.0.1-a1ec46b5 to 0.0.1-a41d25d4
import { abortableSource } from 'abortable-iterator'; | ||
import { pushable } from 'it-pushable'; | ||
import defer from 'p-defer'; | ||
import defer, {} from 'p-defer'; | ||
import { Uint8ArrayList } from 'uint8arraylist'; | ||
@@ -5,0 +5,0 @@ import { CodeError } from '../errors.js'; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "0.0.1-a1ec46b5", | ||
"version": "0.0.1-a41d25d4", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -170,9 +170,6 @@ "license": "Apache-2.0 OR MIT", | ||
"@types/sinon": "^10.0.15", | ||
"aegir": "^39.0.13", | ||
"aegir": "^40.0.1", | ||
"sinon": "^15.1.2", | ||
"sinon-ts": "^1.0.0" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -3,0 +2,0 @@ * When this error is thrown it means an operation was aborted, |
@@ -1,2 +0,1 @@ | ||
export interface PublicKey { | ||
@@ -3,0 +2,0 @@ readonly bytes: Uint8Array |
@@ -1,2 +0,1 @@ | ||
export const KEEP_ALIVE = 'keep-alive' |
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -3,0 +2,0 @@ * Implemented by components that have a lifecycle |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
253981