steamutils 1.2.46 → 1.2.47

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5965,8 +5965,8 @@ class SteamUser {
5965
5965
  sha: avatarHash
5966
5966
  },
5967
5967
  headers: {
5968
- 'Accept': 'application/json, text/plain, */*',
5969
- }
5968
+ 'Content-Type': 'multipart/form-data',
5969
+ },
5970
5970
  })
5971
5971
  return result?.data
5972
5972
  const successResponse = {"success": 1}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.46",
3
+ "version": "1.2.47",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.4.0",