Skip to content

Commit 5194dd2

Browse files
authored
fix(createSpace): using the latest w3ui with w3up-client (#176)
### Changes - Note: `w3ui` no longer relies on `@storacha/client` - Updated the `w3ui/react` library to include `web3-storage/w3up-client` version `17.1.2`, which supports `blob.get` and `store.get` capabilities. - Upgraded outdated web3-storage libraries to their latest versions. - The fetch claim call now uses the `shard.multihash` - Tested: file upload, space sharing, and space creation.
1 parent 64dc68d commit 5194dd2

File tree

3 files changed

+92
-340
lines changed

3 files changed

+92
-340
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@ucanto/core": "^10.0.1",
2525
"@ucanto/interface": "^10.0.1",
2626
"@ucanto/transport": "^9.1.1",
27-
"@w3ui/react": "2.5.4",
28-
"@web3-storage/access": "^19.0.0",
29-
"@web3-storage/capabilities": "^17.3.0",
30-
"@web3-storage/content-claims": "^3.2.1",
31-
"@web3-storage/data-segment": "^5.0.0",
27+
"@w3ui/react": "2.5.5",
28+
"@web3-storage/access": "^20.1.1",
29+
"@web3-storage/capabilities": "^18.0.1",
30+
"@web3-storage/content-claims": "^5.1.3",
31+
"@web3-storage/data-segment": "^5.3.0",
3232
"@web3-storage/did-mailto": "^2.1.0",
33-
"@web3-storage/w3up-client": "13.1.1",
33+
"@web3-storage/w3up-client": "17.1.2",
3434
"archy": "^1.0.0",
3535
"ariakit-utils": "0.17.0-next.27",
3636
"blueimp-md5": "^2.19.0",

0 commit comments

Comments
 (0)