steamutils 1.1.79 → 1.1.80

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
@@ -4267,7 +4267,7 @@ class SteamUser {
4267
4267
  Last_Match: object.Last_Match,
4268
4268
  }
4269
4269
  })
4270
- matchmaking_table = matchmaking_table.map(function (object) {
4270
+ matchmaking_table = matchmaking_table?.map(function (object) {
4271
4271
  removeSpaceKeys(object)
4272
4272
  return {
4273
4273
  Matchmaking_Mode: object.Matchmaking_Mode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",