@plaidev/karte-action-sdk 1.1.126 → 1.1.127-27953328.1721c5e0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 } from "./gen";
67
+ import { props, localVariablesQuery } from "./gen";
68
68
  import App from "./App.svelte";
69
69
  import onCreate from "./customScript";
70
70
  ${script}
@@ -73,6 +73,7 @@ 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,
76
77
  onCreate,
77
78
  });
78
79
  };
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 } from "./gen";
65
+ import { props, localVariablesQuery } from "./gen";
66
66
  import App from "./App.svelte";
67
67
  import onCreate from "./customScript";
68
68
  ${script}
@@ -71,6 +71,7 @@ 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,
74
75
  onCreate,
75
76
  });
76
77
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.126",
3
+ "version": "1.1.127-27953328.1721c5e0",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",