@sunggang/ui-lib 0.2.71 → 0.2.72

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.
Files changed (2) hide show
  1. package/index.esm2.js +1 -1
  2. package/package.json +1 -1
package/index.esm2.js CHANGED
@@ -59040,7 +59040,7 @@ var LiffProvider = function(param) {
59040
59040
  getFriendship = _state.sent();
59041
59041
  console.log("isFriendship", getFriendship === null || getFriendship === void 0 ? void 0 : getFriendship.friendFlag);
59042
59042
  setLiffObject(liff);
59043
- if ((getFriendship === null || getFriendship === void 0 ? void 0 : getFriendship.friendFlag) && isValid) return [
59043
+ if (isValid) return [
59044
59044
  2
59045
59045
  ];
59046
59046
  lineToken = liff === null || liff === void 0 ? void 0 : liff.getAccessToken();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.2.71",
3
+ "version": "0.2.72",
4
4
  "dependencies": {
5
5
  "@iconify/react": "^4.1.1",
6
6
  "@material-ui/core": "^4.12.4",