comprodls-sdk 2.72.0 → 2.72.2

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.
@@ -12839,7 +12839,7 @@ function pushX() {
12839
12839
  /*********************************
12840
12840
  * Public Function definitions
12841
12841
  **********************************/
12842
- // This is a dummy comment to test release.
12842
+ // This is a dummy comment
12843
12843
  function _connect(pubnubCW, options) {
12844
12844
  var bpubnubV7 = true; // If pubnub v7 or higher in package.json, set it true
12845
12845
  if (bpubnubV7 && !options.userid) {
@@ -60,7 +60,7 @@ function pushX() {
60
60
  /*********************************
61
61
  * Public Function definitions
62
62
  **********************************/
63
- // This is a dummy comment to test release.
63
+ // This is a dummy comment
64
64
  function _connect(pubnubCW, options) {
65
65
  var bpubnubV7 = true; // If pubnub v7 or higher in package.json, set it true
66
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.0",
4
+ "version": "2.72.2",
5
5
  "author": {
6
6
  "name": "Compro Technologies Private Limited",
7
7
  "url": "http://www.comprotechnologies.com/"