@gus-eip/loggers 4.2.4 → 4.2.5

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.
@@ -658,7 +658,7 @@ exports.BRAND_USECASE_MAPPING = [
658
658
  },
659
659
  {
660
660
  brands: ['ULAW'],
661
- usecase: 'ULAW_CLOSED_LOST_STAGE',
661
+ usecase: 'ULAW_CLOSED_LOST',
662
662
  source: 'ULAW DCRM',
663
663
  destination: 'GUS Salesforce',
664
664
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "@gus-eip/loggers is a package designed to provide logging functionality for your Node.js applications.",
5
5
  "author": "gus",
6
6
  "readmeFilename": "README.md",