@levellink/core
Advanced tools
Comparing version 2.0.18 to 2.0.19
# @levellink/core | ||
## 2.0.19 | ||
### Patch Changes | ||
- update | ||
## 2.0.18 | ||
@@ -4,0 +10,0 @@ |
@@ -142,3 +142,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } | ||
if (localStorage.getItem(TOKEN_NAME) && (tokenInStorage === null || tokenInStorage === void 0 ? void 0 : tokenInStorage.split('.')[0]) !== 'free') { | ||
beforeLogin === null || beforeLogin === void 0 || beforeLogin(); | ||
updateWalletInfo(); | ||
afterLogin === null || afterLogin === void 0 || afterLogin(); | ||
} | ||
@@ -145,0 +147,0 @@ _context2.next = 41; |
@@ -97,3 +97,5 @@ "use strict"; | ||
if (localStorage.getItem(TOKEN_NAME) && tokenInStorage?.split('.')[0] !== 'free') { | ||
beforeLogin?.(); | ||
updateWalletInfo(); | ||
afterLogin?.(); | ||
} | ||
@@ -100,0 +102,0 @@ } catch (error) { |
{ | ||
"name": "@levellink/core", | ||
"description": "the ui for levellink apps", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"main": "dist/lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/esm/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
355207
8384