@rpcbase/client 0.88.0 → 0.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/auth/sign_out.js +2 -1
  2. package/package.json +1 -1
package/auth/sign_out.js CHANGED
@@ -8,5 +8,6 @@ export const sign_out = () => {
8
8
  localStorage.clear()
9
9
 
10
10
  // TODO: clear DB
11
- console.log("TODO cln")
11
+ // https://stackoverflow.com/a/15861765
12
+ console.log("TODO clear DB")
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.88.0",
3
+ "version": "0.89.0",
4
4
  "scripts": {
5
5
  "build-firebase": "webpack -c firebase/webpack.config.js",
6
6
  "build": "yarn build-firebase",