@tblabs/storage 5.2.1 → 5.2.2

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.
package/OnlineStorage.js CHANGED
@@ -66,6 +66,7 @@ export class OnlineStorage {
66
66
  }
67
67
  Logout() {
68
68
  this.SetUser(this.ANONYMOUS_USER);
69
+ this.SaveUserInLocalStorage();
69
70
  this.CallOnUserChanged();
70
71
  return this;
71
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tblabs/storage",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "online storage module with auth",
5
5
  "license": "beerware",
6
6
  "main": "index.js",
index 6524c8f..bb21a16 100644
Binary file