notifly-sdk 2.1.1 → 2.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notifly-sdk",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -101,7 +101,7 @@ export async function showInAppMessage(data, openedInAppWebViewCount) {
101
101
  openedInAppWebViewCount.count = openedInAppWebViewCount.count + 1;
102
102
  logEvent(
103
103
  'in_app_message_show',
104
- { type: 'message_event', channel: 'in-app-message', campaign: data.campaign_id },
104
+ { type: 'message_event', channel: 'in-app-message', campaign_id: data.campaign_id },
105
105
  null,
106
106
  true
107
107
  ); // logging in app messaging delivered