@mtgame/core 0.0.30 → 0.0.32

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