@libp2p/interface-connection-encrypter
Advanced tools
Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "@libp2p/interface-connection-encrypter", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Connection Encrypter interface for libp2p", | ||
@@ -160,3 +160,3 @@ "license": "Apache-2.0 OR MIT", | ||
"devDependencies": { | ||
"aegir": "^37.7.3" | ||
"aegir": "^38.1.0" | ||
}, | ||
@@ -163,0 +163,0 @@ "typedoc": { |
@@ -20,3 +20,3 @@ # @libp2p/interface-connection-encrypter <!-- omit in toc --> | ||
- [License](#license) | ||
- [Contribute](#contribute) | ||
- [Contribution](#contribution) | ||
@@ -109,3 +109,3 @@ ## Install | ||
## Contribute | ||
## Contribution | ||
@@ -112,0 +112,0 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
@@ -10,3 +10,3 @@ | ||
static get code () { | ||
static get code (): string { | ||
return 'ERR_UNEXPECTED_PEER' | ||
@@ -24,3 +24,3 @@ } | ||
static get code () { | ||
static get code (): string { | ||
return 'ERR_INVALID_CRYPTO_EXCHANGE' | ||
@@ -38,5 +38,5 @@ } | ||
static get code () { | ||
static get code (): string { | ||
return 'ERR_INVALID_CRYPTO_TRANSMISSION' | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
16101