@libp2p/floodsub 1.0.6 → 1.0.7

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/floodsub",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",
@@ -142,14 +142,14 @@
142
142
  "release": "aegir release"
143
143
  },
144
144
  "dependencies": {
145
- "@libp2p/interfaces": "^1.3.24",
145
+ "@libp2p/interfaces": "^2.0.1",
146
146
  "@libp2p/logger": "^1.1.4",
147
147
  "@libp2p/pubsub": "^1.2.20",
148
148
  "protons-runtime": "^1.0.3",
149
149
  "uint8arrays": "^3.0.0"
150
150
  },
151
151
  "devDependencies": {
152
- "@libp2p/interface-compliance-tests": "^1.1.25",
152
+ "@libp2p/interface-compliance-tests": "^2.0.1",
153
153
  "@libp2p/peer-collections": "^1.0.2",
154
154
  "@libp2p/peer-id": "^1.1.10",
155
155
  "@libp2p/peer-id-factory": "^1.0.9",
@@ -158,7 +158,7 @@
158
158
  "multiformats": "^9.4.5",
159
159
  "p-wait-for": "^4.1.0",
160
160
  "protons": "^3.0.3",
161
- "sinon": "^13.0.1",
161
+ "sinon": "^14.0.0",
162
162
  "wherearewe": "^1.0.0"
163
163
  }
164
164
  }