@libp2p/floodsub 9.0.15 → 9.0.16

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "9.0.15",
3
+ "version": "9.0.16",
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,13 +61,13 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@libp2p/interface": "^1.2.0",
64
- "@libp2p/pubsub": "^9.0.14",
64
+ "@libp2p/pubsub": "^9.0.15",
65
65
  "protons-runtime": "^5.4.0",
66
66
  "uint8arraylist": "^2.4.8",
67
67
  "uint8arrays": "^5.0.3"
68
68
  },
69
69
  "devDependencies": {
70
- "@libp2p/interface-compliance-tests": "^5.4.0",
70
+ "@libp2p/interface-compliance-tests": "^5.4.1",
71
71
  "@libp2p/logger": "^4.0.10",
72
72
  "@libp2p/peer-collections": "^5.1.10",
73
73
  "@libp2p/peer-id-factory": "^4.0.10",