@optimiser/common 1.0.359 → 1.0.360

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
@@ -113,10 +113,7 @@ var Event = /** @class */ (function () {
113
113
  }
114
114
  }
115
115
  },
116
- data: {
117
- title: notificationDataObj.title,
118
- body: notificationDataObj.message
119
- }
116
+ data: notificationDataObj // changes done by komal, to get data attr val in notification
120
117
  };
121
118
  _a.label = 3;
122
119
  case 3:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.359",
3
+ "version": "1.0.360",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {