playov2-js-utilities 0.3.28 → 0.3.30

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.
@@ -232,9 +232,9 @@ const host_booked_venue = {
232
232
 
233
233
  const dm_request = {
234
234
  heading: 'New message request 💭',
235
- text: '${{user_name}} has messaged you on Playo. Tap to see.',
235
+ text: '{{user_name}} has messaged you on Playo. Tap to see.',
236
236
  buttons: [],
237
- notificationId: ''
237
+ notificationId: notificationIds.MESSAGE_REQUEST
238
238
  }
239
239
 
240
240
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.3.28",
3
+ "version": "0.3.30",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {