mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-02 01:21:45 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a550bac26 | |||
51c5594d49 | |||
d5476caee1 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libp2p-tcp",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
@ -42,10 +42,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"interface-connection": "~0.3.0",
|
||||
"mafmt": "^2.1.6",
|
||||
"multiaddr": "^2.2.1",
|
||||
"ip-address": "^5.8.6",
|
||||
"lodash.includes": "^4.3.0",
|
||||
"lodash.isfunction": "^3.0.8",
|
||||
"mafmt": "^2.1.6",
|
||||
"multiaddr": "^2.2.1",
|
||||
"stream-to-pull-stream": "^1.7.2"
|
||||
},
|
||||
"contributors": [
|
||||
|
Reference in New Issue
Block a user