Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: callbacks -> async / await
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Feb 27, 2019
1 parent d646969 commit 579eda7
Show file tree
Hide file tree
Showing 41 changed files with 2,451 additions and 2,816 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@
"err-code": "^1.1.2",
"hashlru": "^2.3.0",
"heap": "~0.2.6",
"interface-datastore": "~0.6.0",
"interface-datastore": "ipfs/interface-datastore#refactor/async-iterators",
"k-bucket": "^5.0.0",
"libp2p-crypto": "~0.16.0",
"libp2p-record": "~0.6.2",
"libp2p-crypto": "libp2p/js-libp2p-crypto#feat/async-await",
"libp2p-record": "dirkmc/js-libp2p-record#feat/async-await",
"multihashes": "~0.4.14",
"multihashing-async": "~0.5.2",
"peer-id": "~0.12.2",
"peer-info": "~0.15.1",
"multihashing-async": "multiformats/js-multihashing-async#feat/async-iterators",
"p-queue": "^3.1.0",
"peer-id": "libp2p/js-peer-id#feat/async-await",
"peer-info": "libp2p/js-peer-info#feat/async-await",
"priorityqueue": "~0.2.1",
"protons": "^1.0.1",
"pull-length-prefixed": "^1.3.1",
Expand Down
Loading

0 comments on commit 579eda7

Please sign in to comment.