overtime-live-trading-utils 2.1.37 → 2.1.38

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": "overtime-live-trading-utils",
3
- "version": "2.1.37",
3
+ "version": "2.1.38",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -50,9 +50,9 @@ export const HALVES_PERIOD_TYPE_ID_MAPPING: { [period: number]: number[] } = {
50
50
  */
51
51
  export const QUARTERS_PERIOD_TYPE_ID_MAPPING: { [period: number]: number[] } = {
52
52
  1: [10021, 10031, 10041, 10081, 10111, 10112, 10121, 10163, 10101], // 1st quarter
53
- 2: [10022, 10032, 10042, 10051, 10061, 10071, 10062, 10072, 10082, 10211, 10212, 10122, 10164, 10102, 10118, 10119], // 2nd quarter + 1st half
53
+ 2: [10022, 10032, 10042, 10051, 10061, 10071, 10082, 10211, 10212, 10122, 10164, 10102, 10118, 10119], // 2nd quarter + 1st half
54
54
  3: [10023, 10033, 10043, 10063, 10073, 10083, 10311, 10312, 10123, 10165, 10103], // 3rd quarter
55
- 4: [10024, 10034, 10044, 10052, 10064, 10074, 10084, 10411, 10412, 10124, 10166, 10104, 10218, 10219], // 4th quarter + 2nd half
55
+ 4: [10024, 10034, 10044, 10052, 10062, 10072, 10064, 10074, 10084, 10411, 10412, 10124, 10166, 10104, 10218, 10219], // 4th quarter + 2nd half
56
56
  5: [10025, 10035, 10045, 10055, 10065, 10075, 10085, 10511, 10512, 10167, 10105], // Overtime/5th period
57
57
  };
58
58