@libp2p/tcp
Advanced tools
Comparing version 7.0.3-562f9b08 to 7.0.3-57c32721
{ | ||
"name": "@libp2p/tcp", | ||
"version": "7.0.3-562f9b08", | ||
"version": "7.0.3-57c32721", | ||
"description": "A TCP transport for libp2p", | ||
@@ -53,5 +53,5 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-562f9b08", | ||
"@libp2p/logger": "2.1.1-562f9b08", | ||
"@libp2p/utils": "3.0.12-562f9b08", | ||
"@libp2p/interface": "0.0.1-57c32721", | ||
"@libp2p/logger": "2.1.1-57c32721", | ||
"@libp2p/utils": "3.0.12-57c32721", | ||
"@multiformats/mafmt": "^12.1.2", | ||
@@ -63,4 +63,4 @@ "@multiformats/multiaddr": "^12.1.3", | ||
"devDependencies": { | ||
"@libp2p/interface-compliance-tests": "3.0.7-562f9b08", | ||
"aegir": "^39.0.13", | ||
"@libp2p/interface-compliance-tests": "3.0.7-57c32721", | ||
"aegir": "^40.0.1", | ||
"it-all": "^3.0.1", | ||
@@ -71,6 +71,3 @@ "it-pipe": "^3.0.1", | ||
"uint8arrays": "^4.0.4" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
198276
1839
+ Added@libp2p/interface@0.0.1-57c32721(transitive)
+ Added@libp2p/logger@2.1.1-57c32721(transitive)
+ Added@libp2p/utils@3.0.12-57c32721(transitive)
- Removed@libp2p/interface@0.0.1-562f9b08(transitive)
- Removed@libp2p/logger@2.1.1-562f9b08(transitive)
- Removed@libp2p/utils@3.0.12-562f9b08(transitive)