@nauth-toolkit/email-nodemailer 0.1.6 → 0.1.9

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.
@@ -425,7 +425,7 @@ subject: Email Address Changed - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Email change confirmed</div>
428
+ >Email change confirmed</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -425,7 +425,7 @@ subject: Two-Factor Authentication Enabled - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Two-factor authentication enabled</div>
428
+ >Two-factor authentication enabled</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -425,7 +425,7 @@ subject: Password Changed - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Password change confirmed</div>
428
+ >Password change confirmed</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -463,7 +463,7 @@ subject: Welcome to {{appName}}!
463
463
 
464
464
  <div
465
465
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
466
- >Happy exploring! 🎉</div>
466
+ >Happy exploring!</div>
467
467
 
468
468
  </td>
469
469
  </tr>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nauth-toolkit/email-nodemailer",
3
- "version": "0.1.6",
3
+ "version": "0.1.9",
4
4
  "description": "Nodemailer email provider for nauth-toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "nodemailer": "^6.9.7"
27
27
  },
28
28
  "peerDependencies": {
29
- "@nauth-toolkit/core": "^0.1.6"
29
+ "@nauth-toolkit/core": "^0.1.9"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/handlebars": "^4.1.0",
@@ -425,7 +425,7 @@ subject: Email Address Changed - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Email change confirmed</div>
428
+ >Email change confirmed</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -425,7 +425,7 @@ subject: Two-Factor Authentication Enabled - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Two-factor authentication enabled</div>
428
+ >Two-factor authentication enabled</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -425,7 +425,7 @@ subject: Password Changed - {{appName}}
425
425
 
426
426
  <div
427
427
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
428
- >✓ Password change confirmed</div>
428
+ >Password change confirmed</div>
429
429
 
430
430
  </td>
431
431
  </tr>
@@ -463,7 +463,7 @@ subject: Welcome to {{appName}}!
463
463
 
464
464
  <div
465
465
  style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
466
- >Happy exploring! 🎉</div>
466
+ >Happy exploring!</div>
467
467
 
468
468
  </td>
469
469
  </tr>