@libp2p/interface-internal
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -78,3 +78,3 @@ import type { Multiaddr } from '@multiformats/multiaddr'; | ||
* Signal that we have confidence an observed multiaddr is publicly dialable - | ||
* this will make it appear in the output of getAddresses() | ||
* this will make it appear in the output of `getAddresses()` | ||
* | ||
@@ -87,3 +87,3 @@ * @param addr - The observed address. | ||
* Signal that we do not have confidence an observed multiaddr is publicly dialable - | ||
* this will remove it from the output of getObservedAddrs() | ||
* this will remove it from the output of `getObservedAddrs()` | ||
* | ||
@@ -94,4 +94,4 @@ * @param addr - The observed address to remove. | ||
/** | ||
* Add peer observed addresses. These will then appear in the output of getObservedAddrs | ||
* but not getAddresses() until their dialability has been confirmed via a call to | ||
* Add peer observed addresses. These will then appear in the output of `getObservedAddrs()` | ||
* but not `getAddresses()` until their dialability has been confirmed via a call to | ||
* confirmObservedAddr. | ||
@@ -98,0 +98,0 @@ * |
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.6.0", | ||
"@libp2p/peer-collections": "^6.0.20", | ||
"@libp2p/interface": "^2.6.1", | ||
"@libp2p/peer-collections": "^6.0.21", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
@@ -58,5 +58,5 @@ "progress-events": "^1.0.1" | ||
"devDependencies": { | ||
"aegir": "^45.0.5" | ||
"aegir": "^45.1.1" | ||
}, | ||
"sideEffects": false | ||
} |
@@ -90,3 +90,3 @@ import type { Multiaddr } from '@multiformats/multiaddr' | ||
* Signal that we have confidence an observed multiaddr is publicly dialable - | ||
* this will make it appear in the output of getAddresses() | ||
* this will make it appear in the output of `getAddresses()` | ||
* | ||
@@ -100,3 +100,3 @@ * @param addr - The observed address. | ||
* Signal that we do not have confidence an observed multiaddr is publicly dialable - | ||
* this will remove it from the output of getObservedAddrs() | ||
* this will remove it from the output of `getObservedAddrs()` | ||
* | ||
@@ -108,4 +108,4 @@ * @param addr - The observed address to remove. | ||
/** | ||
* Add peer observed addresses. These will then appear in the output of getObservedAddrs | ||
* but not getAddresses() until their dialability has been confirmed via a call to | ||
* Add peer observed addresses. These will then appear in the output of `getObservedAddrs()` | ||
* but not `getAddresses()` until their dialability has been confirmed via a call to | ||
* confirmObservedAddr. | ||
@@ -112,0 +112,0 @@ * |
48647
Updated@libp2p/interface@^2.6.1