Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Corn
6eec88d196 3.36.2 2018-05-18 17:32:48 -04:00
Alex Corn
3921ce17d0 Follow redirects when posting to own profile (fixes #178) 2018-05-18 17:32:33 -04:00
Alex Corn
4441d6f6e0 Bumped required request version 2018-05-18 17:29:14 -04:00
2 changed files with 3 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ SteamCommunity.prototype._myProfile = function(endpoint, form, callback) {
if (form) {
options.method = "POST";
options.form = form;
options.followAllRedirects = true;
} else if (!options.method) {
options.method = "GET";
}

View File

@@ -1,6 +1,6 @@
{
"name": "steamcommunity",
"version": "3.36.1",
"version": "3.36.2",
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"keywords": [
"steam",
@@ -22,7 +22,7 @@
},
"dependencies": {
"@doctormckay/stats-reporter": "^1.0.2",
"request": "^2.81.0",
"request": "^2.86.0",
"node-bignumber": "^1.2.1",
"steamid": "^1.0.0",
"xml2js": "^0.4.11",