yahoo-fantasy
Advanced tools
Comparing version 4.2.0 to 5.0.0
{ | ||
"name": "yahoo-fantasy", | ||
"version": "4.2.0", | ||
"version": "5.0.0", | ||
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", | ||
"main": "index.js", | ||
"main": "./index.js", | ||
"exports": { | ||
"import": "./YahooFantasy.mjs", | ||
"require": "./index.js" | ||
}, | ||
"scripts": { | ||
@@ -28,3 +32,3 @@ "test": "node -r esm jasmine-runner.js", | ||
}, | ||
"homepage": "https://github.com/whatadewitt/yfsapi", | ||
"homepage": "https://yahoo-fantasy-node-docs.vercel.app/", | ||
"dependencies": { | ||
@@ -31,0 +35,0 @@ "esm": "^3.2.25", |
@@ -100,2 +100,7 @@ # Yahoo! Fantasy API Node Module | ||
### 5.0.0 | ||
- My NextJS docs site was giving me grief about ESM/CJS imports so I made some changes that should work for whatever import method you want to use | ||
- Updated the `mapScoreboard` function that is used by the league resource to simplify the `stat_winners` array to show the winning `stat_id` and `team_key` (or `is_tied`), rather than having them nested inside a `stat_winner` object | ||
### 4.2.0 | ||
@@ -102,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
746341
5776
299