steamutils 1.5.57 → 1.5.58

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
@@ -5246,7 +5246,7 @@ export default class SteamUser {
5246
5246
  const params = {
5247
5247
  l: "english",
5248
5248
  start_assetid: data.last_assetid,
5249
- count: 5000,
5249
+ count: 2000,
5250
5250
  };
5251
5251
  const url = `inventory/${this._steamIdUser}/${appID}/2?${Object.keys(params)
5252
5252
  .filter((k) => params[k])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.5.57",
3
+ "version": "1.5.58",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",