steamutils 1.2.47 → 1.2.48

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 +10 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5957,6 +5957,16 @@ class SteamUser {
5957
5957
  }
5958
5958
 
5959
5959
  async selectPreviousAvatar(avatarHash) {
5960
+ //gfdgfdgfdgfd
5961
+ //gfdgfdgfdgfd
5962
+ //gfdgfdgfdgfd
5963
+ //gfdgfdgfdgfd
5964
+ //gfdgfdgfdgfd
5965
+ //gfdgfdgfdgfd
5966
+ //gfdgfdgfdgfd
5967
+ //gfdgfdgfdgfd
5968
+ //gfdgfdgfdgfd
5969
+ //gfdgfdgfdgfd
5960
5970
  const result = await this._httpRequest({
5961
5971
  url: 'actions/selectPreviousAvatar',
5962
5972
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.4.0",