@libp2p/floodsub 10.1.13 → 10.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "10.1.13",
3
+ "version": "10.1.14",
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",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@libp2p/crypto": "^5.0.8",
71
- "@libp2p/interface-compliance-tests": "^6.2.1",
71
+ "@libp2p/interface-compliance-tests": "^6.2.2",
72
72
  "@libp2p/logger": "^5.1.5",
73
73
  "@libp2p/peer-collections": "^6.0.13",
74
74
  "@libp2p/peer-id": "^5.0.9",