overtime-utils 0.1.66 → 0.1.67

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-utils",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -99,6 +99,7 @@ export enum MollyPeriod {
99
99
  HALFTIME_FULLTIME = 'halftimeFulltime',
100
100
  CORNERS = 'corners',
101
101
  CORNERS_HALFTIME = 'cornersHalftime',
102
+ CARDS = 'cards',
102
103
  }
103
104
 
104
105
  export enum MollyTimePeriodType {