steamutils 1.2.6 → 1.2.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2888,7 +2888,7 @@ class SteamUser {
2888
2888
  }
2889
2889
 
2890
2890
  async setupProfile () {
2891
- const profile = await this._httpRequest(`/edit?welcomed=1`)
2891
+ const profile = await this._httpRequest(`${this._myProfile}/edit?welcomed=1`)
2892
2892
  if (!profile.data) {
2893
2893
  return false
2894
2894
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.06",
3
+ "version": "1.2.07",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",