steamutils 1.3.13 → 1.3.14

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 +7 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6157,9 +6157,15 @@ class SteamUser {
6157
6157
  miniprofile: playerMiniprofile,
6158
6158
  url: playerURL,
6159
6159
  name: playerName,
6160
- }
6160
+ },
6161
6161
  reportContents,
6162
6162
  })
6163
+ //gdfgkdgf
6164
+ //gdfgkdgf
6165
+ //gdfgkdgf
6166
+ //gdfgkdgf
6167
+ //gdfgkdgf
6168
+ //gdfgkdgf
6163
6169
  })
6164
6170
  return reports;
6165
6171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.13",
3
+ "version": "1.3.14",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.5",