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/CHANGELOG.md +4 -0
- package/dist/node/pusher.js +2 -3
- package/dist/node/pusher.js.map +1 -1
- package/dist/react-native/pusher.js +2 -2
- package/dist/react-native/pusher.js.map +1 -1
- package/dist/web/pusher-with-encryption.js +2 -3
- package/dist/web/pusher-with-encryption.js.map +1 -1
- package/dist/web/pusher-with-encryption.min.js +2 -2
- package/dist/web/pusher-with-encryption.min.js.map +1 -1
- package/dist/web/pusher.js +2 -3
- package/dist/web/pusher.js.map +1 -1
- package/dist/web/pusher.min.js +2 -2
- package/dist/web/pusher.min.js.map +1 -1
- package/dist/worker/pusher-with-encryption.worker.js +2 -3
- package/dist/worker/pusher-with-encryption.worker.js.map +1 -1
- package/dist/worker/pusher-with-encryption.worker.min.js +2 -2
- package/dist/worker/pusher-with-encryption.worker.min.js.map +1 -1
- package/dist/worker/pusher.worker.js +2 -3
- package/dist/worker/pusher.worker.js.map +1 -1
- package/dist/worker/pusher.worker.min.js +2 -2
- package/dist/worker/pusher.worker.min.js.map +1 -1
- package/package.json +1 -1
- package/src/runtimes/isomorphic/default_strategy.ts +0 -1
- package/src/runtimes/web/default_strategy.ts +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Pusher JavaScript Library v8.
|
|
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.
|
|
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
|
});
|