|
10 | 10 | "scripts": {
|
11 | 11 | "prepare": "aegir build --no-bundle",
|
12 | 12 | "test": "aegir test",
|
13 |
| - "clean": "rm -rf ./dist", |
| 13 | + "clean": "rimraf ./dist", |
14 | 14 | "lint": "aegir lint",
|
15 | 15 | "coverage": "nyc -s npm run test -t node && nyc report --reporter=html",
|
16 |
| - "depcheck": "aegir dep-check -i @types/mocha -i nyc" |
| 16 | + "depcheck": "aegir dep-check -i @types/mocha -i nyc -i rimraf" |
17 | 17 | },
|
18 | 18 | "repository": {
|
19 | 19 | "type": "git",
|
|
32 | 32 | },
|
33 | 33 | "homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/mocha": "^8.2.0", |
| 35 | + "@types/mocha": "^8.2.1", |
36 | 36 | "aegir": "^30.3.0",
|
37 | 37 | "ipld": "^0.28.0",
|
38 | 38 | "ipld-in-memory": "^7.0.0",
|
39 | 39 | "it-buffer-stream": "^2.0.0",
|
40 |
| - "multicodec": "^2.0.0", |
41 |
| - "nyc": "^15.0.0" |
| 40 | + "multicodec": "^2.1.0", |
| 41 | + "nyc": "^15.0.0", |
| 42 | + "rimraf": "^3.0.2" |
42 | 43 | },
|
43 | 44 | "dependencies": {
|
44 |
| - "bl": "^4.0.0", |
| 45 | + "bl": "^4.1.0", |
45 | 46 | "cids": "^1.1.5",
|
46 |
| - "err-code": "^3.0.0", |
| 47 | + "err-code": "^3.0.1", |
47 | 48 | "hamt-sharding": "^2.0.0",
|
48 | 49 | "ipfs-unixfs": "^3.0.0",
|
49 | 50 | "ipld-dag-pb": "^0.21.0",
|
50 |
| - "it-all": "^1.0.1", |
51 |
| - "it-batch": "^1.0.3", |
52 |
| - "it-first": "^1.0.1", |
53 |
| - "it-parallel-batch": "^1.0.3", |
54 |
| - "merge-options": "^3.0.3", |
55 |
| - "multihashing-async": "^2.0.0", |
56 |
| - "rabin-wasm": "^0.1.1", |
57 |
| - "uint8arrays": "^2.0.5" |
| 51 | + "it-all": "^1.0.5", |
| 52 | + "it-batch": "^1.0.8", |
| 53 | + "it-first": "^1.0.6", |
| 54 | + "it-parallel-batch": "^1.0.9", |
| 55 | + "merge-options": "^3.0.4", |
| 56 | + "multihashing-async": "^2.1.0", |
| 57 | + "rabin-wasm": "^0.1.4", |
| 58 | + "uint8arrays": "^2.1.2" |
58 | 59 | },
|
59 | 60 | "types": "dist/src/index.d.ts",
|
60 | 61 | "files": [
|
|
0 commit comments