steamutils 1.1.34 → 1.1.35

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
@@ -581,7 +581,7 @@ class SteamUser {
581
581
 
582
582
  constructor (cookies) {
583
583
  this._cookies = new CookieManager(cookies)
584
- this._cookies.removeCookie('timezoneOffset')
584
+ this._cookies.setCookie('timezoneOffset', new Date().getTimezoneOffset() * -1 * 60)
585
585
 
586
586
  let {
587
587
  steamMachineAuth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",