@libp2p/floodsub 10.1.44 → 10.1.45
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/floodsub",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.45",
|
|
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",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@libp2p/crypto": "^5.1.7",
|
|
64
|
-
"@libp2p/interface-compliance-tests": "^6.4.
|
|
64
|
+
"@libp2p/interface-compliance-tests": "^6.4.16",
|
|
65
65
|
"@libp2p/logger": "^5.1.21",
|
|
66
66
|
"@libp2p/peer-collections": "^6.0.34",
|
|
67
67
|
"@libp2p/peer-id": "^5.1.8",
|