Compare commits

..

1 Commits

Author SHA1 Message Date
68a809a678 chore(deps-dev): bump aegir from 21.10.2 to 22.0.0
Bumps [aegir](https://github.com/ipfs/aegir) from 21.10.2 to 22.0.0.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ipfs/aegir/compare/v21.10.2...v22.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 15:02:47 +00:00
3 changed files with 9 additions and 13 deletions

View File

@ -27,6 +27,7 @@ jobs:
- stage: check
os: linux
script:
- npx aegir build --bundlesize
- npx aegir dep-check
- npm run lint

View File

@ -1,8 +1,3 @@
<a name="0.14.6"></a>
## [0.14.6](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.5...v0.14.6) (2020-07-17)
<a name="0.14.5"></a>
## [0.14.5](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.4...v0.14.5) (2020-04-28)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-tcp",
"version": "0.14.6",
"version": "0.14.5",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
@ -33,23 +33,23 @@
"npm": ">=3.0.0"
},
"devDependencies": {
"aegir": "^25.0.0",
"aegir": "^22.0.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"libp2p-interfaces": "^0.3.1",
"libp2p-interfaces": "^0.2.0",
"it-pipe": "^1.1.0",
"sinon": "^9.0.0",
"streaming-iterables": "^5.0.2"
"streaming-iterables": "^4.1.1"
},
"dependencies": {
"abortable-iterator": "^3.0.0",
"class-is": "^1.1.0",
"debug": "^4.1.1",
"err-code": "^2.0.0",
"libp2p-utils": "^0.1.2",
"mafmt": "^7.1.0",
"multiaddr": "^7.5.0",
"stream-to-it": "^0.2.2"
"libp2p-utils": "~0.1.0",
"mafmt": "^7.0.0",
"multiaddr": "^7.2.1",
"stream-to-it": "^0.2.0"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",