@libp2p/perf 3.1.5-df330695a → 3.1.5-e1ca9cced

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -51,7 +51,7 @@ async function createNode (): Promise<Libp2p<{ perf: Perf }>> {
51
51
  transports: [
52
52
  tcp()
53
53
  ],
54
- connectionEncryption: [
54
+ connectionEncrypters: [
55
55
  noise(), plaintext()
56
56
  ],
57
57
  streamMuxers: [
@@ -28,7 +28,7 @@
28
28
  * transports: [
29
29
  * tcp()
30
30
  * ],
31
- * connectionEncryption: [
31
+ * connectionEncrypters: [
32
32
  * noise(), plaintext()
33
33
  * ],
34
34
  * streamMuxers: [
package/dist/src/index.js CHANGED
@@ -28,7 +28,7 @@
28
28
  * transports: [
29
29
  * tcp()
30
30
  * ],
31
- * connectionEncryption: [
31
+ * connectionEncrypters: [
32
32
  * noise(), plaintext()
33
33
  * ],
34
34
  * streamMuxers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/perf",
3
- "version": "3.1.5-df330695a",
3
+ "version": "3.1.5-e1ca9cced",
4
4
  "description": "Implementation of Perf Protocol",
5
5
  "author": "@maschad / @marcopolo",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -52,14 +52,14 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "1.7.0-df330695a",
56
- "@libp2p/interface-internal": "1.3.4-df330695a",
55
+ "@libp2p/interface": "1.7.0-e1ca9cced",
56
+ "@libp2p/interface-internal": "1.3.4-e1ca9cced",
57
57
  "@multiformats/multiaddr": "^12.2.3",
58
58
  "it-pushable": "^3.2.3"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/interface-compliance-tests": "5.4.12-df330695a",
62
- "@libp2p/logger": "4.0.20-df330695a",
61
+ "@libp2p/interface-compliance-tests": "5.4.12-e1ca9cced",
62
+ "@libp2p/logger": "4.0.20-e1ca9cced",
63
63
  "aegir": "^44.0.1",
64
64
  "it-last": "^3.0.6",
65
65
  "it-pair": "^2.0.6",
package/src/index.ts CHANGED
@@ -28,7 +28,7 @@
28
28
  * transports: [
29
29
  * tcp()
30
30
  * ],
31
- * connectionEncryption: [
31
+ * connectionEncrypters: [
32
32
  * noise(), plaintext()
33
33
  * ],
34
34
  * streamMuxers: [