|
43 | 43 | "test": "cross-env ECHO_SERVER_PORT=37480 aegir test",
|
44 | 44 | "test:node": "cross-env ECHO_SERVER_PORT=37481 aegir test -t node",
|
45 | 45 | "test:browser": "cross-env ECHO_SERVER_PORT=37482 aegir test -t browser",
|
| 46 | + "test:browser:http": "cross-env ECHO_SERVER_PORT=37489 aegir test -t browser -f test/http-api/index.js", |
| 47 | + "test:browser:interface:http": "cross-env ECHO_SERVER_PORT=37489 aegir test -t browser -f test/http-api/interface.js", |
46 | 48 | "test:webworker": "cross-env ECHO_SERVER_PORT=37483 aegir test -t webworker",
|
47 | 49 | "test:electron": "cross-env ECHO_SERVER_PORT=37484 aegir test -t electron-main -t electron-renderer",
|
48 | 50 | "test:electron-main": "cross-env ECHO_SERVER_PORT=37485 aegir test -t electron-main",
|
|
66 | 68 | "dependencies": {
|
67 | 69 | "@hapi/ammo": "^3.1.2",
|
68 | 70 | "@hapi/boom": "^7.4.3",
|
| 71 | + "@hapi/content": "^4.1.0", |
69 | 72 | "@hapi/hapi": "^18.4.0",
|
70 | 73 | "@hapi/joi": "^15.1.0",
|
71 | 74 | "abort-controller": "^3.0.0",
|
|
89 | 92 | "file-type": "^12.0.1",
|
90 | 93 | "fnv1a": "^1.0.1",
|
91 | 94 | "get-folder-size": "^2.0.0",
|
| 95 | + "hamt-sharding": "^1.0.0", |
92 | 96 | "hapi-pino": "^6.1.0",
|
93 | 97 | "hashlru": "^2.3.0",
|
94 | 98 | "interface-datastore": "^0.8.0",
|
|
97 | 101 | "ipfs-block-service": "^0.16.0",
|
98 | 102 | "ipfs-http-client": "^42.0.0",
|
99 | 103 | "ipfs-http-response": "^0.5.0",
|
100 |
| - "ipfs-mfs": "^1.0.0", |
101 |
| - "ipfs-multipart": "^0.3.0", |
102 | 104 | "ipfs-repo": "^0.30.1",
|
103 | 105 | "ipfs-unixfs": "^1.0.0",
|
104 | 106 | "ipfs-unixfs-exporter": "^1.0.1",
|
|
117 | 119 | "is-ipfs": "^0.6.1",
|
118 | 120 | "it-all": "^1.0.1",
|
119 | 121 | "it-concat": "^1.0.0",
|
| 122 | + "it-drain": "^1.0.0", |
120 | 123 | "it-glob": "0.0.7",
|
121 | 124 | "it-last": "^1.0.1",
|
| 125 | + "it-map": "^1.0.0", |
| 126 | + "it-multipart": "^1.0.1", |
122 | 127 | "it-pipe": "^1.1.0",
|
123 | 128 | "it-tar": "^1.2.1",
|
124 | 129 | "it-to-stream": "^0.1.1",
|
125 | 130 | "iterable-ndjson": "^1.1.0",
|
126 | 131 | "jsondiffpatch": "^0.3.11",
|
127 | 132 | "just-safe-set": "^2.1.0",
|
128 |
| - "ky": "^0.15.0", |
129 |
| - "ky-universal": "^0.3.0", |
130 | 133 | "libp2p": "^0.27.2",
|
131 | 134 | "libp2p-bootstrap": "^0.10.2",
|
132 | 135 | "libp2p-crypto": "^0.17.1",
|
|
172 | 175 | "yargs-promise": "^1.1.0"
|
173 | 176 | },
|
174 | 177 | "devDependencies": {
|
175 |
| - "aegir": "^21.3.0", |
| 178 | + "aegir": "21.3.0", |
176 | 179 | "base64url": "^3.0.1",
|
177 | 180 | "clear-module": "^4.0.0",
|
178 | 181 | "cross-env": "^7.0.0",
|
179 | 182 | "delay": "^4.3.0",
|
180 | 183 | "execa": "^3.0.0",
|
181 | 184 | "form-data": "^3.0.0",
|
182 | 185 | "go-ipfs-dep": "0.4.23-3",
|
183 |
| - "hat": "0.0.3", |
184 | 186 | "interface-ipfs-core": "^0.132.0",
|
185 | 187 | "ipfs-interop": "ipfs/interop#fix/name-pubsub",
|
186 | 188 | "ipfsd-ctl": "^3.0.0",
|
| 189 | + "iso-random-stream": "^1.1.1", |
187 | 190 | "it-first": "^1.0.1",
|
| 191 | + "nanoid": "^2.1.11", |
188 | 192 | "ncp": "^2.0.0",
|
189 | 193 | "p-event": "^4.1.0",
|
190 | 194 | "p-map": "^3.0.0",
|
|
0 commit comments