@libp2p/pubsub 10.0.13 → 10.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pubsub",
|
3
|
-
"version": "10.0.
|
3
|
+
"version": "10.0.14",
|
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",
|
@@ -86,7 +86,7 @@
|
|
86
86
|
"dependencies": {
|
87
87
|
"@libp2p/crypto": "^5.0.8",
|
88
88
|
"@libp2p/interface": "^2.3.0",
|
89
|
-
"@libp2p/interface-internal": "^2.2.
|
89
|
+
"@libp2p/interface-internal": "^2.2.1",
|
90
90
|
"@libp2p/peer-collections": "^6.0.13",
|
91
91
|
"@libp2p/peer-id": "^5.0.9",
|
92
92
|
"@libp2p/utils": "^6.3.0",
|