@libp2p/pubsub 9.0.0 → 9.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub#readme",
@@ -85,8 +85,8 @@
85
85
  "dependencies": {
86
86
  "@libp2p/crypto": "^3.0.1",
87
87
  "@libp2p/interface": "^1.0.1",
88
- "@libp2p/interface-internal": "^1.0.1",
89
- "@libp2p/peer-collections": "^5.0.0",
88
+ "@libp2p/interface-internal": "^1.0.2",
89
+ "@libp2p/peer-collections": "^5.1.0",
90
90
  "@libp2p/peer-id": "^4.0.1",
91
91
  "@libp2p/utils": "^5.0.2",
92
92
  "it-length-prefixed": "^9.0.3",