libp2p-switch
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ { | ||
"--colors", | ||
"${workspaceFolder}/test/**/*.js" | ||
"${workspaceFolder}/test/pnet.node.js" | ||
], | ||
@@ -22,0 +22,0 @@ "internalConsoleOptions": "openOnSessionStart" |
@@ -0,1 +1,12 @@ | ||
<a name="0.40.5"></a> | ||
## [0.40.5](https://github.com/libp2p/js-libp2p-switch/compare/v0.40.4...v0.40.5) (2018-07-10) | ||
### Bug Fixes | ||
* re-enable stats tests in node ([c4ed449](https://github.com/libp2p/js-libp2p-switch/commit/c4ed449)) | ||
* stats - observer expects protocolTag ([41210cf](https://github.com/libp2p/js-libp2p-switch/commit/41210cf)) | ||
<a name="0.40.4"></a> | ||
@@ -2,0 +13,0 @@ ## [0.40.4](https://github.com/libp2p/js-libp2p-switch/compare/v0.40.3...v0.40.4) (2018-06-06) |
{ | ||
"name": "libp2p-switch", | ||
"version": "0.40.4", | ||
"version": "0.40.5", | ||
"description": "libp2p switch implementation in JavaScript", | ||
@@ -58,3 +58,3 @@ "leadMaintainer": "Jacob Heun <jacobheun@gmail.com>", | ||
"async": "^2.6.0", | ||
"big.js": "^5.0.3", | ||
"big.js": "^5.1.2", | ||
"debug": "^3.1.0", | ||
@@ -87,2 +87,3 @@ "hashlru": "^2.2.1", | ||
"Jacob Heun <jacobheun@gmail.com>", | ||
"Kevin Kwok <antimatter15@gmail.com>", | ||
"Kobi Gurkan <kobigurk@gmail.com>", | ||
@@ -98,4 +99,5 @@ "Maciej Krüger <mkg20001@gmail.com>", | ||
"harrshasri <35241544+harrshasri@users.noreply.github.com>", | ||
"kumavis <kumavis@users.noreply.github.com>", | ||
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>" | ||
] | ||
} |
@@ -21,3 +21,3 @@ 'use strict' | ||
if (handlerFunc) { | ||
const conn = observeConn(null, protocol, _conn, observer) | ||
const conn = observeConn(null, protocolName, _conn, observer) | ||
handlerFunc(protocol, conn) | ||
@@ -24,0 +24,0 @@ } |
'use strict' | ||
const EventEmitter = require('events') | ||
const Big = require('big.js') | ||
const Big = require('big.js').Big | ||
const MovingAverage = require('moving-average') | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6655412
0.01%Updated