steamcommunity 3.48.6 → 3.48.7

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.
@@ -590,7 +590,7 @@ SteamCommunity.prototype.getUserInventoryContents = function(userID, appID, cont
590
590
  },
591
591
  "qs": {
592
592
  "l": language, // Default language
593
- "count": 5000, // Max items per 'page'
593
+ "count": 1000, // Max items per 'page'
594
594
  "start_assetid": start
595
595
  },
596
596
  "json": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamcommunity",
3
- "version": "3.48.6",
3
+ "version": "3.48.7",
4
4
  "description": "Provides an interface for logging into and interacting with the Steam Community website",
5
5
  "files": [
6
6
  "/classes",