@plaidev/karte-action-sdk 1.1.174-28032930.8633c15b → 1.1.174-28032965.486af7df
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +5 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -908,9 +908,11 @@ const ALL_ACTION_ID = 'KARTE_ALL_ACTION_ID';
|
|
908
908
|
const ALL_ACTION_SHORTEN_ID = 'KARTE_ALL_ACTION_SHORTEN_ID';
|
909
909
|
// prettier-ignore
|
910
910
|
/** @internal */
|
911
|
-
const actionId = typeof
|
912
|
-
?
|
913
|
-
:
|
911
|
+
const actionId = typeof __FIX_ACTION_CHANGE_STATE_EVENT__ === 'string'
|
912
|
+
? __FIX_ACTION_CHANGE_STATE_EVENT__
|
913
|
+
: typeof __FLYER_GEN_ACTION_ID_ON_BUILD__ === 'string'
|
914
|
+
? __FLYER_GEN_ACTION_ID_ON_BUILD__
|
915
|
+
: randStr();
|
914
916
|
/** @internal */
|
915
917
|
const ACTION_SHOW_EVENT = `KARTE-ACTION-SHOW-${actionId}`;
|
916
918
|
/** @internal */
|