steamutils 1.1.15 → 1.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/SteamClient.js +1 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -1006,7 +1006,7 @@ function SteamClient({
1006
1006
  } else {
1007
1007
  onEvent('webSession', function (webSession) {
1008
1008
  callback(webSession?.cookies?.join?.(';'))
1009
- }, true, 90000)
1009
+ }, true)
1010
1010
  }
1011
1011
  }
1012
1012
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",