pusher-js 7.4.0 → 7.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pusher-js",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
5
5
  "main": "dist/node/pusher.js",
6
6
  "browser": "dist/web/pusher.js",
@@ -60,7 +60,7 @@ const ajax: AuthTransport = function(
60
60
  suffix = UrlStore.buildLogSuffix('authenticationEndpoint');
61
61
  break;
62
62
  case AuthRequestType.ChannelAuthorization:
63
- suffix = `Clients must be authenticated to join private or presence channels. ${UrlStore.buildLogSuffix(
63
+ suffix = `Clients must be authorized to join private or presence channels. ${UrlStore.buildLogSuffix(
64
64
  'authorizationEndpoint'
65
65
  )}`;
66
66
  break;