@vendure/email-plugin 3.2.4 → 3.3.1

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.
@@ -57,7 +57,7 @@ class HandlebarsMjmlGenerator {
57
57
  // See https://handlebarsjs.com/api-reference/helpers.html#the-options-parameter
58
58
  if (!currencyCode || typeof currencyCode === 'object') {
59
59
  return new Intl.NumberFormat(typeof locale === 'object' ? undefined : locale, {
60
- style: 'decimal'
60
+ style: 'decimal',
61
61
  }).format(amount / 100);
62
62
  }
63
63
  // Same reasoning for `locale` as for `currencyCode` here.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/email-plugin",
3
- "version": "3.2.4",
3
+ "version": "3.3.1",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -38,10 +38,10 @@
38
38
  "@types/express": "^5.0.1",
39
39
  "@types/fs-extra": "^11.0.4",
40
40
  "@types/mjml": "^4.7.4",
41
- "@vendure/common": "3.2.4",
42
- "@vendure/core": "3.2.4",
41
+ "@vendure/common": "3.3.1",
42
+ "@vendure/core": "3.3.1",
43
43
  "rimraf": "^5.0.5",
44
44
  "typescript": "5.8.2"
45
45
  },
46
- "gitHead": "5434f3eca355aaf6ae3bf14f479f27d2387f3c3a"
46
+ "gitHead": "32fbe4af70da48fef8b915e6e00abca74f092513"
47
47
  }