steamutils 1.1.72 → 1.1.73

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
@@ -2455,7 +2455,7 @@ class SteamUser {
2455
2455
  p.teamScore = p.team === 'ct' ? ctScore : tScore
2456
2456
  })
2457
2457
 
2458
- const matchIDs = [matchInfo.map, matchInfo.time, matchInfo.waitTime, matchInfo.duration]
2458
+ const matchIDs = [matchInfo.map, matchInfo.time, matchInfo.duration]
2459
2459
  const nonHashMatchID = matchIDs.join('').replaceAll(/[^a-zA-Z0-9]/gi, '')
2460
2460
  const matchID = sha256(nonHashMatchID).toString()
2461
2461
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",