quickblox 2.17.1-beta.2-logger → 2.17.1-logger
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/README.md +1 -1
- package/package.json +1 -1
- package/quickblox.d.ts +0 -1
- package/quickblox.js +2 -2
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
package/quickblox.d.ts
CHANGED
|
@@ -523,7 +523,6 @@ interface QBChatModule {
|
|
|
523
523
|
onReconnectListener?: () => void
|
|
524
524
|
onReconnectFailedListener?: (error: any) => void
|
|
525
525
|
onSessionExpiredListener?: (error?: QBError) => void
|
|
526
|
-
onLogListener?: (logLine: string) => void
|
|
527
526
|
/**
|
|
528
527
|
* Receive reject request
|
|
529
528
|
* ([read more](https://docs.quickblox.com/docs/js-chat-contact-list#reject-the-contact-request)).
|
package/quickblox.js
CHANGED
|
@@ -53874,8 +53874,8 @@ module.exports = StreamManagement;
|
|
|
53874
53874
|
*/
|
|
53875
53875
|
|
|
53876
53876
|
var config = {
|
|
53877
|
-
version: '2.17.1
|
|
53878
|
-
buildNumber: '
|
|
53877
|
+
version: '2.17.1',
|
|
53878
|
+
buildNumber: '1161',
|
|
53879
53879
|
creds: {
|
|
53880
53880
|
'appId': 0,
|
|
53881
53881
|
'authKey': '',
|