r6-data.js 2.0.0 → 2.0.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,8 @@ npm i r6-data.js
21
21
 
22
22
  ## API Key
23
23
 
24
+ > **Notice:** Due to the abuse of the available APIs, it has been decided that from now on, in order to use both the package and the APIs, it is necessary to register on the website and create an API key.
25
+
24
26
  To use this package, you need an **API Key**.
25
27
  You can obtain your API Key by registering on the official website: **[r6data.eu](https://r6data.eu/)**.
26
28
  Once registered, you can generate your personal API Key from your account settings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "r6-data.js",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "R6 (Rainbow Six Siege) API wrapper for player stats, operators, maps, ranks, seasons, charms, skins and game datas. Last Updated Y10S4",
5
5
  "main": "index.js",
6
6
  "module": "index.js",