@plaidev/karte-action-sdk 1.1.188-28152496.9b97f7e1 → 1.1.188-28153943.b989e329

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 +3 -5
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -1086,11 +1086,9 @@ function cloneToJson(data) {
1086
1086
 
1087
1087
  // prettier-ignore
1088
1088
  /** @internal */
1089
- const actionId = typeof __FIX_ACTION_CHANGE_STATE_EVENT__ === 'string'
1090
- ? __FIX_ACTION_CHANGE_STATE_EVENT__
1091
- : typeof __FLYER_GEN_ACTION_ID_ON_BUILD__ === 'string'
1092
- ? __FLYER_GEN_ACTION_ID_ON_BUILD__
1093
- : randStr();
1089
+ const actionId = typeof __FLYER_GEN_ACTION_ID_ON_BUILD__ === 'string'
1090
+ ? __FLYER_GEN_ACTION_ID_ON_BUILD__
1091
+ : randStr();
1094
1092
  /** @internal */
1095
1093
  const ACTION_DESTROY_EVENT = `KARTE-ACTION-DESTROY-${actionId}`;
1096
1094
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.188-28152496.9b97f7e1",
3
+ "version": "1.1.188-28153943.b989e329",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -96,7 +96,7 @@
96
96
  "typescript": "^4.7.4",
97
97
  "vitepress": "1.0.0-alpha.30",
98
98
  "vitest": "latest",
99
- "@plaidev/action-compiler": "0.4.230"
99
+ "@plaidev/action-compiler": "0.4.231"
100
100
  },
101
101
  "publishConfig": {
102
102
  "access": "public"