connectfy-shared 0.0.93 → 0.0.95
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/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -10557,7 +10557,7 @@ var twoFactorVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN
|
|
|
10557
10557
|
<p style="font-size: 15px; color: #64748b;">${instruction}</p>
|
|
10558
10558
|
|
|
10559
10559
|
<div style="text-align: center; margin: 32px 0;">
|
|
10560
|
-
<div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #
|
|
10560
|
+
<div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #16a34a; background: #f0fdf4; padding: 16px 32px; border-radius: 12px; border: 2px dashed #bbf7d0;">
|
|
10561
10561
|
${verifyCode}
|
|
10562
10562
|
</div>
|
|
10563
10563
|
</div>
|
|
@@ -10567,7 +10567,7 @@ var twoFactorVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN
|
|
|
10567
10567
|
</div>
|
|
10568
10568
|
|
|
10569
10569
|
<p style="font-size: 14px; color: #64748b;">${support}
|
|
10570
|
-
<a href="${supportMailLink}" style="color: #
|
|
10570
|
+
<a href="${supportMailLink}" style="color: #2ecc71; text-decoration: none; font-weight: 500;">${supportMail}</a>.
|
|
10571
10571
|
</p>
|
|
10572
10572
|
|
|
10573
10573
|
<hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 24px 0;" />
|
package/dist/index.mjs
CHANGED
|
@@ -10470,7 +10470,7 @@ var twoFactorVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN
|
|
|
10470
10470
|
<p style="font-size: 15px; color: #64748b;">${instruction}</p>
|
|
10471
10471
|
|
|
10472
10472
|
<div style="text-align: center; margin: 32px 0;">
|
|
10473
|
-
<div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #
|
|
10473
|
+
<div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #16a34a; background: #f0fdf4; padding: 16px 32px; border-radius: 12px; border: 2px dashed #bbf7d0;">
|
|
10474
10474
|
${verifyCode}
|
|
10475
10475
|
</div>
|
|
10476
10476
|
</div>
|
|
@@ -10480,7 +10480,7 @@ var twoFactorVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN
|
|
|
10480
10480
|
</div>
|
|
10481
10481
|
|
|
10482
10482
|
<p style="font-size: 14px; color: #64748b;">${support}
|
|
10483
|
-
<a href="${supportMailLink}" style="color: #
|
|
10483
|
+
<a href="${supportMailLink}" style="color: #2ecc71; text-decoration: none; font-weight: 500;">${supportMail}</a>.
|
|
10484
10484
|
</p>
|
|
10485
10485
|
|
|
10486
10486
|
<hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 24px 0;" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "connectfy-shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"cd": "^0.3.3",
|
|
35
35
|
"class-transformer": "^0.5.1",
|
|
36
36
|
"class-validator": "^0.14.3",
|
|
37
|
-
"connectfy-i18n": "^0.0.
|
|
37
|
+
"connectfy-i18n": "^0.0.45",
|
|
38
38
|
"mongoose": "^9.2.1",
|
|
39
39
|
"nestjs-cls": "^6.2.0"
|
|
40
40
|
},
|