black-diamond-shared 1.0.56 → 1.0.57

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.
package/dist/index.d.mts CHANGED
@@ -1463,8 +1463,8 @@ interface Fixture extends MongoDocument {
1463
1463
  score: Score;
1464
1464
  odds: Odds;
1465
1465
  teamStats?: {
1466
- home: TeamStat;
1467
- away: TeamStat;
1466
+ home?: TeamStat;
1467
+ away?: TeamStat;
1468
1468
  };
1469
1469
  apiPredictions?: ApiPredictions;
1470
1470
  }
package/dist/index.d.ts CHANGED
@@ -1463,8 +1463,8 @@ interface Fixture extends MongoDocument {
1463
1463
  score: Score;
1464
1464
  odds: Odds;
1465
1465
  teamStats?: {
1466
- home: TeamStat;
1467
- away: TeamStat;
1466
+ home?: TeamStat;
1467
+ away?: TeamStat;
1468
1468
  };
1469
1469
  apiPredictions?: ApiPredictions;
1470
1470
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "black-diamond-shared",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Shared code between Black Diamond repositories",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",