Skip to content

Commit

Permalink
fix(package): update @hoodie/client to version 9.0.0
Browse files Browse the repository at this point in the history
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
gr2m committed Dec 25, 2016
1 parent 646f5b0 commit 87e5024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@hoodie/account": "^2.0.0",
"@hoodie/admin": "^1.0.1",
"@hoodie/client": "^8.0.1",
"@hoodie/client": "^9.0.0",
"@hoodie/server": "^21.1.0",
"@hoodie/store": "^1.0.1",
"async": "^2.0.0",
Expand Down

0 comments on commit 87e5024

Please sign in to comment.