cfbd 5.11.1 → 5.11.2

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.
Binary file
@@ -423,6 +423,10 @@ export type Drive = {
423
423
  seconds: (number) | null;
424
424
  minutes: (number) | null;
425
425
  };
426
+ elapsed: {
427
+ seconds: (number) | null;
428
+ minutes: (number) | null;
429
+ };
426
430
  plays: number;
427
431
  yards: number;
428
432
  driveResult: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.11.1",
3
+ "version": "5.11.2",
4
4
  "description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -440,6 +440,10 @@ export type Drive = {
440
440
  seconds: (number) | null;
441
441
  minutes: (number) | null;
442
442
  };
443
+ elapsed: {
444
+ seconds: (number) | null;
445
+ minutes: (number) | null;
446
+ };
443
447
  plays: number;
444
448
  yards: number;
445
449
  driveResult: string;
package/cfbd-5.11.1.tgz DELETED
Binary file