@riocrypto/common 1.0.471 → 1.0.472

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.
@@ -160,6 +160,10 @@ const authorize = (req, res, next, mongoose, authorizationTypes) => __awaiter(vo
160
160
  req.user = user;
161
161
  }
162
162
  }
163
+ console.log("req.currentAuth", req.currentAuth);
164
+ console.log("req.currentAdminAuth", req.currentAdminAuth);
165
+ console.log("req.user", req.user);
166
+ console.log("req.partner", req.partner);
163
167
  if (
164
168
  // if no auth
165
169
  (!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.471",
3
+ "version": "1.0.472",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",