From cfb58fbce2a63138a969092a40953121bdb59b09 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:08:05 -0700 Subject: [PATCH] Added more libp2p repos --- data/ecosystems/l/libp2p.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/data/ecosystems/l/libp2p.toml b/data/ecosystems/l/libp2p.toml index 8d32b1d9..dcb04a17 100644 --- a/data/ecosystems/l/libp2p.toml +++ b/data/ecosystems/l/libp2p.toml @@ -442,6 +442,12 @@ url = "https://github.com/libp2p/js-libp2p-bootstrap" [[repo]] url = "https://github.com/libp2p/js-libp2p-circuit" +[[repo]] +url = "https://github.com/libp2p/js-libp2p-components" + +[[repo]] +url = "https://github.com/libp2p/js-libp2p-connection" + [[repo]] url = "https://github.com/libp2p/js-libp2p-connection-manager" @@ -493,15 +499,33 @@ url = "https://github.com/libp2p/js-libp2p-kad-routing" [[repo]] url = "https://github.com/libp2p/js-libp2p-keychain" +[[repo]] +url = "https://github.com/libp2p/js-libp2p-logger" + [[repo]] url = "https://github.com/libp2p/js-libp2p-mdns" [[repo]] url = "https://github.com/libp2p/js-libp2p-mplex" +[[repo]] +url = "https://github.com/libp2p/js-libp2p-multistream-select" + [[repo]] url = "https://github.com/libp2p/js-libp2p-nat-mngr" +[[repo]] +url = "https://github.com/libp2p/js-libp2p-peer-collections" + +[[repo]] +url = "https://github.com/libp2p/js-libp2p-peer-id" + +[[repo]] +url = "https://github.com/libp2p/js-libp2p-peer-record" + +[[repo]] +url = "https://github.com/libp2p/js-libp2p-peer-store" + [[repo]] url = "https://github.com/libp2p/js-libp2p-ping" @@ -538,6 +562,12 @@ url = "https://github.com/libp2p/js-libp2p-switch" [[repo]] url = "https://github.com/libp2p/js-libp2p-tcp" +[[repo]] +url = "https://github.com/libp2p/js-libp2p-topology" + +[[repo]] +url = "https://github.com/libp2p/js-libp2p-tracked-map" + [[repo]] url = "https://github.com/libp2p/js-libp2p-udp"