@optimiser/common 1.0.367 → 1.0.368

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/lib/event.js CHANGED
@@ -117,8 +117,9 @@ var Event = /** @class */ (function () {
117
117
  }
118
118
  }
119
119
  },
120
- data: notificationDataObj // changes done by komal, to get data attr val in notification
120
+ data: JSON.stringify(notificationDataObj) // changes done by komal, to get data attr val in notification
121
121
  };
122
+ console.log("notificationDataObj------>", JSON.stringify(notificationDataObj));
122
123
  _a.label = 3;
123
124
  case 3:
124
125
  _a.trys.push([3, 5, , 6]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.367",
3
+ "version": "1.0.368",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {