mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-06 02:31:43 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
32dc4fa5c6 | |||
9d697f66a4 | |||
fb6c61abe9 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libp2p-tcp",
|
"name": "libp2p-tcp",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"pull-stream": "^3.4.5"
|
"pull-stream": "^3.4.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"interface-connection": "0.2.1",
|
"interface-connection": "0.3.0",
|
||||||
"ip-address": "^5.8.0",
|
"ip-address": "^5.8.0",
|
||||||
"lodash.contains": "^2.4.3",
|
"lodash.contains": "^2.4.3",
|
||||||
"mafmt": "^2.1.2",
|
"mafmt": "^2.1.2",
|
||||||
|
Reference in New Issue
Block a user