@mtgame/core 2.0.24 → 2.0.25

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.
@@ -116,6 +116,7 @@ export declare class Tournament extends BaseModel {
116
116
  location: string;
117
117
  description: string;
118
118
  date: Date;
119
+ dateEnd: Date;
119
120
  price: number;
120
121
  regulationFiles: File[];
121
122
  settings: TournamentSettings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtgame/core",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "dependencies": {
5
5
  "tslib": "^2.2.0",
6
6
  "@sentry/angular": "~7.36.0",