|
1 | 1 | {
|
2 | 2 | "name": "libp2p-tcp",
|
3 |
| - "version": "0.14.3", |
| 3 | + "version": "0.14.4", |
4 | 4 | "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
5 | 5 | "leadMaintainer": "Jacob Heun <[email protected]>",
|
6 | 6 | "main": "src/index.js",
|
|
52 | 52 | "stream-to-it": "^0.2.0"
|
53 | 53 | },
|
54 | 54 | "contributors": [
|
55 |
| - |
56 |
| - |
57 | 55 |
|
| 56 | + |
| 57 | + "Stephen Whitmore <[email protected]>", |
| 58 | + "Friedel Ziegelmayer <[email protected]>", |
| 59 | + "Vasco Santos <[email protected]>", |
| 60 | + "Richard Littauer <[email protected]>", |
| 61 | + |
| 62 | + |
| 63 | + "Pedro Teixeira <[email protected]>", |
| 64 | + "Prashanth Chandra <[email protected]>", |
| 65 | + "João Antunes <[email protected]>", |
| 66 | + "Alex Potsides <[email protected]>", |
58 | 67 | "Diogo Silva <[email protected]>",
|
59 | 68 | "Dmitriy Ryajov <[email protected]>",
|
60 | 69 |
|
61 | 70 | "Evan Schwartz <[email protected]>",
|
62 |
| - "Friedel Ziegelmayer <[email protected]>", |
63 |
| - "Greenkeeper <[email protected]>", |
64 |
| - |
65 |
| - |
66 |
| - "João Antunes <[email protected]>", |
67 |
| - "Linus Unnebäck <[email protected]>", |
68 |
| - "Pedro Teixeira <[email protected]>", |
69 |
| - "Prashanth Chandra <[email protected]>", |
70 |
| - "Richard Littauer <[email protected]>", |
71 |
| - "Stephen Whitmore <[email protected]>", |
72 |
| - |
73 |
| - "Vasco Santos <[email protected]>" |
| 71 | + "Linus Unnebäck <[email protected]>" |
74 | 72 | ]
|
75 | 73 | }
|
0 commit comments