@libp2p/pubsub 10.1.12-ab014c0c0 → 10.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/typedoc-urls.json +32 -0
- package/package.json +8 -8
@@ -0,0 +1,32 @@
|
|
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
|
+
"DecoderOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.DecoderOptions.html",
|
9
|
+
"./peer-streams:DecoderOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.DecoderOptions.html",
|
10
|
+
"PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.PeerStreamsComponents.html",
|
11
|
+
"./peer-streams:PeerStreamsComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.PeerStreamsComponents.html",
|
12
|
+
"PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.PeerStreamsInit.html",
|
13
|
+
"./peer-streams:PeerStreamsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.peer-streams.PeerStreamsInit.html",
|
14
|
+
"anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
|
15
|
+
"./utils:anyMatch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.anyMatch.html",
|
16
|
+
"bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
|
17
|
+
"./utils:bigIntFromBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntFromBytes.html",
|
18
|
+
"bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
|
19
|
+
"./utils:bigIntToBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.bigIntToBytes.html",
|
20
|
+
"ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
|
21
|
+
"./utils:ensureArray": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.ensureArray.html",
|
22
|
+
"msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
|
23
|
+
"./utils:msgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.msgId.html",
|
24
|
+
"noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
|
25
|
+
"./utils:noSignMsgId": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.noSignMsgId.html",
|
26
|
+
"randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
|
27
|
+
"./utils:randomSeqno": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.randomSeqno.html",
|
28
|
+
"toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
|
29
|
+
"./utils:toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
|
30
|
+
"toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html",
|
31
|
+
"./utils:toRpcMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toRpcMessage.html"
|
32
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "10.1.
|
3
|
+
"version": "10.1.13",
|
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",
|
@@ -73,12 +73,12 @@
|
|
73
73
|
"test:electron-main": "aegir test -t electron-main"
|
74
74
|
},
|
75
75
|
"dependencies": {
|
76
|
-
"@libp2p/crypto": "5.1.
|
77
|
-
"@libp2p/interface": "2.10.
|
78
|
-
"@libp2p/interface-internal": "2.3.
|
79
|
-
"@libp2p/peer-collections": "6.0.
|
80
|
-
"@libp2p/peer-id": "5.1.
|
81
|
-
"@libp2p/utils": "6.6.
|
76
|
+
"@libp2p/crypto": "^5.1.4",
|
77
|
+
"@libp2p/interface": "^2.10.2",
|
78
|
+
"@libp2p/interface-internal": "^2.3.14",
|
79
|
+
"@libp2p/peer-collections": "^6.0.30",
|
80
|
+
"@libp2p/peer-id": "^5.1.5",
|
81
|
+
"@libp2p/utils": "^6.6.5",
|
82
82
|
"it-length-prefixed": "^10.0.1",
|
83
83
|
"it-pipe": "^3.0.1",
|
84
84
|
"it-pushable": "^3.2.3",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"uint8arrays": "^5.1.0"
|
89
89
|
},
|
90
90
|
"devDependencies": {
|
91
|
-
"@libp2p/logger": "5.1.
|
91
|
+
"@libp2p/logger": "^5.1.18",
|
92
92
|
"@types/sinon": "^17.0.4",
|
93
93
|
"aegir": "^47.0.6",
|
94
94
|
"delay": "^6.0.0",
|