@mtgame/core 0.0.63 → 0.0.64

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.
@@ -44,7 +44,7 @@ export declare class HockeyGameStatistic extends BaseModel implements GameStatis
44
44
  get shootOuts(): number;
45
45
  get shotsAgainst(): number;
46
46
  get savesPercent(): number;
47
- get gameMinutes(): string;
47
+ get gameMinutes(): number;
48
48
  static toFront(data: any): any;
49
49
  static toBack(data: any): any;
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtgame/core",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.1.11",
6
6
  "@angular/core": "^9.1.11",