quickblox 2.14.0 → 2.14.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/README.md +1 -1
- package/package.json +1 -1
- package/quickblox.js +3 -3
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +3 -3
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
|
|
|
16
16
|
## Dependencies for browser
|
|
17
17
|
|
|
18
18
|
```html
|
|
19
|
-
<script src="https://unpkg.com/quickblox@2.14.
|
|
19
|
+
<script src="https://unpkg.com/quickblox@2.14.1/quickblox.min.js"></script>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Bower and RequireJS
|
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -53770,8 +53770,8 @@ module.exports = StreamManagement;
|
|
|
53770
53770
|
*/
|
|
53771
53771
|
|
|
53772
53772
|
var config = {
|
|
53773
|
-
version: '2.14.
|
|
53774
|
-
buildNumber: '
|
|
53773
|
+
version: '2.14.1',
|
|
53774
|
+
buildNumber: '1136',
|
|
53775
53775
|
creds: {
|
|
53776
53776
|
'appId': 0,
|
|
53777
53777
|
'authKey': '',
|
|
@@ -53779,7 +53779,7 @@ var config = {
|
|
|
53779
53779
|
'accountKey': ''
|
|
53780
53780
|
},
|
|
53781
53781
|
endpoints: {
|
|
53782
|
-
api: '
|
|
53782
|
+
api: 'api.quickblox.com',
|
|
53783
53783
|
chat: 'chat.quickblox.com',
|
|
53784
53784
|
muc: 'muc.chat.quickblox.com'
|
|
53785
53785
|
},
|