@libp2p/identify 2.0.0 → 2.0.1-3c73707ff
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 +8 -8
- package/dist/typedoc-urls.json +0 -18
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ A second function, `identifyPush` is also exported to add support for [identify/
|
|
|
32
32
|
|
|
33
33
|
This protocol will send updates to all connected peers when the multiaddrs or protocols of the current node change.
|
|
34
34
|
|
|
35
|
-
>
|
|
35
|
+
> [!TIP]
|
|
36
36
|
> For maximum network compatibility you should configure both protocols
|
|
37
37
|
|
|
38
38
|
## Example - Enabling identify
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/identify",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1-3c73707ff",
|
|
4
4
|
"description": "Implementation of the Identify Protocol",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-identify#readme",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"doc-check": "aegir doc-check"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@libp2p/interface": "
|
|
56
|
-
"@libp2p/interface-internal": "
|
|
57
|
-
"@libp2p/peer-id": "
|
|
58
|
-
"@libp2p/peer-record": "
|
|
55
|
+
"@libp2p/interface": "1.3.1-3c73707ff",
|
|
56
|
+
"@libp2p/interface-internal": "1.2.1-3c73707ff",
|
|
57
|
+
"@libp2p/peer-id": "4.1.1-3c73707ff",
|
|
58
|
+
"@libp2p/peer-record": "7.0.17-3c73707ff",
|
|
59
59
|
"@multiformats/multiaddr": "^12.2.1",
|
|
60
60
|
"@multiformats/multiaddr-matcher": "^1.2.0",
|
|
61
61
|
"it-drain": "^3.0.7",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"wherearewe": "^2.0.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@libp2p/interface-compliance-tests": "
|
|
71
|
-
"@libp2p/logger": "
|
|
72
|
-
"@libp2p/peer-id-factory": "
|
|
70
|
+
"@libp2p/interface-compliance-tests": "5.4.4-3c73707ff",
|
|
71
|
+
"@libp2p/logger": "4.0.12-3c73707ff",
|
|
72
|
+
"@libp2p/peer-id-factory": "4.1.1-3c73707ff",
|
|
73
73
|
"aegir": "^42.2.5",
|
|
74
74
|
"delay": "^6.0.0",
|
|
75
75
|
"it-length-prefixed": "^9.0.4",
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Identify": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.Identify.html",
|
|
3
|
-
".:Identify": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.Identify.html",
|
|
4
|
-
"IdentifyComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyComponents.html",
|
|
5
|
-
".:IdentifyComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyComponents.html",
|
|
6
|
-
"IdentifyInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyInit.html",
|
|
7
|
-
".:IdentifyInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyInit.html",
|
|
8
|
-
"IdentifyPush": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPush.html",
|
|
9
|
-
".:IdentifyPush": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPush.html",
|
|
10
|
-
"IdentifyPushComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushComponents.html",
|
|
11
|
-
".:IdentifyPushComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushComponents.html",
|
|
12
|
-
"IdentifyPushInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushInit.html",
|
|
13
|
-
".:IdentifyPushInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_identify.IdentifyPushInit.html",
|
|
14
|
-
"identify": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identify-1.html",
|
|
15
|
-
".:identify": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identify-1.html",
|
|
16
|
-
"identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush-1.html",
|
|
17
|
-
".:identifyPush": "https://libp2p.github.io/js-libp2p/functions/_libp2p_identify.identifyPush-1.html"
|
|
18
|
-
}
|