@optimiser/common 1.0.357 → 1.0.358

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
@@ -97,7 +97,8 @@ var Event = /** @class */ (function () {
97
97
  token: userDeviceInfoObj.deviceToken,
98
98
  notification: {
99
99
  title: notificationDataObj.title,
100
- body: notificationDataObj.message
100
+ body: notificationDataObj.message,
101
+ sound: 'default' // added by komal, default sound added for quit mode of app
101
102
  },
102
103
  android: {
103
104
  priority: 'high' // You can set the priority to 'high' or 'normal' for Android
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.357",
3
+ "version": "1.0.358",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {