heartraite 1.0.143 → 1.0.144

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.
@@ -61,4 +61,5 @@ export type EventMatchStats = {
61
61
  export type FullEvent = Omit<Event, "participants"> & {
62
62
  participants: FullParticipant[];
63
63
  matchStats?: EventMatchStats;
64
+ summaries: CompatibilitySummary[];
64
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.143",
3
+ "version": "1.0.144",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -69,4 +69,5 @@ export type EventMatchStats = {
69
69
  export type FullEvent = Omit<Event, "participants"> & {
70
70
  participants: FullParticipant[];
71
71
  matchStats?: EventMatchStats;
72
+ summaries: CompatibilitySummary[];
72
73
  };