Skip to content

Commit

Permalink
chore: add releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 30, 2021
1 parent 9469eca commit 6a40a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
"it-pipe": "^1.1.0",
"it-take": "1.0.0",
"libp2p-crypto": "^0.19.4",
"libp2p-interfaces": "^0.10.3",
"libp2p-interfaces": "^0.10.4",
"libp2p-utils": "^0.3.1",
"mafmt": "^9.0.0",
"merge-options": "^3.0.4",
"moving-average": "vasco-santos/moving-average#fix/ts-2309-multiple-exports",
"@vascosantos/moving-average": "^1.1.0",
"multiaddr": "^9.0.1",
"multicodec": "^3.0.1",
"multihashing-async": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const { EventEmitter } = require('events')
const { BigNumber: Big } = require('bignumber.js')
const MovingAverage = require('moving-average')
const MovingAverage = require('@vascosantos/moving-average')
const retimer = require('retimer')

class Stats extends EventEmitter {
Expand Down

0 comments on commit 6a40a93

Please sign in to comment.