@libp2p/peer-collections 7.0.13-82c3c9ea8 → 7.0.13-dd251c5e7
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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ Loading this module through a script tag will make its exports available as `Lib
|
|
|
145
145
|
|
|
146
146
|
# API Docs
|
|
147
147
|
|
|
148
|
-
- <https://libp2p.github.io/js-libp2p/modules/
|
|
148
|
+
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_peer-collections.html>
|
|
149
149
|
|
|
150
150
|
# License
|
|
151
151
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/peer-collections",
|
|
3
|
-
"version": "7.0.13-
|
|
3
|
+
"version": "7.0.13-dd251c5e7",
|
|
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",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"test:electron-main": "aegir test -t electron-main"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@libp2p/interface": "3.1.0-
|
|
51
|
-
"@libp2p/peer-id": "6.0.4-
|
|
52
|
-
"@libp2p/utils": "7.0.13-
|
|
50
|
+
"@libp2p/interface": "3.1.0-dd251c5e7",
|
|
51
|
+
"@libp2p/peer-id": "6.0.4-dd251c5e7",
|
|
52
|
+
"@libp2p/utils": "7.0.13-dd251c5e7",
|
|
53
53
|
"multiformats": "^13.4.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@libp2p/crypto": "5.1.13-
|
|
56
|
+
"@libp2p/crypto": "5.1.13-dd251c5e7",
|
|
57
57
|
"@types/sinon": "^20.0.0",
|
|
58
58
|
"aegir": "^47.0.22",
|
|
59
59
|
"sinon": "^21.0.0",
|