|
1 | 1 | {
|
2 | 2 | "name": "libp2p-gossipsub",
|
3 |
| - "version": "0.2.6", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "A javascript implementation of gossipsub",
|
5 | 5 | "leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
|
6 | 6 | "main": "src/index.js",
|
|
34 | 34 | "lint"
|
35 | 35 | ],
|
36 | 36 | "dependencies": {
|
| 37 | + "buffer": "^5.6.0", |
37 | 38 | "debug": "^4.1.1",
|
38 | 39 | "err-code": "^2.0.0",
|
39 | 40 | "it-length-prefixed": "^3.0.0",
|
40 | 41 | "it-pipe": "^1.0.1",
|
41 | 42 | "libp2p-pubsub": "^0.5.0",
|
42 |
| - "p-map": "^3.0.0", |
| 43 | + "p-map": "^4.0.0", |
43 | 44 | "peer-id": "~0.13.3",
|
44 | 45 | "protons": "^1.0.1",
|
45 | 46 | "time-cache": "^0.3.0"
|
46 | 47 | },
|
47 | 48 | "devDependencies": {
|
48 | 49 | "@types/chai": "^4.2.3",
|
49 |
| - "@types/mocha": "^5.2.7", |
50 |
| - "aegir": "^20.5.0", |
| 50 | + "@types/mocha": "^7.0.2", |
| 51 | + "aegir": "^21.9.0", |
51 | 52 | "benchmark": "^2.1.4",
|
52 | 53 | "chai": "^4.2.0",
|
53 | 54 | "chai-spies": "^1.0.0",
|
|
56 | 57 | "it-pair": "^1.0.0",
|
57 | 58 | "libp2p-floodsub": "^0.21.0",
|
58 | 59 | "lodash": "^4.17.15",
|
59 |
| - "mocha": "^6.2.1", |
| 60 | + "mocha": "^7.1.1", |
60 | 61 | "p-times": "^2.1.0",
|
61 | 62 | "p-wait-for": "^3.1.0",
|
62 | 63 | "promisify-es6": "^1.0.3",
|
63 |
| - "sinon": "^7.5.0" |
| 64 | + "sinon": "^9.0.2" |
64 | 65 | },
|
65 | 66 | "contributors": [
|
66 |
| - "Alan Shaw <alan.shaw@protocol.ai>", |
67 |
| - "Alex Potsides <alex@achingbrain.net>", |
68 | 67 | "Cayman <caymannava@gmail.com>",
|
69 |
| - "ChainSafe <aidan@chainsafe.io>", |
70 |
| - "ChainSafe <superadmin@chainsafe.io>", |
71 |
| - "Gregory Markou <16929357+GregTheGreek@users.noreply.github.com>", |
72 |
| - "Gregory Markou <gregorymarkou@gmail.com>", |
73 |
| - "Jacob Heun <jacobheun@gmail.com>", |
74 |
| - "Marin Petrunić <marin.petrunic@gmail.com>", |
75 | 68 | "Mikerah <mikerahqc@protonmail.com>",
|
76 |
| - "Mikerah <mikerah14@gmail.com>", |
77 |
| - "Tuyen <tuyen@wetrust.io>", |
78 | 69 | "Vasco Santos <vasco.santos@moxy.studio>",
|
79 |
| - "Vasco Santos <vasco.santos@ua.pt>" |
| 70 | + "Alan Shaw <alan.shaw@protocol.ai>", |
| 71 | + "Tuyen <tuyen@wetrust.io>", |
| 72 | + "achingbrain <alex@achingbrain.net>", |
| 73 | + "Jacob Heun <jacobheun@gmail.com>", |
| 74 | + "ChainSafe <aidan@chainsafe.io>", |
| 75 | + "Marin Petrunić <marin.petrunic@gmail.com>", |
| 76 | + "Hugo Dias <hugomrdias@gmail.com>" |
80 | 77 | ]
|
81 | 78 | }
|
0 commit comments