@libp2p/pubsub 8.0.5 → 8.0.6
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/index.min.js +12 -15
- package/dist/typedoc-urls.json +15 -1
- package/package.json +6 -6
package/dist/typedoc-urls.json
CHANGED
@@ -1,16 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"codes": "https://libp2p.github.io/js-libp2p/variables/_libp2p_pubsub.errors.codes.html",
|
3
|
+
"./errors:codes": "https://libp2p.github.io/js-libp2p/variables/_libp2p_pubsub.errors.codes.html",
|
3
4
|
"PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
|
5
|
+
".:PubSubBaseProtocol": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.index.PubSubBaseProtocol.html",
|
4
6
|
"PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
|
7
|
+
".:PubSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pubsub.index.PubSubComponents.html",
|
5
8
|
"PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
|
9
|
+
"./peer-streams:PeerStreams": "https://libp2p.github.io/js-libp2p/classes/_libp2p_pubsub.peer_streams.PeerStreams.html",
|
6
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",
|
7
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",
|
8
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",
|
9
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",
|
10
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",
|
11
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",
|
12
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",
|
13
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",
|
14
26
|
"toMessage": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pubsub.utils.toMessage.html",
|
15
|
-
"
|
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"
|
16
30
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.6",
|
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/master/packages/pubsub#readme",
|
@@ -78,11 +78,11 @@
|
|
78
78
|
"test:electron-main": "aegir test -t electron-main"
|
79
79
|
},
|
80
80
|
"dependencies": {
|
81
|
-
"@libp2p/crypto": "^2.0.
|
81
|
+
"@libp2p/crypto": "^2.0.4",
|
82
82
|
"@libp2p/interface": "^0.1.2",
|
83
|
-
"@libp2p/interface-internal": "^0.1.
|
83
|
+
"@libp2p/interface-internal": "^0.1.5",
|
84
84
|
"@libp2p/logger": "^3.0.2",
|
85
|
-
"@libp2p/peer-collections": "^4.0.
|
85
|
+
"@libp2p/peer-collections": "^4.0.4",
|
86
86
|
"@libp2p/peer-id": "^3.0.2",
|
87
87
|
"abortable-iterator": "^5.0.1",
|
88
88
|
"it-length-prefixed": "^9.0.1",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"uint8arrays": "^4.0.6"
|
95
95
|
},
|
96
96
|
"devDependencies": {
|
97
|
-
"@libp2p/peer-id-factory": "^3.0.
|
97
|
+
"@libp2p/peer-id-factory": "^3.0.4",
|
98
98
|
"@types/sinon": "^10.0.15",
|
99
99
|
"aegir": "^40.0.8",
|
100
100
|
"delay": "^6.0.0",
|
@@ -103,6 +103,6 @@
|
|
103
103
|
"p-wait-for": "^5.0.2",
|
104
104
|
"protons": "^7.0.2",
|
105
105
|
"protons-runtime": "^5.0.0",
|
106
|
-
"sinon": "^
|
106
|
+
"sinon": "^16.0.0"
|
107
107
|
}
|
108
108
|
}
|