-
Notifications
You must be signed in to change notification settings - Fork 27
fix: add multistream-select and update pubsub types #170
Conversation
Pubsub only uses the registrar and the peerid, so just pass those in instead of a whole libp2p instance.
## [@libp2p/interfaces-v1.3.7](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interfaces-v1.3.6...@libp2p/interfaces-v1.3.7) (2022-02-17) ### Bug Fixes * add multistream-select and update pubsub types ([#170](#170)) ([b9ecb2b](b9ecb2b))
🎉 This PR is included in version @libp2p/interfaces-v1.3.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/peer-id-v1.1.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-v1.1.3...@libp2p/peer-id-v1.1.4) (2022-02-17) ### Bug Fixes * add multistream-select and update pubsub types ([#170](#170)) ([b9ecb2b](b9ecb2b))
🎉 This PR is included in version @libp2p/peer-id-v1.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/multistream-select-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/peer-map-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/pubsub-v1.2.5](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/pubsub-v1.2.4...@libp2p/pubsub-v1.2.5) (2022-02-17) ### Bug Fixes * add multistream-select and update pubsub types ([#170](#170)) ([b9ecb2b](b9ecb2b))
🎉 This PR is included in version @libp2p/pubsub-v1.2.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-compliance-tests-v1.1.8](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.1.7...@libp2p/interface-compliance-tests-v1.1.8) (2022-02-17) ### Bug Fixes * add multistream-select and update pubsub types ([#170](#170)) ([b9ecb2b](b9ecb2b))
🎉 This PR is included in version @libp2p/interface-compliance-tests-v1.1.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/peer-record-v1.0.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-record-v1.0.3...@libp2p/peer-record-v1.0.4) (2022-02-17) ### Bug Fixes * add multistream-select and update pubsub types ([#170](#170)) ([b9ecb2b](b9ecb2b))
🎉 This PR is included in version @libp2p/peer-record-v1.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pubsub only uses the registrar and the peerid, so just pass those
in instead of a whole libp2p instance.