@rivascva/dt-idl 1.1.173 → 1.1.174

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.
@@ -28,10 +28,10 @@ const (
28
28
  const (
29
29
  // MarketTimezone is the timezone of the market operating hours.
30
30
  MarketTimezone = "America/New_York"
31
- // MarketOpenTime is the opening time of the market in a 24-hour format.
31
+ // MarketOpenTime is the opening time of the market in a 24-hour format (HH:mm).
32
32
  // Based on the timezone specified in MarketTimezone.
33
- MarketOpenTime = "9:30"
34
- // MarketCloseTime is the closing time of the market in a 24-hour format.
33
+ MarketOpenTime = "09:30"
34
+ // MarketCloseTime is the closing time of the market in a 24-hour format (HH:mm).
35
35
  // Based on the timezone specified in MarketTimezone.
36
36
  MarketCloseTime = "16:00"
37
37
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",