@libp2p/peer-record 7.0.14 → 7.0.15-3d7a9da17
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 +2 -2
- package/package.json +6 -6
- package/dist/typedoc-urls.json +0 -6
package/README.md
CHANGED
|
@@ -168,8 +168,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
|
168
168
|
|
|
169
169
|
Licensed under either of
|
|
170
170
|
|
|
171
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
172
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
171
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
172
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
173
173
|
|
|
174
174
|
# Contribution
|
|
175
175
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/peer-record",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.15-3d7a9da17",
|
|
4
4
|
"description": "Used to transfer signed peer data across the network",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-record#readme",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"test:electron-main": "aegir test -t electron-main"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@libp2p/crypto": "
|
|
65
|
-
"@libp2p/interface": "
|
|
66
|
-
"@libp2p/peer-id": "
|
|
67
|
-
"@libp2p/utils": "
|
|
64
|
+
"@libp2p/crypto": "4.1.0-3d7a9da17",
|
|
65
|
+
"@libp2p/interface": "1.3.0-3d7a9da17",
|
|
66
|
+
"@libp2p/peer-id": "4.1.0-3d7a9da17",
|
|
67
|
+
"@libp2p/utils": "5.3.2-3d7a9da17",
|
|
68
68
|
"@multiformats/multiaddr": "^12.2.1",
|
|
69
69
|
"protons-runtime": "^5.4.0",
|
|
70
70
|
"uint8-varint": "^2.0.4",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"uint8arrays": "^5.0.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@libp2p/peer-id-factory": "
|
|
75
|
+
"@libp2p/peer-id-factory": "4.1.0-3d7a9da17",
|
|
76
76
|
"aegir": "^42.2.5",
|
|
77
77
|
"protons": "^7.5.0"
|
|
78
78
|
},
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"PeerRecord": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_record.PeerRecord.html",
|
|
3
|
-
"RecordEnvelope": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_record.RecordEnvelope.html",
|
|
4
|
-
"PeerRecordInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer_record.PeerRecordInit.html",
|
|
5
|
-
"RecordEnvelopeInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer_record.RecordEnvelopeInit.html"
|
|
6
|
-
}
|