@libp2p/floodsub 10.1.12-5c4a79e5a → 10.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/typedoc-urls.json +9 -0
- package/package.json +8 -8
@@ -0,0 +1,9 @@
|
|
1
|
+
{
|
2
|
+
"FloodSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubComponents.html",
|
3
|
+
".:FloodSubComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubComponents.html",
|
4
|
+
"FloodSubInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubInit.html",
|
5
|
+
".:FloodSubInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_floodsub.FloodSubInit.html",
|
6
|
+
"multicodec": "https://libp2p.github.io/js-libp2p/variables/_libp2p_floodsub.multicodec.html",
|
7
|
+
"floodsub": "https://libp2p.github.io/js-libp2p/functions/_libp2p_floodsub.floodsub.html",
|
8
|
+
".:floodsub": "https://libp2p.github.io/js-libp2p/functions/_libp2p_floodsub.floodsub.html"
|
9
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/floodsub",
|
3
|
-
"version": "10.1.
|
3
|
+
"version": "10.1.13",
|
4
4
|
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub-floodsub#readme",
|
@@ -60,18 +60,18 @@
|
|
60
60
|
"test:electron-main": "aegir test -t electron-main"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@libp2p/interface": "2.3.0
|
64
|
-
"@libp2p/pubsub": "10.0.
|
63
|
+
"@libp2p/interface": "^2.3.0",
|
64
|
+
"@libp2p/pubsub": "^10.0.14",
|
65
65
|
"protons-runtime": "^5.5.0",
|
66
66
|
"uint8arraylist": "^2.4.8",
|
67
67
|
"uint8arrays": "^5.1.0"
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
|
-
"@libp2p/crypto": "5.0.8
|
71
|
-
"@libp2p/interface-compliance-tests": "6.2.
|
72
|
-
"@libp2p/logger": "5.1.5
|
73
|
-
"@libp2p/peer-collections": "6.0.13
|
74
|
-
"@libp2p/peer-id": "5.0.9
|
70
|
+
"@libp2p/crypto": "^5.0.8",
|
71
|
+
"@libp2p/interface-compliance-tests": "^6.2.1",
|
72
|
+
"@libp2p/logger": "^5.1.5",
|
73
|
+
"@libp2p/peer-collections": "^6.0.13",
|
74
|
+
"@libp2p/peer-id": "^5.0.9",
|
75
75
|
"@multiformats/multiaddr": "^12.3.3",
|
76
76
|
"@types/sinon": "^17.0.3",
|
77
77
|
"aegir": "^45.0.5",
|