@libp2p/pubsub 10.0.17-d72b51184 → 10.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/typedoc-urls.json +30 -0
- package/package.json +8 -8
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
"PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
|
3
|
+
".:PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
|
4
|
+
"PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
|
5
|
+
".:PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
|
6
|
+
"PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
|
7
|
+
"./peer-streams:PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
|
8
|
+
"PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsComponents.html",
|
9
|
+
"./peer-streams:PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsComponents.html",
|
10
|
+
"PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsInit.html",
|
11
|
+
"./peer-streams:PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer_streams.PeerStreamsInit.html",
|
12
|
+
"anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
|
13
|
+
"./utils:anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
|
14
|
+
"bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
|
15
|
+
"./utils:bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
|
16
|
+
"bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
|
17
|
+
"./utils:bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
|
18
|
+
"ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
|
19
|
+
"./utils:ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
|
20
|
+
"msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
|
21
|
+
"./utils:msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
|
22
|
+
"noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
|
23
|
+
"./utils:noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
|
24
|
+
"randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
|
25
|
+
"./utils:randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
|
26
|
+
"toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
|
27
|
+
"./utils:toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
|
28
|
+
"toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html",
|
29
|
+
"./utils:toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html"
|
30
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "10.0.17
|
3
|
+
"version": "10.0.17",
|
4
4
|
"description": "libp2p pubsub base class",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub#readme",
|
@@ -84,12 +84,12 @@
|
|
84
84
|
"test:electron-main": "aegir test -t electron-main"
|
85
85
|
},
|
86
86
|
"dependencies": {
|
87
|
-
"@libp2p/crypto": "5.0.10
|
88
|
-
"@libp2p/interface": "2.4.1
|
89
|
-
"@libp2p/interface-internal": "2.2.4
|
90
|
-
"@libp2p/peer-collections": "6.0.16
|
91
|
-
"@libp2p/peer-id": "5.0.11
|
92
|
-
"@libp2p/utils": "6.5.0
|
87
|
+
"@libp2p/crypto": "^5.0.10",
|
88
|
+
"@libp2p/interface": "^2.4.1",
|
89
|
+
"@libp2p/interface-internal": "^2.2.4",
|
90
|
+
"@libp2p/peer-collections": "^6.0.16",
|
91
|
+
"@libp2p/peer-id": "^5.0.11",
|
92
|
+
"@libp2p/utils": "^6.5.0",
|
93
93
|
"it-length-prefixed": "^9.1.0",
|
94
94
|
"it-pipe": "^3.0.1",
|
95
95
|
"it-pushable": "^3.2.3",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"uint8arrays": "^5.1.0"
|
100
100
|
},
|
101
101
|
"devDependencies": {
|
102
|
-
"@libp2p/logger": "5.1.7
|
102
|
+
"@libp2p/logger": "^5.1.7",
|
103
103
|
"@types/sinon": "^17.0.3",
|
104
104
|
"aegir": "^45.0.5",
|
105
105
|
"delay": "^6.0.0",
|