@plaidev/karte-action-sdk 1.1.179-28041859.8b5339d0 → 1.1.180-28041937.24d05b80
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +176 -82
- package/dist/hydrate/index.es.js +371 -303
- package/dist/index.es.d.ts +176 -82
- package/dist/index.es.js +424 -356
- package/dist/templates.cjs.js +2 -1
- package/dist/templates.js +2 -1
- package/package.json +2 -2
package/dist/templates.cjs.js
CHANGED
@@ -96,7 +96,7 @@ function createIndexTsx({ script = '', polyfill = false, } = {}) {
|
|
96
96
|
${polyfill ? `import 'https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver';` : ''}
|
97
97
|
import { create } from '@plaidev/karte-action-sdk';
|
98
98
|
|
99
|
-
import { props, localVariablesQuery } from './gen';
|
99
|
+
import { props, localVariablesQuery, karteTemplate } from './gen';
|
100
100
|
import App from './App.svelte';
|
101
101
|
import onCreate from './customScript';
|
102
102
|
${script}
|
@@ -107,6 +107,7 @@ const action = (options: { send: Send; publish: Publish, props: Props; variables
|
|
107
107
|
publish: options.publish,
|
108
108
|
variables: options.variables,
|
109
109
|
localVariablesQuery,
|
110
|
+
karteTemplate,
|
110
111
|
onCreate,
|
111
112
|
});
|
112
113
|
};
|
package/dist/templates.js
CHANGED
@@ -94,7 +94,7 @@ function createIndexTsx({ script = '', polyfill = false, } = {}) {
|
|
94
94
|
${polyfill ? `import 'https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver';` : ''}
|
95
95
|
import { create } from '@plaidev/karte-action-sdk';
|
96
96
|
|
97
|
-
import { props, localVariablesQuery } from './gen';
|
97
|
+
import { props, localVariablesQuery, karteTemplate } from './gen';
|
98
98
|
import App from './App.svelte';
|
99
99
|
import onCreate from './customScript';
|
100
100
|
${script}
|
@@ -105,6 +105,7 @@ const action = (options: { send: Send; publish: Publish, props: Props; variables
|
|
105
105
|
publish: options.publish,
|
106
106
|
variables: options.variables,
|
107
107
|
localVariablesQuery,
|
108
|
+
karteTemplate,
|
108
109
|
onCreate,
|
109
110
|
});
|
110
111
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plaidev/karte-action-sdk",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.180-28041937.24d05b80",
|
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.230"
|
100
100
|
},
|
101
101
|
"publishConfig": {
|
102
102
|
"access": "public"
|