|
41 | 41 | "lint": "aegir lint",
|
42 | 42 | "coverage": "npx nyc -r html npm run test:node -- --bail",
|
43 | 43 | "clean": "rimraf ./dist",
|
44 |
| - "dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller -i ipld" |
| 44 | + "dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller" |
45 | 45 | },
|
46 | 46 | "dependencies": {
|
| 47 | + "@ipld/dag-cbor": "^6.0.5", |
| 48 | + "@ipld/dag-pb": "^2.1.3", |
47 | 49 | "abort-controller": "^3.0.0",
|
48 | 50 | "any-signal": "^2.1.2",
|
49 |
| - "cids": "^1.1.6", |
| 51 | + "err-code": "^3.0.1", |
50 | 52 | "debug": "^4.1.1",
|
51 | 53 | "form-data": "^4.0.0",
|
52 | 54 | "ipfs-core-types": "^0.5.2",
|
53 | 55 | "ipfs-core-utils": "^0.8.3",
|
54 |
| - "ipfs-unixfs": "^4.0.3", |
55 |
| - "ipfs-utils": "^8.1.2", |
56 |
| - "ipld-block": "^0.11.0", |
57 |
| - "ipld-dag-cbor": "^1.0.0", |
58 |
| - "ipld-dag-pb": "^0.22.1", |
59 |
| - "ipld-raw": "^7.0.0", |
| 56 | + "ipfs-utils": "^8.1.4", |
| 57 | + "it-first": "^1.0.6", |
60 | 58 | "it-last": "^1.0.4",
|
61 | 59 | "it-map": "^1.0.4",
|
62 | 60 | "it-tar": "^3.0.0",
|
63 | 61 | "it-to-stream": "^1.0.0",
|
64 | 62 | "merge-options": "^3.0.4",
|
65 |
| - "multiaddr": "^9.0.1", |
66 |
| - "multibase": "^4.0.2", |
67 |
| - "multicodec": "^3.0.1", |
68 |
| - "multihashes": "^4.0.2", |
| 63 | + "multiaddr": "^10.0.0", |
| 64 | + "multiformats": "^9.4.1", |
69 | 65 | "nanoid": "^3.1.12",
|
70 | 66 | "native-abort-controller": "^1.0.3",
|
71 | 67 | "parse-duration": "^1.0.0",
|
72 | 68 | "stream-to-it": "^0.2.2",
|
73 |
| - "uint8arrays": "^2.1.3" |
| 69 | + "uint8arrays": "^2.1.6" |
74 | 70 | },
|
75 | 71 | "devDependencies": {
|
76 |
| - "aegir": "^33.0.0", |
| 72 | + "aegir": "^34.0.2", |
77 | 73 | "delay": "^5.0.0",
|
78 | 74 | "go-ipfs": "0.8.0",
|
79 |
| - "ipfsd-ctl": "^8.0.1", |
| 75 | + "ipfsd-ctl": "^9.0.0", |
80 | 76 | "it-all": "^1.0.4",
|
81 | 77 | "it-concat": "^2.0.0",
|
82 | 78 | "it-first": "^1.0.4",
|
|
0 commit comments