Comparing version 2.6.3 to 2.7.0
@@ -250,2 +250,6 @@ /* eslint-disable complexity */ | ||
if (announceMultiaddrs.length > 0) { | ||
// allow transports to add certhashes and other runtime information | ||
this.components.transportManager.getListeners().forEach(listener => { | ||
listener.updateAnnounceAddrs(announceMultiaddrs); | ||
}); | ||
return announceMultiaddrs.map(multiaddr => ({ | ||
@@ -252,0 +256,0 @@ multiaddr, |
@@ -1,3 +0,3 @@ | ||
export declare const version = "2.6.3"; | ||
export declare const version = "2.7.0"; | ||
export declare const name = "js-libp2p"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export const version = '2.6.3'; | ||
export const version = '2.7.0'; | ||
export const name = 'js-libp2p'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "libp2p", | ||
"version": "2.6.3", | ||
"version": "2.7.0", | ||
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack", | ||
@@ -95,11 +95,11 @@ "license": "Apache-2.0 OR MIT", | ||
"@chainsafe/netmask": "^2.0.0", | ||
"@libp2p/crypto": "^5.0.11", | ||
"@libp2p/interface": "^2.5.0", | ||
"@libp2p/interface-internal": "^2.3.1", | ||
"@libp2p/logger": "^5.1.8", | ||
"@libp2p/multistream-select": "^6.0.14", | ||
"@libp2p/peer-collections": "^6.0.17", | ||
"@libp2p/peer-id": "^5.0.12", | ||
"@libp2p/peer-store": "^11.0.17", | ||
"@libp2p/utils": "^6.5.1", | ||
"@libp2p/crypto": "^5.0.12", | ||
"@libp2p/interface": "^2.6.0", | ||
"@libp2p/interface-internal": "^2.3.2", | ||
"@libp2p/logger": "^5.1.9", | ||
"@libp2p/multistream-select": "^6.0.15", | ||
"@libp2p/peer-collections": "^6.0.18", | ||
"@libp2p/peer-id": "^5.0.13", | ||
"@libp2p/peer-store": "^11.0.18", | ||
"@libp2p/utils": "^6.5.2", | ||
"@multiformats/dns": "^1.0.6", | ||
@@ -106,0 +106,0 @@ "@multiformats/multiaddr": "^12.3.5", |
@@ -385,2 +385,7 @@ /* eslint-disable complexity */ | ||
if (announceMultiaddrs.length > 0) { | ||
// allow transports to add certhashes and other runtime information | ||
this.components.transportManager.getListeners().forEach(listener => { | ||
listener.updateAnnounceAddrs(announceMultiaddrs) | ||
}) | ||
return announceMultiaddrs.map(multiaddr => ({ | ||
@@ -387,0 +392,0 @@ multiaddr, |
@@ -1,2 +0,2 @@ | ||
export const version = '2.6.3' | ||
export const version = '2.7.0' | ||
export const name = 'js-libp2p' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
995602
12409
+ Addedrace-signal@1.1.2(transitive)
- Removedrace-signal@1.1.3(transitive)
Updated@libp2p/crypto@^5.0.12
Updated@libp2p/interface@^2.6.0
Updated@libp2p/logger@^5.1.9
Updated@libp2p/peer-id@^5.0.13
Updated@libp2p/peer-store@^11.0.18
Updated@libp2p/utils@^6.5.2