steamutils 1.1.91 → 1.1.92

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
@@ -1597,7 +1597,7 @@ class SteamUser {
1597
1597
  break
1598
1598
  }
1599
1599
  case 429: {
1600
- console.log('Too Many Requests', config.url)
1600
+ console.log(`[${config.method?.toUpperCase()}] Too Many Requests`, config.url)
1601
1601
  tooManyRequestTimestamp = new Date().getTime()
1602
1602
  checkTooManyRequest = true
1603
1603
  await sleep(30000)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",