@libp2p/floodsub 9.0.19-1cd5aae11 → 9.0.19-1eb5b2713

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "9.0.19-1cd5aae11",
3
+ "version": "9.0.19-1eb5b2713",
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,24 +60,24 @@
60
60
  "test:electron-main": "aegir test -t electron-main"
61
61
  },
62
62
  "dependencies": {
63
- "@libp2p/interface": "1.3.1-1cd5aae11",
64
- "@libp2p/pubsub": "9.0.18-1cd5aae11",
63
+ "@libp2p/interface": "1.3.1-1eb5b2713",
64
+ "@libp2p/pubsub": "9.0.18-1eb5b2713",
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.4-1cd5aae11",
71
- "@libp2p/logger": "4.0.12-1cd5aae11",
72
- "@libp2p/peer-collections": "5.2.1-1cd5aae11",
73
- "@libp2p/peer-id-factory": "4.1.1-1cd5aae11",
70
+ "@libp2p/interface-compliance-tests": "5.4.4-1eb5b2713",
71
+ "@libp2p/logger": "4.0.12-1eb5b2713",
72
+ "@libp2p/peer-collections": "5.2.1-1eb5b2713",
73
+ "@libp2p/peer-id-factory": "4.1.1-1eb5b2713",
74
74
  "@multiformats/multiaddr": "^12.2.1",
75
75
  "@types/sinon": "^17.0.3",
76
76
  "aegir": "^42.2.5",
77
77
  "multiformats": "^13.1.0",
78
78
  "p-wait-for": "^5.0.2",
79
79
  "protons": "^7.5.0",
80
- "sinon": "^17.0.1"
80
+ "sinon": "^18.0.0"
81
81
  },
82
82
  "sideEffects": false
83
83
  }