Compare commits

...

12 Commits

View File

@ -1,6 +1,6 @@
{ {
"name": "libp2p-tcp", "name": "libp2p-tcp",
"version": "0.9.1", "version": "0.9.2",
"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": {
@ -33,28 +33,29 @@
"node": ">=4.0.0" "node": ">=4.0.0"
}, },
"devDependencies": { "devDependencies": {
"aegir": "^9.1.1", "interface-transport": "~0.3.3",
"aegir": "^10.0.0",
"chai": "^3.5.0", "chai": "^3.5.0",
"interface-transport": "^0.3.3",
"lodash.isfunction": "^3.0.8", "lodash.isfunction": "^3.0.8",
"pre-commit": "^1.1.2", "pre-commit": "^1.2.2",
"pull-stream": "^3.4.5" "pull-stream": "^3.5.0"
}, },
"dependencies": { "dependencies": {
"interface-connection": "0.3.0", "interface-connection": "~0.3.0",
"ip-address": "^5.8.0", "mafmt": "^2.1.6",
"multiaddr": "^2.2.1",
"ip-address": "^5.8.6",
"lodash.includes": "^4.3.0", "lodash.includes": "^4.3.0",
"mafmt": "^2.1.2", "stream-to-pull-stream": "^1.7.2"
"multiaddr": "^2.1.1",
"stream-to-pull-stream": "^1.7.0"
}, },
"contributors": [ "contributors": [
"David Dias <daviddias.p@gmail.com>", "David Dias <daviddias.p@gmail.com>",
"Evan Schwartz <evan.mark.schwartz@gmail.com>", "Evan Schwartz <evan.mark.schwartz@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Greenkeeper <support@greenkeeper.io>",
"João Antunes <j.goncalo.antunes@gmail.com>", "João Antunes <j.goncalo.antunes@gmail.com>",
"Prashanth Chandra <coolshanth94@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>", "Richard Littauer <richard.littauer@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>", "Stephen Whitmore <stephen.whitmore@gmail.com>"
"greenkeeperio-bot <support@greenkeeper.io>"
] ]
} }