pusher-js 8.0.0 → 8.0.1
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 +5 -0
- package/dist/node/pusher.js +2 -2
- package/dist/react-native/pusher.js +2 -2
- 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 +4 -4
- 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 +4 -4
- 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/worker/auth/fetch_auth.ts +1 -1
- package/src/runtimes/worker/runtime.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.0.1
|
|
4
|
+
|
|
5
|
+
- [FIXED] Fix 'window is not defined' error in the worker context
|
|
6
|
+
- [FIXED] Specify the right status when an error is thrown for the pusher worker instance
|
|
7
|
+
|
|
3
8
|
## 8.0.0
|
|
4
9
|
|
|
5
10
|
- [CHANGED] Specifying a cluster when instantiating the Pusher object is now mandatory. An exception is thrown if the cluster setting is missing.
|
package/dist/node/pusher.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Pusher JavaScript Library v8.0.
|
|
2
|
+
* Pusher JavaScript Library v8.0.1
|
|
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.1",
|
|
7529
7529
|
PROTOCOL: 7,
|
|
7530
7530
|
wsPort: 80,
|
|
7531
7531
|
wssPort: 443,
|