playov2-js-utilities 0.3.15 → 0.3.16

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.
@@ -163,7 +163,7 @@ const config = {
163
163
  target: "group",
164
164
  path: "board",
165
165
  title: "Group Update",
166
- type: ["drawer","push"],
166
+ type: ["drawer", "push"],
167
167
  buttons: [],
168
168
  android_channel_id: notificationChannels.group_updates
169
169
  },
@@ -435,11 +435,11 @@ const config = {
435
435
  buttons: [],
436
436
  android_channel_id: notificationChannels.activity_query
437
437
  },
438
- [notificationIds.ACTIVITY_REMINDER] : {
438
+ [notificationIds.ACTIVITY_REMINDER]: {
439
439
  category: notificationCategories.ACTIVITY,
440
440
  target: "match",
441
441
  title: "Activity Reminder",
442
- type: ["push", "drawer"],
442
+ type: ["push"],
443
443
  buttons: [],
444
444
  android_channel_id: notificationChannels.activity_reminders
445
445
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {