playov2-js-utilities 0.3.17 → 0.3.18

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.
@@ -413,7 +413,7 @@ const config = {
413
413
  },
414
414
  [notificationIds.HOST_ACTIVITY_PAYOUT]: {
415
415
  category: notificationCategories.ACTIVITY,
416
- target: "playocredits",
416
+ target: "passbook/0",
417
417
  title: "Activity Update",
418
418
  type: ["push", "drawer"],
419
419
  buttons: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {