black-diamond-shared 1.0.61 → 1.0.62

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
@@ -128,7 +128,7 @@ declare const teamSchema: Schema<any, mongoose.Model<any, any, any, any, any, an
128
128
  }>;
129
129
 
130
130
  interface TeamStat extends MongoDocument {
131
- prevFixtures: {
131
+ prevFixtures?: {
132
132
  home?: string[];
133
133
  away?: string[];
134
134
  all: string[];
package/dist/index.d.ts CHANGED
@@ -128,7 +128,7 @@ declare const teamSchema: Schema<any, mongoose.Model<any, any, any, any, any, an
128
128
  }>;
129
129
 
130
130
  interface TeamStat extends MongoDocument {
131
- prevFixtures: {
131
+ prevFixtures?: {
132
132
  home?: string[];
133
133
  away?: string[];
134
134
  all: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "black-diamond-shared",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Shared code between Black Diamond repositories",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",