Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 6cf5a47

Browse files
committed
feat: use register
1 parent 9df6594 commit 6cf5a47

File tree

13 files changed

+460
-799
lines changed

13 files changed

+460
-799
lines changed

.aegir.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"coverage": "aegir coverage",
1818
"coverage-publish": "aegir coverage --provider coveralls"
1919
},
20-
"browser": {
21-
"test/utils/nodejs-bundle": "./test/utils/browser-bundle.js"
22-
},
2320
"files": [
2421
"src",
2522
"dist"
@@ -50,30 +47,22 @@
5047
"chai": "^4.2.0",
5148
"chai-spies": "^1.0.0",
5249
"dirty-chai": "^2.0.1",
53-
"libp2p": "~0.26.2",
54-
"libp2p-secio": "~0.11.1",
55-
"libp2p-spdy": "~0.13.3",
56-
"libp2p-tcp": "~0.13.1",
57-
"libp2p-websocket-star": "~0.10.2",
58-
"libp2p-websocket-star-rendezvous": "~0.4.1",
59-
"lodash": "^4.17.15",
50+
"it-pair": "^1.0.0",
6051
"multiaddr": "^6.1.0",
61-
"peer-id": "~0.12.2",
62-
"peer-info": "~0.15.1"
52+
"peer-id": "~0.13.3",
53+
"peer-info": "~0.17.0"
6354
},
6455
"dependencies": {
65-
"async": "^2.6.2",
6656
"bs58": "^4.0.1",
6757
"debug": "^4.1.1",
6858
"err-code": "^2.0.0",
59+
"it-length-prefixed": "^2.0.0",
60+
"it-pipe": "^1.0.1",
61+
"it-pushable": "^1.3.2",
6962
"length-prefixed-stream": "^2.0.0",
7063
"libp2p-crypto": "~0.17.0",
7164
"protons": "^1.0.1",
72-
"pull-length-prefixed": "^1.3.3",
73-
"pull-pushable": "^2.2.0",
74-
"pull-stream": "^3.6.14",
75-
"sinon": "^7.5.0",
76-
"time-cache": "~0.3.0"
65+
"sinon": "^7.5.0"
7766
},
7867
"contributors": [
7968
"Cayman <[email protected]>",

0 commit comments

Comments
 (0)