@plaidev/karte-action-sdk 1.1.180-28041937.24d05b80 → 1.1.180-28042066.2d66783f
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/hydrate/index.es.js +1 -0
- package/dist/index.es.js +1 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1761,6 +1761,7 @@ async function runScript$1(options = {
|
|
1761
1761
|
const { success } = await setupActionTable(options.localVariablesQuery, data.api_key);
|
1762
1762
|
if (!success)
|
1763
1763
|
return;
|
1764
|
+
options.send('script_fired');
|
1764
1765
|
// 旧Widget API IFの処理
|
1765
1766
|
const { onCreateHandlers } = getInternalHandlers();
|
1766
1767
|
if (onCreateHandlers) {
|
package/dist/index.es.js
CHANGED
@@ -1825,6 +1825,7 @@ async function runScript$1(options = {
|
|
1825
1825
|
const { success } = await setupActionTable(options.localVariablesQuery, data.api_key);
|
1826
1826
|
if (!success)
|
1827
1827
|
return;
|
1828
|
+
options.send('script_fired');
|
1828
1829
|
// 旧Widget API IFの処理
|
1829
1830
|
const { onCreateHandlers } = getInternalHandlers();
|
1830
1831
|
if (onCreateHandlers) {
|