@libp2p/tls 3.1.3 → 3.1.4-d4dad9bf5
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/package.json +9 -9
- package/dist/typedoc-urls.json +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/tls",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4-d4dad9bf5",
|
|
4
4
|
"description": "A connection encrypter that uses TLS 1.3",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-tls#readme",
|
|
@@ -63,25 +63,25 @@
|
|
|
63
63
|
"doc-check": "aegir doc-check"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@libp2p/crypto": "
|
|
67
|
-
"@libp2p/interface": "
|
|
68
|
-
"@libp2p/peer-id": "
|
|
69
|
-
"@libp2p/utils": "
|
|
66
|
+
"@libp2p/crypto": "5.1.20-d4dad9bf5",
|
|
67
|
+
"@libp2p/interface": "3.2.4-d4dad9bf5",
|
|
68
|
+
"@libp2p/peer-id": "6.0.11-d4dad9bf5",
|
|
69
|
+
"@libp2p/utils": "7.2.3-d4dad9bf5",
|
|
70
70
|
"@peculiar/asn1-schema": "^2.4.0",
|
|
71
71
|
"@peculiar/asn1-x509": "^2.4.0",
|
|
72
72
|
"@peculiar/webcrypto": "^1.5.0",
|
|
73
73
|
"@peculiar/x509": "^2.0.0",
|
|
74
74
|
"asn1js": "^3.0.6",
|
|
75
75
|
"p-event": "^7.0.0",
|
|
76
|
-
"protons-runtime": "^
|
|
76
|
+
"protons-runtime": "^7.0.0",
|
|
77
77
|
"reflect-metadata": "^0.2.2",
|
|
78
|
-
"uint8arraylist": "^
|
|
78
|
+
"uint8arraylist": "^3.0.2",
|
|
79
79
|
"uint8arrays": "^6.1.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@libp2p/logger": "
|
|
82
|
+
"@libp2p/logger": "6.2.9-d4dad9bf5",
|
|
83
83
|
"aegir": "^48.0.11",
|
|
84
|
-
"protons": "^
|
|
84
|
+
"protons": "^9.0.1",
|
|
85
85
|
"sinon": "^21.0.0",
|
|
86
86
|
"sinon-ts": "^2.0.0"
|
|
87
87
|
},
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"TLSComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tls.index.TLSComponents.html",
|
|
3
|
-
".:TLSComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tls.index.TLSComponents.html",
|
|
4
|
-
"PROTOCOL": "https://libp2p.github.io/js-libp2p/variables/_libp2p_tls.index.PROTOCOL.html",
|
|
5
|
-
".:PROTOCOL": "https://libp2p.github.io/js-libp2p/variables/_libp2p_tls.index.PROTOCOL.html",
|
|
6
|
-
"tls": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.index.tls.html",
|
|
7
|
-
".:tls": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.index.tls.html",
|
|
8
|
-
"encodeSignatureData": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.encodeSignatureData.html",
|
|
9
|
-
"./utils:encodeSignatureData": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.encodeSignatureData.html",
|
|
10
|
-
"generateCertificate": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.generateCertificate.html",
|
|
11
|
-
"./utils:generateCertificate": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.generateCertificate.html",
|
|
12
|
-
"toMessageStream": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.toMessageStream.html",
|
|
13
|
-
"./utils:toMessageStream": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.toMessageStream.html",
|
|
14
|
-
"toNodeDuplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.toNodeDuplex.html",
|
|
15
|
-
"./utils:toNodeDuplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.toNodeDuplex.html",
|
|
16
|
-
"verifyPeerCertificate": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.verifyPeerCertificate.html",
|
|
17
|
-
"./utils:verifyPeerCertificate": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tls.utils.verifyPeerCertificate.html"
|
|
18
|
-
}
|