juice-email-cli 2.4.16 → 2.4.17

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.
@@ -3043,7 +3043,7 @@
3043
3043
  <tr>
3044
3044
  <td>
3045
3045
  <img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt="" class="align-middle" />
3046
- <span class="align-middle">Toll-free: <a href="tel:1-888-852-8623" class="decoration-none">1-888-852-8623</a></span>
3046
+ <span class="align-middle">Toll-free: <a href="tel:+18888528623" class="decoration-none">1-888-852-8623</a></span>
3047
3047
  </td>
3048
3048
  </tr>
3049
3049
  <tr>
@@ -1927,7 +1927,7 @@
1927
1927
  <tr>
1928
1928
  <td class="pt-3">
1929
1929
  <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/phone.webp" alt="" class="align-middle" />
1930
- <span class="align-middle">Tel: +65 31071793</span>
1930
+ <span class="align-middle">Tel: <a href="tel:+6531071793" class="decoration-none">+65 31071793</a></span>
1931
1931
  </td>
1932
1932
  </tr>
1933
1933
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juice-email-cli",
3
- "version": "2.4.16",
3
+ "version": "2.4.17",
4
4
  "type": "module",
5
5
  "description": "CLI tool to generate email-client-compatible HTML with juice (CSS inlining) + Mustache templating + minification",
6
6
  "main": "src/index.js",