promogame-player 2.2.1 → 2.2.2

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.
@@ -7467,7 +7467,8 @@ mutation UpdateParticipantInfo($email: String, $phone: String, $avatar: String,
7467
7467
  action: y ? () => {
7468
7468
  y == null || y.openChat({
7469
7469
  type: "oa",
7470
- id: "4252818184007274079"
7470
+ id: "4252818184007274079",
7471
+ message: `Thẻ ${r} chưa được kích hoạt. Tôi cần hỗ trợ`
7471
7472
  });
7472
7473
  } : void 0,
7473
7474
  actionText: "Liên hệ"
@@ -7483,6 +7484,7 @@ mutation UpdateParticipantInfo($email: String, $phone: String, $avatar: String,
7483
7484
  weekday: "long",
7484
7485
  day: "numeric",
7485
7486
  month: "long",
7487
+ year: "numeric",
7486
7488
  hour: "2-digit",
7487
7489
  minute: "2-digit"
7488
7490
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promogame-player",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",