quickblox 2.18.0 → 2.19.0

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/LICENSE CHANGED
@@ -103,6 +103,10 @@ excluded under applicable law. Both parties are in understanding that some
103
103
  jurisdictions do not allow the exclusion of liability for consequential damages
104
104
  and as so the above limitation may not apply.
105
105
 
106
+ 13. **SAMPLES AND EXAMPLES LICENSE.**
107
+ All samples and examples provided within this SDK are distributed under the MIT
108
+ License. The text of the MIT License is included within each sample.
109
+
106
110
 
107
111
  # Third-Party Licenses
108
112
 
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # QuickBlox JavaScript SDK
2
2
 
3
- [![travis-ci](https://api.travis-ci.org/QuickBlox/quickblox-javascript-sdk.svg?branch=gh-pages)](https://travis-ci.org/QuickBlox/quickblox-javascript-sdk)
4
3
  [![Code Climate](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk/badges/gpa.svg)](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk)
5
4
  [![npm](https://img.shields.io/npm/v/quickblox.svg)](https://www.npmjs.com/package/quickblox)
6
5
  [![npm](https://img.shields.io/npm/dm/quickblox.svg)](https://www.npmjs.com/package/quickblox)
@@ -16,7 +15,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
16
15
  ## Dependencies for browser
17
16
 
18
17
  ```html
19
- <script src="https://unpkg.com/quickblox@2.18.0/quickblox.min.js"></script>
18
+ <script src="https://unpkg.com/quickblox@2.19.0/quickblox.min.js"></script>
20
19
  ```
21
20
 
22
21
  ## 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.18.0",
4
+ "version": "2.19.0",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
@@ -44,7 +44,7 @@
44
44
  "node-fetch": "^1.7.3",
45
45
  "node-xmpp-client": "^3.0.0",
46
46
  "sdp-transform": "^2.3.0",
47
- "strophe.js": "^1.4.0",
47
+ "strophe.js": "^1.6.2",
48
48
  "webrtc-adapter": "^7.7.1"
49
49
  },
50
50
  "devDependencies": {