@platform-x/hep-notification-client 1.1.18 → 1.1.20

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.
@@ -218,6 +218,7 @@ class EmailHandler {
218
218
  sendEmailWithPersonalizations(emailConfig, isCFF) {
219
219
  return __awaiter(this, void 0, void 0, function* () {
220
220
  logger_1.Logger.info(`EmailHandler: Reached sendEmailWithPersonalizations method with emailConfig: ${JSON.stringify(emailConfig)}`, 'sendEmailWithPersonalizations');
221
+ logger_1.Logger.info(`SENDGRID CREDENTIALS-----------------> ${config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.SENDGRID_API_KEY} EMAIL_FROM-------> ${config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.EMAIL_FROM}`, 'triggerEmails');
221
222
  const Mail = sgHelpers.classes.Mail;
222
223
  let email_from = isCFF ? config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.CFF_MAIL_FROM : config_1.default === null || config_1.default === void 0 ? void 0 : config_1.default.EMAIL_FROM;
223
224
  logger_1.Logger.info('sendEmailWithPersonalizations : Email From:', JSON.stringify(email_from));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-x/hep-notification-client",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "description": "@platform-x/hep-notification-client",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -49,12 +49,10 @@
49
49
  "request-ip": "2.1.3",
50
50
  "solr-client": "0.10.0-rc6",
51
51
  "twilio": "^5.3.6",
52
- "uuid": "8.3.2"
53
- },
54
- "peerDependencies": {
55
- "mongodb": "^6.18.0",
56
- "mongoose": "^8.17.0",
57
- "axios": "^0.21.4"
52
+ "uuid": "8.3.2",
53
+ "mongodb": "5.9.2",
54
+ "mongoose": "7.0.3",
55
+ "axios": "0.21.4"
58
56
  },
59
57
  "private": false,
60
58
  "publishConfig": {