@sendhome/common 1.0.163 → 1.0.164

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.
@@ -29,7 +29,7 @@ const requireAuth = (sessionServiceUrl) => {
29
29
  const payload = jsonwebtoken_1.default.verify(token, "EDWIN"
30
30
  // process.env.JWT_KEY!
31
31
  );
32
- console.log("url", `${sessionServiceUrl}/${payload.sessionId}`);
32
+ console.log("session service url", `${sessionServiceUrl}/${payload.sessionId}`);
33
33
  // Call the session service to validate the session
34
34
  const response = yield axios_1.default.get(`${sessionServiceUrl}/${payload.sessionId}`);
35
35
  if (response.status !== 200) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendhome/common",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",