@libp2p/interface-internal
Advanced tools
Comparing version 2.2.0 to 2.2.1-023ea575c
@@ -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-023ea575c", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.3.0", | ||
"@libp2p/peer-collections": "^6.0.13", | ||
"@libp2p/interface": "2.3.0-023ea575c", | ||
"@libp2p/peer-collections": "6.0.13-023ea575c", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
@@ -55,0 +55,0 @@ "progress-events": "^1.0.1", |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
37451
38
800
1
+ Added@libp2p/crypto@5.0.8-023ea575c(transitive)
+ Added@libp2p/interface@2.3.0-023ea575c(transitive)
+ Added@libp2p/logger@5.1.5-023ea575c(transitive)
+ Added@libp2p/peer-collections@6.0.13-023ea575c(transitive)
+ Added@libp2p/peer-id@5.0.9-023ea575c(transitive)
+ Added@libp2p/utils@6.3.0-023ea575c(transitive)
- Removed@libp2p/crypto@5.0.8(transitive)
- Removed@libp2p/interface@2.3.0(transitive)
- Removed@libp2p/logger@5.1.5(transitive)
- Removed@libp2p/peer-collections@6.0.13(transitive)
- Removed@libp2p/peer-id@5.0.9(transitive)
- Removed@libp2p/utils@6.3.0(transitive)