r6-data.js 1.3.0 → 1.3.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.
|
@@ -207,8 +207,9 @@ function getRankName(rankNumber) {
|
|
|
207
207
|
11: 'Silver V', 12: 'Silver IV', 13: 'Silver III', 14: 'Silver II', 15: 'Silver I',
|
|
208
208
|
16: 'Gold V', 17: 'Gold IV', 18: 'Gold III', 19: 'Gold II', 20: 'Gold I',
|
|
209
209
|
21: 'Platinum V', 22: 'Platinum IV', 23: 'Platinum III', 24: 'Platinum II', 25: 'Platinum I',
|
|
210
|
-
26: '
|
|
211
|
-
31: '
|
|
210
|
+
26: 'Emerald V', 27: 'Emerald IV', 28: 'Emerald III', 29: 'Emerald II', 30: 'Emerald I',
|
|
211
|
+
31: 'Diamond V', 32: 'Diamond IV', 33: 'Diamond III', 34: 'Diamond II', 35: 'Diamond I',
|
|
212
|
+
36: 'Champion'
|
|
212
213
|
};
|
|
213
214
|
|
|
214
215
|
return ranks[rankNumber] || 'Unknown Rank';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "r6-data.js",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "Rainbow Six Siege API wrapper
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"description": "Rainbow Six Siege API wrapper for player's stats, maps, operators, ranks, seasons, charms etc. Last updated Y10S3",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -39,15 +39,20 @@
|
|
|
39
39
|
"r6stats-api",
|
|
40
40
|
"siegeapi",
|
|
41
41
|
"siege-api",
|
|
42
|
-
"siege x api"
|
|
42
|
+
"siege x api",
|
|
43
|
+
"r6siege",
|
|
44
|
+
"rainbow",
|
|
45
|
+
"r6 info",
|
|
46
|
+
"r6-info",
|
|
47
|
+
"R6 info"
|
|
43
48
|
],
|
|
44
49
|
"author": "mazeor",
|
|
45
50
|
"license": "ISC",
|
|
46
51
|
"dependencies": {
|
|
47
|
-
"axios": "^1.
|
|
52
|
+
"axios": "^1.12.2",
|
|
48
53
|
"ms": "^2.1.3"
|
|
49
54
|
},
|
|
50
55
|
"devDependencies": {
|
|
51
|
-
"@types/node": "^
|
|
56
|
+
"@types/node": "^24.4.0"
|
|
52
57
|
}
|
|
53
58
|
}
|