Skip to content

Commit

Permalink
feat: Use client v16.0.0 and the Blob protocol (storacha#634)
Browse files Browse the repository at this point in the history
Upgrades `@web3-storage/upload-client` and `@web3-storage/access` to the
latest versions. Causes downstream application to use the Blob protocol
transparently, without affecting the API it presents.

Supersedes storacha#633, an older version of the same upgrade.
  • Loading branch information
Peeja authored Aug 30, 2024
1 parent 39666c7 commit 3e6d07d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 30 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/access": "^18.4.0",
"@web3-storage/access": "^20.0.1",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/w3up-client": "13.1.0"
"@web3-storage/w3up-client": "16.0.0"
},
"eslintConfig": {
"extends": [
Expand Down
88 changes: 60 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e6d07d

Please sign in to comment.