r6-data.js 1.8.2 → 1.8.3

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "r6-data.js",
3
- "version": "1.8.2",
4
- "description": "R6 (Rainbow Six Siege) API wrapper for player stats, operators, maps, ranks, seasons, and game data. Typescript support. Last Updated Y10S4",
3
+ "version": "1.8.3",
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",
7
7
  "exports": {
@@ -57,12 +57,12 @@
57
57
  "author": "mazeor",
58
58
  "license": "MIT",
59
59
  "dependencies": {
60
- "axios": "^1.12.2",
60
+ "axios": "^1.13.2",
61
61
  "ms": "^2.1.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@types/node": "^24.9.1",
65
- "eslint": "^9.38.0",
64
+ "@types/node": "^25.0.3",
65
+ "eslint": "^9.39.2",
66
66
  "typescript": "^5.9.3"
67
67
  }
68
68
  }