comprodls-sdk 2.72.1 → 2.72.4
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/dist/comprodls-sdk.js +1546 -2576
- package/dist/comprodls-sdk.min.js +1 -15
- package/lib/services/pushX/index.js +1 -0
- package/package.json +5 -5
|
@@ -60,6 +60,7 @@ function pushX() {
|
|
|
60
60
|
/*********************************
|
|
61
61
|
* Public Function definitions
|
|
62
62
|
**********************************/
|
|
63
|
+
|
|
63
64
|
function _connect(pubnubCW, options) {
|
|
64
65
|
var bpubnubV7 = true; // If pubnub v7 or higher in package.json, set it true
|
|
65
66
|
if (bpubnubV7 && !options.userid) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comprodls-sdk",
|
|
3
3
|
"description": "comproDLS SDK for JavaScript",
|
|
4
|
-
"version": "2.72.
|
|
4
|
+
"version": "2.72.4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Compro Technologies Private Limited",
|
|
7
7
|
"url": "http://www.comprotechnologies.com/"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"validate.js": "^0.9.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"grunt": "
|
|
25
|
-
"grunt-browserify": "
|
|
26
|
-
"grunt-contrib-clean": "
|
|
27
|
-
"grunt-contrib-uglify": "
|
|
24
|
+
"grunt": "1.6.1",
|
|
25
|
+
"grunt-browserify": "6.0.0",
|
|
26
|
+
"grunt-contrib-clean": "2.0.1",
|
|
27
|
+
"grunt-contrib-uglify": "5.2.2",
|
|
28
28
|
"semver": "^5.1.0",
|
|
29
29
|
"shelljs": "^0.6.0"
|
|
30
30
|
}
|