@libp2p/peer-record
Advanced tools
Comparing version 8.0.12-4a85eb033 to 8.0.12-6ab85ea68
{ | ||
"name": "@libp2p/peer-record", | ||
"version": "8.0.12-4a85eb033", | ||
"version": "8.0.12-6ab85ea68", | ||
"description": "Used to transfer signed peer data across the network", | ||
@@ -64,9 +64,9 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "5.0.7-4a85eb033", | ||
"@libp2p/interface": "2.2.1-4a85eb033", | ||
"@libp2p/peer-id": "5.0.8-4a85eb033", | ||
"@libp2p/utils": "6.2.1-4a85eb033", | ||
"@multiformats/multiaddr": "^12.2.3", | ||
"multiformats": "^13.2.2", | ||
"protons-runtime": "^5.4.0", | ||
"@libp2p/crypto": "5.0.7-6ab85ea68", | ||
"@libp2p/interface": "2.2.1-6ab85ea68", | ||
"@libp2p/peer-id": "5.0.8-6ab85ea68", | ||
"@libp2p/utils": "6.2.1-6ab85ea68", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
"multiformats": "^13.3.1", | ||
"protons-runtime": "^5.5.0", | ||
"uint8-varint": "^2.0.4", | ||
@@ -77,6 +77,6 @@ "uint8arraylist": "^2.4.8", | ||
"devDependencies": { | ||
"aegir": "^44.0.1", | ||
"protons": "^7.5.0" | ||
"aegir": "^45.0.5", | ||
"protons": "^7.6.0" | ||
}, | ||
"sideEffects": false | ||
} |
@@ -160,3 +160,3 @@ # @libp2p/peer-record | ||
Loading this module through a script tag will make it's exports available as `Libp2pPeerRecord` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `Libp2pPeerRecord` in the global namespace. | ||
@@ -163,0 +163,0 @@ ```html |
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
257401
0
100
2098
40
+ Added@libp2p/crypto@5.0.7-6ab85ea68(transitive)
+ Added@libp2p/interface@2.2.1-6ab85ea68(transitive)
+ Added@libp2p/logger@5.1.4-6ab85ea68(transitive)
+ Added@libp2p/peer-id@5.0.8-6ab85ea68(transitive)
+ Added@libp2p/utils@6.2.1-6ab85ea68(transitive)
- Removed@libp2p/crypto@5.0.7-4a85eb033(transitive)
- Removed@libp2p/interface@2.2.1-4a85eb033(transitive)
- Removed@libp2p/logger@5.1.4-4a85eb033(transitive)
- Removed@libp2p/peer-id@5.0.8-4a85eb033(transitive)
- Removed@libp2p/utils@6.2.1-4a85eb033(transitive)
Updatedmultiformats@^13.3.1
Updatedprotons-runtime@^5.5.0