@shushed/helpers 0.0.304 → 0.0.305

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.
@@ -601,6 +601,12 @@ function transformMasterOrder(payload) {
601
601
  if (code === 'TRACKED48') {
602
602
  return 'EVRI';
603
603
  }
604
+ if (code === 'HSHERMES48') {
605
+ return 'EVRI';
606
+ }
607
+ if (code === 'HSHERMES24') {
608
+ return 'EVRI';
609
+ }
604
610
  if (code === 'EVRID') {
605
611
  return 'EVRI';
606
612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.304",
3
+ "version": "0.0.305",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",