|
1 | 1 | { |
2 | 2 | "name": "interface-ipfs-core", |
3 | | - "version": "0.109.1", |
| 3 | + "version": "0.116.0", |
4 | 4 | "description": "A test suite and interface you can use to implement a IPFS core interface.", |
5 | 5 | "leadMaintainer": "Alan Shaw <[email protected]>", |
6 | 6 | "main": "src/index.js", |
|
39 | 39 | "async": "^2.6.2", |
40 | 40 | "bl": "^3.0.0", |
41 | 41 | "bs58": "^4.0.1", |
| 42 | + "callbackify": "^1.1.0", |
42 | 43 | "chai": "^4.2.0", |
| 44 | + "chai-as-promised": "^7.1.1", |
43 | 45 | "cids": "~0.7.1", |
44 | 46 | "concat-stream": "^2.0.0", |
| 47 | + "delay": "^4.3.0", |
45 | 48 | "dirty-chai": "^2.0.1", |
46 | 49 | "es6-promisify": "^6.0.1", |
47 | 50 | "hat": "0.0.3", |
48 | | - "into-stream": "^5.1.0", |
49 | 51 | "ipfs-block": "~0.8.0", |
50 | 52 | "ipfs-unixfs": "~0.1.16", |
51 | | - "ipfs-utils": "~0.0.3", |
| 53 | + "ipfs-utils": "~0.4.0", |
52 | 54 | "ipld-dag-cbor": "~0.15.0", |
53 | | - "ipld-dag-pb": "~0.17.3", |
| 55 | + "ipld-dag-pb": "^0.18.1", |
54 | 56 | "is-ipfs": "~0.6.1", |
55 | 57 | "is-plain-object": "^3.0.0", |
| 58 | + "it-pushable": "^1.2.1", |
56 | 59 | "libp2p-crypto": "~0.16.0", |
57 | 60 | "multiaddr": "^6.0.0", |
58 | 61 | "multibase": "~0.6.0", |
|
63 | 66 | "pull-stream": "^3.6.11", |
64 | 67 | "pump": "^3.0.0", |
65 | 68 | "readable-stream": "^3.1.1", |
| 69 | + "streaming-iterables": "^4.1.0", |
66 | 70 | "through2": "^3.0.0" |
67 | 71 | }, |
68 | 72 | "devDependencies": { |
|
71 | 75 | "contributors": [ |
72 | 76 | |
73 | 77 | |
74 | | - "Alex Potsides <[email protected]>", |
75 | 78 | |
76 | 79 | "Dan Ordille <[email protected]>", |
77 | 80 | "Dan Shields <[email protected]>", |
|
87 | 90 | |
88 | 91 | "Jacob Karlsson <[email protected]>", |
89 | 92 | "Jason Papakostas <[email protected]>", |
| 93 | + |
90 | 94 | "Joel Gustafson <[email protected]>", |
91 | 95 | |
92 | 96 | "Kevin Simper <[email protected]>", |
|
114 | 118 | "Thiago Delgado <[email protected]>", |
115 | 119 | "Travis Person <[email protected]>", |
116 | 120 | "Travis Person <[email protected]>", |
117 | | - "Vasco Santos <[email protected]>", |
118 | 121 | "Vasco Santos <[email protected]>", |
| 122 | + "Vasco Santos <[email protected]>", |
119 | 123 | "Volker Mische <[email protected]>", |
120 | 124 | "Vutsal Singhal <[email protected]>", |
| 125 | + "achingbrain <[email protected]>", |
121 | 126 | |
122 | 127 | "greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>", |
123 | 128 | "greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", |
|
0 commit comments