biz-slide-core 1.2.21 → 1.2.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -53,6 +53,7 @@ var verifyUid = function (token) { return __awaiter(void 0, void 0, void 0, func
53
53
  var jwtToken = token.split(" ")[1] || token;
54
54
  jsonwebtoken_1.default.verify(jwtToken, process.env.JWTSECRET || 'secret', function (err, decoded) {
55
55
  if (err) {
56
+ console.log("error verifyUid", err);
56
57
  resolve(null);
57
58
  }
58
59
  else {