@deriv-com/analytics 1.5.5 → 1.5.6

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.
Files changed (2) hide show
  1. package/lib/types.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/types.d.ts CHANGED
@@ -237,7 +237,7 @@ type PassKeyEffortlessFormAction = {
237
237
  };
238
238
  type PassKeyAccountSettingsFormAction = {
239
239
  action?: 'open' | 'close' | 'info_open' | 'info_back' | 'create_passkey_started' | 'create_passkey_reminder_passed' | 'create_passkey_finished' | 'create_passkey_continue_trading' | 'error' | 'add_more_passkeys';
240
- form_source?: string;
240
+ form_name?: string;
241
241
  subform_name?: string;
242
242
  remove_verification_provider?: string;
243
243
  error_message?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv-com/analytics",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.",
5
5
  "keywords": [
6
6
  "rudderstack",