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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Pusher JavaScript Library v8.1.0
2
+ * Pusher JavaScript Library v8.2.0
3
3
  * https://pusher.com/
4
4
  *
5
5
  * Copyright 2020, Pusher
@@ -2996,7 +2996,7 @@ var ScriptReceivers = new ScriptReceiverFactory('_pusher_script_', 'Pusher.Scrip
2996
2996
 
2997
2997
  // CONCATENATED MODULE: ./src/core/defaults.ts
2998
2998
  var Defaults = {
2999
- VERSION: "8.1.0",
2999
+ VERSION: "8.2.0",
3000
3000
  PROTOCOL: 7,
3001
3001
  wsPort: 80,
3002
3002
  wssPort: 443,
@@ -5578,7 +5578,6 @@ var getDefaultStrategy = function (config, baseOptions, defineTransport) {
5578
5578
  timeoutLimit: 60000
5579
5579
  };
5580
5580
  var ws_manager = new transport_manager_TransportManager({
5581
- lives: 2,
5582
5581
  minPingDelay: 10000,
5583
5582
  maxPingDelay: config.activityTimeout
5584
5583
  });