@deriv-com/analytics 1.5.5 → 1.5.6
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/types.d.ts +1 -1
- 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
|
-
|
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.
|
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",
|