@riocrypto/common 1.0.468 → 1.0.469

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