@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.
Files changed (2) hide show
  1. package/dist/index.es.js +5 -3
  2. 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 __FLYER_GEN_ACTION_ID_ON_BUILD__ === 'string'
912
- ? __FLYER_GEN_ACTION_ID_ON_BUILD__
913
- : randStr();
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.174-28032930.8633c15b",
3
+ "version": "1.1.174-28032965.486af7df",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",