@rpcbase/client 0.67.0 → 0.68.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/index.js +0 -1
  2. package/package.json +1 -1
package/auth/index.js CHANGED
@@ -56,7 +56,6 @@ const run_session_check = async() => {
56
56
  __tenant_id = __user_id.slice(0, 8)
57
57
 
58
58
  // save tenant id
59
- // TODO: should we be using session storage here ?
60
59
  if (__tenant_id) {
61
60
  localStorage.setItem(LAST_TENANT_KEY, __tenant_id)
62
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.67.0",
3
+ "version": "0.68.0",
4
4
  "scripts": {
5
5
  "test": "jest"
6
6
  },