pusher-js 8.1.0 → 8.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pusher-js",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
4
  "description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
5
5
  "main": "dist/node/pusher.js",
6
6
  "browser": "dist/web/pusher.js",
@@ -66,7 +66,6 @@ var getDefaultStrategy = function(
66
66
  };
67
67
 
68
68
  var ws_manager = new TransportManager({
69
- lives: 2,
70
69
  minPingDelay: 10000,
71
70
  maxPingDelay: config.activityTimeout
72
71
  });
@@ -67,7 +67,6 @@ var getDefaultStrategy = function(
67
67
  };
68
68
 
69
69
  var ws_manager = new TransportManager({
70
- lives: 2,
71
70
  minPingDelay: 10000,
72
71
  maxPingDelay: config.activityTimeout
73
72
  });