black-diamond-shared 1.0.78 → 1.0.79

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
@@ -1996,7 +1996,7 @@ interface BetStat {
1996
1996
  overall: {
1997
1997
  count: number;
1998
1998
  percent: number;
1999
- minOdds: number;
1999
+ odds: number;
2000
2000
  };
2001
2001
  at_odds: [
2002
2002
  {
package/dist/index.d.ts CHANGED
@@ -1996,7 +1996,7 @@ interface BetStat {
1996
1996
  overall: {
1997
1997
  count: number;
1998
1998
  percent: number;
1999
- minOdds: number;
1999
+ odds: number;
2000
2000
  };
2001
2001
  at_odds: [
2002
2002
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "black-diamond-shared",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Shared code between Black Diamond repositories",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",