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
@@ -868,7 +868,7 @@ function safeJSONStringify(source) {
868
868
 
869
869
  // CONCATENATED MODULE: ./src/core/defaults.ts
870
870
  var Defaults = {
871
- VERSION: "8.1.0",
871
+ VERSION: "8.2.0",
872
872
  PROTOCOL: 7,
873
873
  wsPort: 80,
874
874
  wssPort: 443,
@@ -2811,7 +2811,6 @@ var getDefaultStrategy = function (config, baseOptions, defineTransport) {
2811
2811
  timeoutLimit: 60000
2812
2812
  };
2813
2813
  var ws_manager = new transport_manager_TransportManager({
2814
- lives: 2,
2815
2814
  minPingDelay: 10000,
2816
2815
  maxPingDelay: config.activityTimeout
2817
2816
  });