@rpcbase/client 0.28.0 → 0.29.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 -2
  2. package/package.json +1 -1
package/auth/index.js CHANGED
@@ -20,8 +20,6 @@ export {
20
20
 
21
21
  const UID_STORAGE_KEY = "rb::session-user_id"
22
22
 
23
- console.log("wow client")
24
-
25
23
  const log = debug("rb:auth")
26
24
 
27
25
  let __is_authenticated = null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 0"
6
6
  },