@libp2p/floodsub 6.0.3 → 7.0.0
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 +10 -10
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/floodsub",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
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-floodsub#readme",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"@libp2p/interface-peer-id": "^2.0.0",
|
|
151
|
-
"@libp2p/interface-pubsub": "^
|
|
151
|
+
"@libp2p/interface-pubsub": "^4.0.0",
|
|
152
152
|
"@libp2p/logger": "^2.0.0",
|
|
153
153
|
"@libp2p/pubsub": "^6.0.0",
|
|
154
154
|
"protons-runtime": "^5.0.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"uint8arrays": "^4.0.3"
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
|
-
"@libp2p/interface-mocks": "^
|
|
159
|
+
"@libp2p/interface-mocks": "^10.0.0",
|
|
160
160
|
"@libp2p/interface-pubsub-compliance-tests": "^5.0.0",
|
|
161
161
|
"@libp2p/peer-collections": "^3.0.0",
|
|
162
162
|
"@libp2p/peer-id-factory": "^2.0.0",
|