Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit f2156aa

Browse files
committed
feat: update client
1 parent 53520ca commit f2156aa

File tree

18 files changed

+731
-6044
lines changed

18 files changed

+731
-6044
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,37 @@
1818
"scripts": {
1919
"pretest": "npm run prettier && npm run typecheck",
2020
"test": "echo 'no tests exist'",
21-
"typecheck": "tsc --noEmit",
21+
"typecheck": "tsc",
2222
"prettier": "prettier --ignore-unknown --ignore-path .gitignore --check ./src",
2323
"prettier:fix": "prettier --ignore-unknown --write --ignore-path .gitignore .",
2424
"test:coverage": "vitest run --coverage",
2525
"test:dev": "vitest"
2626
},
2727
"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",
2932
"@ipld/unixfs": "^1.1.0-dev",
33+
"@ucanto/interface": "^1.0.0",
34+
"@ucanto/principal": "^1.0.1",
3035
"@ucanto/server": "^1.0.2",
3136
"@ucanto/transport": "^1.0.1",
3237
"@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",
3838
"@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",
4240
"archy": "^1.0.0",
4341
"cli-table": "^0.3.11",
4442
"conf": "^10.2.0",
4543
"dotenv": "^16.0.1",
4644
"inquirer": "^9.1.0",
45+
"multiformats": "^9.9.0",
4746
"open": "^8.4.0",
4847
"ora": "^6.1.2",
4948
"stream-to-it": "^0.2.4",
49+
"uint8arrays": "^4.0.2",
5050
"uuid": "^8.3.2",
51+
"web-streams-polyfill": "^3.2.1",
5152
"yargs": "^17.5.1"
5253
},
5354
"devDependencies": {

0 commit comments

Comments
 (0)