|
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" |
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" |
42 | 41 | }, |
43 | 42 | "dependencies": { |
44 | | - "bl": "^4.0.0", |
| 43 | + "bl": "^4.1.0", |
45 | 44 | "cids": "^1.1.5", |
46 | | - "err-code": "^3.0.0", |
| 45 | + "err-code": "^3.0.1", |
47 | 46 | "hamt-sharding": "^2.0.0", |
48 | 47 | "ipfs-unixfs": "^3.0.0", |
49 | 48 | "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" |
| 49 | + "it-all": "^1.0.5", |
| 50 | + "it-batch": "^1.0.8", |
| 51 | + "it-first": "^1.0.6", |
| 52 | + "it-parallel-batch": "^1.0.9", |
| 53 | + "merge-options": "^3.0.4", |
| 54 | + "multihashing-async": "^2.1.0", |
| 55 | + "rabin-wasm": "^0.1.4", |
| 56 | + "uint8arrays": "^2.1.2" |
58 | 57 | }, |
59 | 58 | "types": "dist/src/index.d.ts", |
60 | 59 | "files": [ |
|
0 commit comments