pusher-js 8.0.1 → 8.0.2
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 -2
- package/dist/react-native/pusher.js +2 -13
- package/dist/react-native/pusher.js.map +1 -1
- package/dist/web/pusher-with-encryption.js +2 -2
- package/dist/web/pusher-with-encryption.min.js +2 -2
- package/dist/web/pusher.js +2 -2
- package/dist/web/pusher.min.js +2 -2
- package/dist/worker/pusher-with-encryption.worker.js +2 -2
- package/dist/worker/pusher-with-encryption.worker.min.js +2 -2
- package/dist/worker/pusher.worker.js +2 -2
- package/dist/worker/pusher.worker.min.js +2 -2
- package/package.json +1 -1
- package/src/runtimes/react-native/runtime.ts +1 -2
- package/webpack/config.react-native.js +1 -1
package/CHANGELOG.md
CHANGED
package/dist/node/pusher.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Pusher JavaScript Library v8.0.
|
|
2
|
+
* Pusher JavaScript Library v8.0.2
|
|
3
3
|
* https://pusher.com/
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020, Pusher
|
|
@@ -7525,7 +7525,7 @@ function safeJSONStringify(source) {
|
|
|
7525
7525
|
|
|
7526
7526
|
// CONCATENATED MODULE: ./src/core/defaults.ts
|
|
7527
7527
|
var Defaults = {
|
|
7528
|
-
VERSION: "8.0.
|
|
7528
|
+
VERSION: "8.0.2",
|
|
7529
7529
|
PROTOCOL: 7,
|
|
7530
7530
|
wsPort: 80,
|
|
7531
7531
|
wssPort: 443,
|