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 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.0/quickblox.min.js"></script>
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.14.0",
4
+ "version": "2.14.1",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "license": "(Apache-2.0)",
package/quickblox.js CHANGED
@@ -53770,8 +53770,8 @@ module.exports = StreamManagement;
53770
53770
  */
53771
53771
 
53772
53772
  var config = {
53773
- version: '2.14.0',
53774
- buildNumber: '1135',
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: 'apistage6.quickblox.com/',
53782
+ api: 'api.quickblox.com',
53783
53783
  chat: 'chat.quickblox.com',
53784
53784
  muc: 'muc.chat.quickblox.com'
53785
53785
  },