RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
biz-slide-core
Versions diffs
1.2.21 → 1.2.22
biz-slide-core 1.2.21 → 1.2.22
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/utilities/encryptionUtils.js
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "biz-slide-core",
3
-
"version": "1.2.
21
",
3
+
"version": "1.2.
22
",
4
4
"description": "",
5
5
"main": "dist/index.js",
6
6
"scripts": {
package/utilities/encryptionUtils.js
CHANGED
Viewed
@@ -56,6 +56,7 @@ var verifyUid = function (token) { return __awaiter(void 0, void 0, void 0, func
56
56
resolve(null);
57
57
}
58
58
else {
59
+
console.log("error verifyUid", err);
59
60
resolve(decoded);
60
61
}
61
62
});