steamutils 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
package/SteamClient.js CHANGED
@@ -940,7 +940,7 @@ function SteamClient({ username, password, cookie, clientJsToken, isAutoRequestF
940
940
  }
941
941
 
942
942
  default: {
943
- log("cache_object.type_id", cache_object.type_id);
943
+ // log("cache_object.type_id", cache_object.type_id);
944
944
  }
945
945
  }
946
946
  }
package/index.js CHANGED
@@ -5528,7 +5528,7 @@ export default class SteamUser {
5528
5528
  ...(!!tradePeople && { tradePeople }),
5529
5529
  });
5530
5530
  } else {
5531
- fs.writeFileSync("tradehistory_items_empty_" + steamId + "_" + new Date().getTime(), html);
5531
+ // fs.writeFileSync("tradehistory_items_empty_" + steamId + "_" + new Date().getTime(), html);
5532
5532
  console.error("tradehistory_items empty", steamId);
5533
5533
  }
5534
5534
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.4.04",
3
+ "version": "1.4.05",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",