@libp2p/identify 3.0.6-d9c7e0f7e → 3.0.7
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/dist/typedoc-urls.json +18 -0
- package/package.json +9 -9
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/identify",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
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,12 +52,12 @@
|
|
|
52
52
|
"doc-check": "aegir doc-check"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@libp2p/crypto": "5.0.4
|
|
56
|
-
"@libp2p/interface": "2.1.2
|
|
57
|
-
"@libp2p/interface-internal": "2.0.
|
|
58
|
-
"@libp2p/peer-id": "5.0.4
|
|
59
|
-
"@libp2p/peer-record": "8.0.
|
|
60
|
-
"@libp2p/utils": "6.0
|
|
55
|
+
"@libp2p/crypto": "^5.0.4",
|
|
56
|
+
"@libp2p/interface": "^2.1.2",
|
|
57
|
+
"@libp2p/interface-internal": "^2.0.7",
|
|
58
|
+
"@libp2p/peer-id": "^5.0.4",
|
|
59
|
+
"@libp2p/peer-record": "^8.0.7",
|
|
60
|
+
"@libp2p/utils": "^6.1.0",
|
|
61
61
|
"@multiformats/multiaddr": "^12.2.3",
|
|
62
62
|
"@multiformats/multiaddr-matcher": "^1.2.1",
|
|
63
63
|
"it-drain": "^3.0.7",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"wherearewe": "^2.0.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@libp2p/interface-compliance-tests": "6.1.
|
|
73
|
-
"@libp2p/logger": "5.1.0
|
|
72
|
+
"@libp2p/interface-compliance-tests": "^6.1.5",
|
|
73
|
+
"@libp2p/logger": "^5.1.0",
|
|
74
74
|
"aegir": "^44.0.1",
|
|
75
75
|
"delay": "^6.0.0",
|
|
76
76
|
"it-length-prefixed": "^9.0.4",
|