@libp2p/pubsub 6.0.5 → 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.
Files changed (2) hide show
  1. package/dist/index.min.js +6 -6
  2. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "6.0.5",
3
+ "version": "7.0.0",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
@@ -178,29 +178,29 @@
178
178
  },
179
179
  "dependencies": {
180
180
  "@libp2p/crypto": "^1.0.0",
181
- "@libp2p/interface-connection": "^3.0.1",
182
- "@libp2p/interface-peer-id": "^2.0.0",
183
- "@libp2p/interface-pubsub": "^3.0.0",
184
- "@libp2p/interface-registrar": "^2.0.0",
185
- "@libp2p/interfaces": "^3.2.0",
186
- "@libp2p/logger": "^2.0.0",
187
- "@libp2p/peer-collections": "^3.0.0",
188
- "@libp2p/peer-id": "^2.0.0",
189
- "@libp2p/topology": "^4.0.0",
181
+ "@libp2p/interface-connection": "^5.0.1",
182
+ "@libp2p/interface-peer-id": "^2.0.1",
183
+ "@libp2p/interface-pubsub": "^4.0.0",
184
+ "@libp2p/interface-registrar": "^2.0.11",
185
+ "@libp2p/interfaces": "^3.3.1",
186
+ "@libp2p/logger": "^2.0.7",
187
+ "@libp2p/peer-collections": "^3.0.1",
188
+ "@libp2p/peer-id": "^2.0.3",
189
+ "@libp2p/topology": "^4.0.1",
190
190
  "abortable-iterator": "^4.0.2",
191
191
  "it-length-prefixed": "^9.0.0",
192
- "it-pipe": "^3.0.0",
193
- "it-pushable": "^3.0.0",
192
+ "it-pipe": "^3.0.1",
193
+ "it-pushable": "^3.1.3",
194
194
  "multiformats": "^11.0.0",
195
195
  "p-queue": "^7.2.0",
196
196
  "uint8arraylist": "^2.0.0",
197
197
  "uint8arrays": "^4.0.2"
198
198
  },
199
199
  "devDependencies": {
200
- "@libp2p/peer-id-factory": "^2.0.0",
200
+ "@libp2p/peer-id-factory": "^2.0.3",
201
201
  "aegir": "^38.1.6",
202
202
  "delay": "^5.0.0",
203
- "it-pair": "^2.0.2",
203
+ "it-pair": "^2.0.6",
204
204
  "p-defer": "^4.0.0",
205
205
  "p-wait-for": "^5.0.0",
206
206
  "protons": "^7.0.2",