|
18 | 18 | "scripts": { |
19 | 19 | "pretest": "npm run prettier && npm run typecheck", |
20 | 20 | "test": "echo 'no tests exist'", |
21 | | - "typecheck": "tsc --noEmit", |
| 21 | + "typecheck": "tsc", |
22 | 22 | "prettier": "prettier --ignore-unknown --ignore-path .gitignore --check ./src", |
23 | 23 | "prettier:fix": "prettier --ignore-unknown --write --ignore-path .gitignore .", |
24 | 24 | "test:coverage": "vitest run --coverage", |
25 | 25 | "test:dev": "vitest" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@ucanto/interface": "^1.0.0", |
| 28 | + "@ipld/car": "4.1.6", |
| 29 | + "@ipld/dag-cbor": "^8.0.0", |
| 30 | + "@ipld/dag-json": "^9.0.1", |
| 31 | + "@ipld/dag-pb": "^3.0.0", |
29 | 32 | "@ipld/unixfs": "^1.1.0-dev", |
| 33 | + "@ucanto/interface": "^1.0.0", |
| 34 | + "@ucanto/principal": "^1.0.1", |
30 | 35 | "@ucanto/server": "^1.0.2", |
31 | 36 | "@ucanto/transport": "^1.0.1", |
32 | 37 | "@ucanto/core": "^1.0.1", |
33 | | - "uint8arrays": "^3.1.0", |
34 | | - "@ipld/dag-cbor": "^8.0.0", |
35 | | - "@ipld/dag-json": "^8.0.11", |
36 | | - "@ipld/dag-pb": "^2.1.18", |
37 | | - "@ucanto/principal": "^1.0.1", |
38 | 38 | "@web-std/stream": "^1.0.1", |
39 | | - "@web3-storage/w3up-client": "^3.0.4", |
40 | | - "multiformats": "^9.9.0", |
41 | | - "@ipld/car": "^4.1.6", |
| 39 | + "@web3-storage/w3up-client": "^3.1.0", |
42 | 40 | "archy": "^1.0.0", |
43 | 41 | "cli-table": "^0.3.11", |
44 | 42 | "conf": "^10.2.0", |
45 | 43 | "dotenv": "^16.0.1", |
46 | 44 | "inquirer": "^9.1.0", |
| 45 | + "multiformats": "^9.9.0", |
47 | 46 | "open": "^8.4.0", |
48 | 47 | "ora": "^6.1.2", |
49 | 48 | "stream-to-it": "^0.2.4", |
| 49 | + "uint8arrays": "^4.0.2", |
50 | 50 | "uuid": "^8.3.2", |
| 51 | + "web-streams-polyfill": "^3.2.1", |
51 | 52 | "yargs": "^17.5.1" |
52 | 53 | }, |
53 | 54 | "devDependencies": { |
|
0 commit comments