TBD54566975 / web5-wallet

A reference implementation of a web5 wallet in react native
Apache License 2.0
13 stars 10 forks source link

Update dwn-sdk-js to latest version #138

Closed amika-sq closed 1 year ago

amika-sq commented 1 year ago

Resolves https://github.com/TBD54566975/web5-wallet/issues/106

Bumped the @tbd54566975/dwn-sdk-js package to the latest 0.2.3 version. This allows us to remove the local patch, because the dwn-sdk-js now no longer exports the various level stores behind a named export.

This necessitated the update of the @web5 packages as well, as the changes to the dwn-sdk necessitated changes. They're now all pointing to alpha packages, which has the necessary changes in them. I'll make another task in the backlog to update those once published.

There were two changes that I made to the code: