libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

chore: revert async dep change #97

Closed jacobheun closed 5 years ago

jacobheun commented 5 years ago

This reverts async to the 2.6 line as 3.0 has issues https://github.com/libp2p/js-peer-id/issues/96#issuecomment-513873738.

Note this merge is into a 0.12.x branch. Since 0.13 is already out and is leveraging the async/await codebase, we need to release from the latest 0.12 tag. 0.12.x is based off of that latest release. Once released, I will delete that branch as well.

jacobheun commented 5 years ago

v0.12.4 is out