Skip to content

Commit

Permalink
chore: update js-libp2p to introduce node support for private to priv…
Browse files Browse the repository at this point in the history
…ate and fix links (#180)
  • Loading branch information
p-shahi authored Aug 1, 2023
1 parent 597b1ad commit 652f627
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 28 deletions.
6 changes: 3 additions & 3 deletions data/implementations/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-bootstrap"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-bootstrap"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-bootstrap"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-bootstrap"
},
"Nim": {
"status": "Missing"
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-mdns"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-discovery-mdns"
},
"JavaScript (Browser)": {
"status": "Unimplementable"
Expand Down
10 changes: 5 additions & 5 deletions data/implementations/nat_traversal.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/circuit-relay"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/circuit-relay"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/circuit-relay"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/circuit-relay"
},
"Nim": {
"status": "Done",
Expand Down Expand Up @@ -60,11 +60,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/autonat"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/autonat"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/autonat"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/autonat"
},
"Nim": {
"status": "Unstable",
Expand Down Expand Up @@ -111,7 +111,7 @@
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-webrtc"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"
},
"Nim": {
"status": "Missing"
Expand Down
4 changes: 2 additions & 2 deletions data/implementations/others.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"JavaScript (Node)": {
"status": "Usable",
"url": "https://github.com/libp2p/js-libp2p-floodsub"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub"
},
"JavaScript (Browser)": {
"status": "Usable",
"url": "https://github.com/libp2p/js-libp2p-floodsub"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub"
},
"Nim": {
"status": "Done",
Expand Down
4 changes: 2 additions & 2 deletions data/implementations/peer_routing.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-kad-dht"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-kad-dht"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht"
},
"Nim": {
"status": "Missing"
Expand Down
4 changes: 2 additions & 2 deletions data/implementations/record_stores.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-record"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht/src/record"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-record"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht/src/record"
},
"Nim": {
"status": "Done",
Expand Down
4 changes: 2 additions & 2 deletions data/implementations/stream_muxers.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-multiplex"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/stream-multiplexer-mplex"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-multiplex"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/stream-multiplexer-mplex"
},
"Nim": {
"status": "Done",
Expand Down
17 changes: 9 additions & 8 deletions data/implementations/transports.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-tcp"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-tcp"
},
"JavaScript (Browser)": {
"status": "Unimplementable"
Expand Down Expand Up @@ -104,11 +104,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-websockets"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-websockets"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-websockets"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-websockets"
},
"Nim": {
"status": "Done",
Expand Down Expand Up @@ -153,7 +153,7 @@
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-websockets"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-websockets"
},
"Nim": {
"status": "Missing"
Expand Down Expand Up @@ -192,11 +192,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-webrtc"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-webrtc"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"
},
"Nim": {
"status": "Missing"
Expand Down Expand Up @@ -233,11 +233,12 @@
"status": "Missing"
},
"JavaScript (Node)": {
"status": "Unimplementable"
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-webrtc"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"
},
"Nim": {
"status": "Missing"
Expand Down
8 changes: 4 additions & 4 deletions data/implementations/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/ping"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/ping"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/src/ping"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/ping"
},
"Nim": {
"status": "Done",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-peer-id"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-id"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p-peer-id"
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/peer-id"
},
"Nim": {
"status": "Done",
Expand Down

0 comments on commit 652f627

Please sign in to comment.