Compare commits

...

7 Commits

Author SHA1 Message Date
David Dias
6cbcf23706 chore: release version v0.22.3 2016-08-07 13:49:07 +01:00
David Dias
171da593c3 chore: update contributors 2016-08-07 13:49:07 +01:00
David Dias
5b0d96e80e fix(dep): add missing dependency - debug 2016-08-07 13:45:42 +01:00
David Dias
6fa39a1b75 chore: release version v0.22.2 2016-08-03 16:18:10 +01:00
David Dias
480b79f588 chore: update contributors 2016-08-03 16:18:10 +01:00
David Dias
7ec197cd5a Merge pull request #82 from libp2p/update-deps
update the dependencies
2016-08-03 16:09:22 +01:00
David Dias
81fdc0d267 update the dependencies 2016-08-03 16:00:05 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "libp2p-swarm",
"version": "0.22.1",
"version": "0.22.3",
"description": "libp2p swarm implementation in JavaScript",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
@@ -37,16 +37,16 @@
"node": "^4.3.0"
},
"devDependencies": {
"aegir": "^3.2.0",
"aegir": "^4.0.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.3",
"libp2p-multiplex": "^0.2.1",
"libp2p-spdy": "^0.7.0",
"libp2p-tcp": "^0.7.1",
"libp2p-webrtc-star": "^0.3.1",
"libp2p-websockets": "^0.7.0",
"libp2p-spdy": "^0.8.1",
"libp2p-tcp": "^0.7.4",
"libp2p-webrtc-star": "^0.3.2",
"libp2p-websockets": "^0.7.1",
"pre-commit": "^1.1.2",
"stream-pair": "^1.0.3",
"webrtcsupport": "^2.2.0"
@@ -55,11 +55,12 @@
"babel-runtime": "^6.6.1",
"bl": "^1.1.2",
"browserify-zlib": "github:ipfs/browserify-zlib",
"debug": "^2.2.0",
"duplexify": "^3.4.3",
"interface-connection": "^0.1.7",
"ip-address": "^5.8.0",
"length-prefixed-stream": "^1.5.0",
"libp2p-identify": "^0.1.2",
"libp2p-identify": "^0.1.3",
"lodash.contains": "^2.4.3",
"multiaddr": "^2.0.0",
"multistream-select": "^0.9.0",