@libp2p/peer-collections 6.0.10 → 6.0.11
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/peer-collections",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.11",
|
4
4
|
"description": "Stores values against a peer id",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-collections#readme",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"dependencies": {
|
57
57
|
"@libp2p/interface": "^2.2.0",
|
58
58
|
"@libp2p/peer-id": "^5.0.7",
|
59
|
-
"@libp2p/utils": "^6.
|
59
|
+
"@libp2p/utils": "^6.2.0",
|
60
60
|
"multiformats": "^13.2.2"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|