Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): update @hoodie/client to version 9.0.0
BREAKING CHANGE: Hoodie dropped its dependency on localStorage in order to work in non-browser environments. In order to make that work we have to use async store APIs to load the current state like the session id, username or the connection status. The APIs `hoodie.account`, `hoodie.store` and `hoodie.connectionStatus` can now only be used after the promise returned by `hoodie.ready` resolves.
- Loading branch information