dt-common-device 13.4.5 → 13.4.6

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.
@@ -285,7 +285,8 @@ let EmailService = (() => {
285
285
  (0, config_1.getLogger)().info(`Sending email to: ${maskedEmailsList.join(", ")}`);
286
286
  }
287
287
  catch (error) {
288
- (0, config_1.getLogger)().error("sendMail: Error", error);
288
+ console.log("sendMail: Error", JSON.stringify(error));
289
+ (0, config_1.getLogger)().error("sendMail: Error", JSON.stringify(error));
289
290
  }
290
291
  }
291
292
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dt-common-device",
3
- "version": "13.4.5",
3
+ "version": "13.4.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [