@libp2p/interface-internal
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -46,2 +46,6 @@ import type { Multiaddr } from '@multiformats/multiaddr'; | ||
ttl?: number; | ||
/** | ||
* Allows hinting which type of address this is | ||
*/ | ||
type?: AddressType; | ||
} | ||
@@ -48,0 +52,0 @@ export interface AddressManager { |
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -53,2 +53,7 @@ import type { Multiaddr } from '@multiformats/multiaddr' | ||
ttl?: number | ||
/** | ||
* Allows hinting which type of address this is | ||
*/ | ||
type?: AddressType | ||
} | ||
@@ -55,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39310
817