mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-01 18:31:33 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e01046eb03 | |||
918b9df322 | |||
31b47fbfd2 | |||
26e9268bb5 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libp2p-tcp",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
||||
"main": "lib/index.js",
|
||||
"jsnext:main": "src/index.js",
|
||||
@ -32,14 +32,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/diasdavid/js-libp2p-tcp",
|
||||
"devDependencies": {
|
||||
"aegir": "^3.0.4",
|
||||
"aegir": "^4.0.0",
|
||||
"chai": "^3.5.0",
|
||||
"interface-transport": "^0.2.0",
|
||||
"pre-commit": "^1.1.2",
|
||||
"tape": "^4.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"interface-connection": "0.1.6",
|
||||
"interface-connection": "0.1.8",
|
||||
"ip-address": "^5.8.0",
|
||||
"lodash.contains": "^2.4.3",
|
||||
"mafmt": "^2.1.0",
|
||||
|
Reference in New Issue
Block a user