helldivers2-api
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -8,2 +8,3 @@ import WarSeasonRepository from "./src/repository/WarSeasonRepository.js"; | ||
import StatisticsRepository from "./src/repository/StatisticsRepository.js"; | ||
import LeaderboardRepository from "./src/repository/LeaderboardRepository.js"; | ||
@@ -19,2 +20,3 @@ export default { | ||
getWarSummary: (warId) => StatisticsRepository.getWarSummary(warId), | ||
getLeaderboard: (warId) => LeaderboardRepository.getWarLeaderboard(warId), | ||
} |
{ | ||
"name": "helldivers2-api", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "An API wrapper for Helldivers 2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # Helldivers 2 API | ||
- [X] Get war main order | ||
- [X] Get war leaderboards | ||
- [ ] Player endpoints | ||
@@ -20,0 +21,0 @@ - [ ] Global statistics endpoints |
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
50
74833
54
3680