gemcap-be-common 1.3.40 → 1.3.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.40",
3
+ "version": "1.3.41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -703,6 +703,7 @@ class NodemailerService {
703
703
  const replacedData = text
704
704
  .replaceAll('${AUDITOR_NAME}', replacements.name)
705
705
  .replaceAll('${PASSWORD}', replacements.password)
706
+ .replaceAll('${PROSPECT_NAME}', replacements.prospectName)
706
707
  .replaceAll('${signature}', signature);
707
708
  try {
708
709
  this.transporter.sendMail({