steamutils 1.1.41 → 1.1.42

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2516,7 +2516,7 @@ class SteamUser {
2516
2516
  result = await this._getHistoryMatches(matchHistoryType, result?.continue_token)
2517
2517
  stop = shouldStop({
2518
2518
  maxPage,
2519
- currentPage: page,
2519
+ currentPage: ++page,
2520
2520
  continue_token: result.continue_token,
2521
2521
  continue_text: result.continue_text,
2522
2522
  matchHistoryType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.41",
3
+ "version": "1.1.42",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",