@plaidev/karte-action-sdk 1.1.188-28152496.9b97f7e1 → 1.1.188-28153943.b989e329
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.
- package/dist/index.es.js +3 -5
- 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
|
1090
|
-
?
|
1091
|
-
:
|
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-
|
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.
|
99
|
+
"@plaidev/action-compiler": "0.4.231"
|
100
100
|
},
|
101
101
|
"publishConfig": {
|
102
102
|
"access": "public"
|