r6-data.js 1.6.0 → 1.6.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.
- package/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ npm i r6-data.js
|
|
|
21
21
|
|
|
22
22
|
## R6Data Website for stats and API
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Website where you can directly track your stats and also check the all infos that gives r6-data.js. Entire website is based on r6-data.js.
|
|
25
25
|
|
|
26
26
|
Visit the official website: **[r6data.eu](https://r6data.eu/)**
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "r6-data.js",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "R6 (Rainbow Six Siege) API wrapper for player stats, operators, maps, ranks, seasons, and game data. Typescript support. Last Updated Y10S3",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
"r6-tracker",
|
|
51
51
|
"operators",
|
|
52
52
|
"maps",
|
|
53
|
-
"ranks"
|
|
53
|
+
"ranks",
|
|
54
|
+
"r6s stats"
|
|
54
55
|
],
|
|
55
56
|
"author": "mazeor",
|
|
56
57
|
"license": "MIT",
|