r6-data.js 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## r6-data.js
2
- A wrapper for the R6Siege API that gives you information about player's stats, maps, operators, ranks, seasons, charms etc.
2
+ Rainbow Six Siege API wrapper that gives infos about player's stats, maps, operators, ranks, seasons, charms etc. Last updated Y10S3
3
3
 
4
4
  <div align="center">
5
5
  <p>
@@ -21,8 +21,6 @@ npm install r6-data.js
21
21
  npm i r6-data.js
22
22
  ```
23
23
 
24
- ### Last updated Y10S3
25
-
26
24
  ## Getting Player Account Information
27
25
 
28
26
  The `getAccountInfo()` function allows you to retrieve player profile data from the official Rainbow Six Siege API. This function is specifically designed for retrieving account information such as player level, experience, clearance level, and profile settings.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "r6-data.js",
3
- "version": "1.2.0",
4
- "description": "A wrapper for Rainbow Six Siege API that gives you information about player's stats, maps, operators, ranks, seasons, charms etc",
3
+ "version": "1.2.1",
4
+ "description": "Rainbow Six Siege API wrapper that gives infos about 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"