@plaidev/karte-action-sdk 1.1.126-27952306.7e987116 → 1.1.126-27952307.4236bb8e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/templates.cjs.js +1 -2
- package/dist/templates.js +1 -2
- package/package.json +1 -1
package/dist/templates.cjs.js
CHANGED
@@ -64,7 +64,7 @@ function createIndexTsx(script = '') {
|
|
64
64
|
import "https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver";
|
65
65
|
import { create } from "@plaidev/karte-action-sdk";
|
66
66
|
|
67
|
-
import { props
|
67
|
+
import { props } from "./gen";
|
68
68
|
import App from "./App.svelte";
|
69
69
|
import onCreate from "./customScript";
|
70
70
|
${script}
|
@@ -73,7 +73,6 @@ const action = (options: { send: Send; props: Props; variables: Variables }): Ka
|
|
73
73
|
props,
|
74
74
|
send: options.send,
|
75
75
|
variables: options.variables,
|
76
|
-
localVariablesQuery,
|
77
76
|
onCreate,
|
78
77
|
});
|
79
78
|
};
|
package/dist/templates.js
CHANGED
@@ -62,7 +62,7 @@ function createIndexTsx(script = '') {
|
|
62
62
|
import "https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver";
|
63
63
|
import { create } from "@plaidev/karte-action-sdk";
|
64
64
|
|
65
|
-
import { props
|
65
|
+
import { props } from "./gen";
|
66
66
|
import App from "./App.svelte";
|
67
67
|
import onCreate from "./customScript";
|
68
68
|
${script}
|
@@ -71,7 +71,6 @@ const action = (options: { send: Send; props: Props; variables: Variables }): Ka
|
|
71
71
|
props,
|
72
72
|
send: options.send,
|
73
73
|
variables: options.variables,
|
74
|
-
localVariablesQuery,
|
75
74
|
onCreate,
|
76
75
|
});
|
77
76
|
};
|