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

Commit

Permalink
feat: update client
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 28, 2022
1 parent 53520ca commit f2156aa
Show file tree
Hide file tree
Showing 18 changed files with 731 additions and 6,044 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,37 @@
"scripts": {
"pretest": "npm run prettier && npm run typecheck",
"test": "echo 'no tests exist'",
"typecheck": "tsc --noEmit",
"typecheck": "tsc",
"prettier": "prettier --ignore-unknown --ignore-path .gitignore --check ./src",
"prettier:fix": "prettier --ignore-unknown --write --ignore-path .gitignore .",
"test:coverage": "vitest run --coverage",
"test:dev": "vitest"
},
"dependencies": {
"@ucanto/interface": "^1.0.0",
"@ipld/car": "4.1.6",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-json": "^9.0.1",
"@ipld/dag-pb": "^3.0.0",
"@ipld/unixfs": "^1.1.0-dev",
"@ucanto/interface": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@ucanto/server": "^1.0.2",
"@ucanto/transport": "^1.0.1",
"@ucanto/core": "^1.0.1",
"uint8arrays": "^3.1.0",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-json": "^8.0.11",
"@ipld/dag-pb": "^2.1.18",
"@ucanto/principal": "^1.0.1",
"@web-std/stream": "^1.0.1",
"@web3-storage/w3up-client": "^3.0.4",
"multiformats": "^9.9.0",
"@ipld/car": "^4.1.6",
"@web3-storage/w3up-client": "^3.1.0",
"archy": "^1.0.0",
"cli-table": "^0.3.11",
"conf": "^10.2.0",
"dotenv": "^16.0.1",
"inquirer": "^9.1.0",
"multiformats": "^9.9.0",
"open": "^8.4.0",
"ora": "^6.1.2",
"stream-to-it": "^0.2.4",
"uint8arrays": "^4.0.2",
"uuid": "^8.3.2",
"web-streams-polyfill": "^3.2.1",
"yargs": "^17.5.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f2156aa

Please sign in to comment.