@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.
@@ -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, localVariablesQuery } from "./gen";
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, localVariablesQuery } from "./gen";
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.126-27952306.7e987116",
3
+ "version": "1.1.126-27952307.4236bb8e",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",