steamutils 1.3.80 → 1.3.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1197,7 +1197,7 @@ export default class SteamUser {
1197
1197
  cookie.setCookies(_response?.headers["set-cookie"]);
1198
1198
  onCookieChange.forEach(function (cb) {
1199
1199
  if (typeof cb === "function") {
1200
- cb(cookie.getCookie("sessionid"), cookie.toString());
1200
+ cb({ cookie, url: _response?.request?.res?.responseUrl });
1201
1201
  }
1202
1202
  });
1203
1203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.80",
3
+ "version": "1.3.81",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",