@mtgame/core 0.2.100 → 0.2.101

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.
@@ -2161,7 +2161,7 @@
2161
2161
  relation: {
2162
2162
  overtimeType: enumField(exports.OvertimeTypes),
2163
2163
  gameTimeType: enumField(exports.GameTimeTypes),
2164
- playoffSeriesType: enumField(exports.OvertimeTypes),
2164
+ playoffSeriesOvertimeType: enumField(exports.OvertimeTypes),
2165
2165
  }
2166
2166
  })
2167
2167
  ], exports.HockeyGameConfig);