cfbd 5.1.0-alpha.0 → 5.1.1-alpha.0

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
@@ -117,7 +117,7 @@ exports.getAdvancedGameStats = getAdvancedGameStats;
117
117
  */
118
118
  var getAdjustedTeamSeasonStats = function (options) {
119
119
  var _a;
120
- return ((_a = options === null || options === void 0 ? void 0 : options.client) !== null && _a !== void 0 ? _a : exports.client).get(__assign(__assign({}, options), { url: '/stats/team/season/adjusted' }));
120
+ return ((_a = options === null || options === void 0 ? void 0 : options.client) !== null && _a !== void 0 ? _a : exports.client).get(__assign(__assign({}, options), { url: '/stats/season/adjusted' }));
121
121
  };
122
122
  exports.getAdjustedTeamSeasonStats = getAdjustedTeamSeasonStats;
123
123
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.1.0-alpha.0",
3
+ "version": "5.1.1-alpha.0",
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",
@@ -106,7 +106,7 @@ export const getAdvancedGameStats = <ThrowOnError extends boolean = false>(optio
106
106
  */
107
107
  export const getAdjustedTeamSeasonStats = <ThrowOnError extends boolean = false>(options?: Options<GetAdjustedTeamSeasonStatsData, ThrowOnError>) => { return (options?.client ?? client).get<GetAdjustedTeamSeasonStatsResponse, GetAdjustedTeamSeasonStatsError, ThrowOnError>({
108
108
  ...options,
109
- url: '/stats/team/season/adjusted'
109
+ url: '/stats/season/adjusted'
110
110
  }); };
111
111
 
112
112
  /**
Binary file