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
@@ -3273,7 +3273,7 @@ function safeJSONStringify(source) {
3273
3273
 
3274
3274
  // CONCATENATED MODULE: ./src/core/defaults.ts
3275
3275
  var Defaults = {
3276
- VERSION: "8.1.0",
3276
+ VERSION: "8.2.0",
3277
3277
  PROTOCOL: 7,
3278
3278
  wsPort: 80,
3279
3279
  wssPort: 443,
@@ -5216,7 +5216,6 @@ var getDefaultStrategy = function (config, baseOptions, defineTransport) {
5216
5216
  timeoutLimit: 60000
5217
5217
  };
5218
5218
  var ws_manager = new transport_manager_TransportManager({
5219
- lives: 2,
5220
5219
  minPingDelay: 10000,
5221
5220
  maxPingDelay: config.activityTimeout
5222
5221
  });