quickblox 2.21.0-alpha.2 → 2.21.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/package.json +2 -1
- package/quickblox.js +3 -1
- package/quickblox.min.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quickblox",
|
|
3
3
|
"description": "QuickBlox JavaScript SDK",
|
|
4
|
-
"version": "2.21.0
|
|
4
|
+
"version": "2.21.0",
|
|
5
5
|
"homepage": "https://quickblox.com/developers/Javascript",
|
|
6
6
|
"main": "src/qbMain.js",
|
|
7
7
|
"types": "quickblox.d.ts",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"email": "web@quickblox.com"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
+
"cordova-custom-config": "^5.1.1",
|
|
41
42
|
"crypto-js": "3.1.2-2",
|
|
42
43
|
"form-data": "^2.3.1",
|
|
43
44
|
"nativescript-xmpp-client": "^1.2.0",
|
package/quickblox.js
CHANGED
|
@@ -15129,8 +15129,10 @@ function isUndefined(arg) {
|
|
|
15129
15129
|
}
|
|
15130
15130
|
|
|
15131
15131
|
},{}],80:[function(require,module,exports){
|
|
15132
|
+
'use strict';
|
|
15133
|
+
|
|
15132
15134
|
/* eslint-env browser */
|
|
15133
|
-
module.exports = typeof self
|
|
15135
|
+
module.exports = typeof self === 'object' ? self.FormData : window.FormData;
|
|
15134
15136
|
|
|
15135
15137
|
},{}],81:[function(require,module,exports){
|
|
15136
15138
|
'use strict';
|