yahoo-fantasy
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -71,4 +71,2 @@ /* global module, require */ | ||
if ( data.error ) { | ||
// i hate regex so if anyone has a better way to do this... | ||
data.error.reason = String(data.error.description).match( /"(.*?)"/ )[1]; | ||
return cb(data.error); | ||
@@ -75,0 +73,0 @@ } |
{ | ||
"name": "yahoo-fantasy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,2 +58,5 @@ Yahoo! Fantasy API Node Module | ||
#### 2.0.1 | ||
* Removed the code that added a "reason" to errors coming from Yahoo! as it was breaking other errors. Retry notifications should now be handled within the application using the module. | ||
#### 2.0.0 | ||
@@ -60,0 +63,0 @@ * Moved to Yahoo!'s OAuth2.0 authentication mechanism. |
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
71322
132
1860