@riocrypto/common 1.0.474 → 1.0.475

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.
@@ -161,10 +161,6 @@ const authorize = (req, res, next, mongoose, authorizationTypes) => __awaiter(vo
161
161
  req.user = user;
162
162
  }
163
163
  }
164
- console.log("req.currentAuth", req.currentAuth);
165
- console.log("req.currentAdminAuth", req.currentAdminAuth);
166
- console.log("req.user", req.user);
167
- console.log("req.partner", req.partner);
168
164
  if (
169
165
  // if no auth
170
166
  (!req.currentAdminAuth && !req.currentAuth && !req.user && !req.partner) ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.474",
3
+ "version": "1.0.475",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",