steamutils 1.5.21 → 1.5.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5178,7 +5178,7 @@ export default class SteamUser {
5178
5178
  const descriptions = [];
5179
5179
  const steamId = this.getSteamIdUser();
5180
5180
 
5181
- const assetKeys = ["classid", "name", "type", "market_hash_name", "appid", "icon_url"];
5181
+ const assetKeys = ["classid", "appid"];
5182
5182
  function createAssetKey(obj) {
5183
5183
  return assetKeys.map((k) => obj[k]).join("|");
5184
5184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.5.21",
3
+ "version": "1.5.22",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",