@placeos/ts-client 4.7.3 → 4.7.4

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.7.3",
2
+ "version": "4.7.4",
3
3
  "license": "MIT",
4
4
  "name": "@placeos/ts-client",
5
5
  "author": "Alex Sorafumo <alex@place.tech>",
@@ -37,7 +37,7 @@ let _options: PlaceAuthOptions = {} as any;
37
37
  * @private
38
38
  * Browser key store to use for authentication credentials. Defaults to `localStorage`
39
39
  */
40
- let _storage: Storage;
40
+ let _storage: Storage = localStorage;
41
41
  /**
42
42
  * @private
43
43
  * Authentication authority of for the current domain