@plaidev/karte-action-sdk 1.1.262 → 1.1.263-29020527.5afd9416
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.d.ts +120 -357
- package/dist/hydrate/index.es.js +1395 -763
- package/dist/icons.d.ts +6 -111
- package/dist/index.es.d.ts +120 -357
- package/dist/index.es.js +1346 -758
- package/dist/templates.cjs.d.ts +1 -1
- package/dist/templates.cjs.js +3 -0
- package/dist/templates.d.ts +1 -1
- package/dist/templates.js +3 -0
- package/package.json +8 -7
package/dist/templates.cjs.d.ts
CHANGED
@@ -30,5 +30,5 @@ declare function createCompatibleCustomScript({ script, templateType, }?: {
|
|
30
30
|
script?: string;
|
31
31
|
templateType?: 'webpopup' | 'script';
|
32
32
|
}): string;
|
33
|
-
declare function createCustomScript(script?: string):
|
33
|
+
declare function createCustomScript(script?: string): ReturnType<typeof createCompatibleCustomScript>;
|
34
34
|
export { createAppScript, createIndexTsx, createCompatibleCustomScript, createCustomScript };
|
package/dist/templates.cjs.js
CHANGED
package/dist/templates.d.ts
CHANGED
@@ -30,5 +30,5 @@ declare function createCompatibleCustomScript({ script, templateType, }?: {
|
|
30
30
|
script?: string;
|
31
31
|
templateType?: 'webpopup' | 'script';
|
32
32
|
}): string;
|
33
|
-
declare function createCustomScript(script?: string):
|
33
|
+
declare function createCustomScript(script?: string): ReturnType<typeof createCompatibleCustomScript>;
|
34
34
|
export { createAppScript, createIndexTsx, createCompatibleCustomScript, createCustomScript };
|
package/dist/templates.js
CHANGED
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.263-29020527.5afd9416",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -61,12 +61,12 @@
|
|
61
61
|
"@microsoft/api-extractor": "7.48.0",
|
62
62
|
"@rollup/plugin-alias": "^4.0.0",
|
63
63
|
"@rollup/plugin-commonjs": "^23.0.1",
|
64
|
+
"@rollup/plugin-image": "^3.0.2",
|
64
65
|
"@rollup/plugin-json": "^5.0.0",
|
65
66
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
66
67
|
"@rollup/plugin-replace": "^5.0.0",
|
67
68
|
"@sveltejs/vite-plugin-svelte": "1.0.0-next.37",
|
68
69
|
"@testing-library/svelte": "^5.2.4",
|
69
|
-
"@tsconfig/svelte": "^3.0.0",
|
70
70
|
"@types/brotli": "^1.3.1",
|
71
71
|
"@types/serve-static": "^1.13.10",
|
72
72
|
"brotli": "^1.3.3",
|
@@ -80,17 +80,19 @@
|
|
80
80
|
"playwright": "1.50.0",
|
81
81
|
"preact": "10.5.7",
|
82
82
|
"rimraf": "^3.0.2",
|
83
|
+
"rolldown": "1.0.0-beta.3",
|
83
84
|
"rollup": "^3.12.0",
|
84
85
|
"rollup-plugin-livereload": "^2.0.0",
|
85
86
|
"rollup-plugin-serve": "^2.0.0",
|
86
87
|
"rollup-plugin-svelte": "^7.1.0",
|
87
88
|
"rollup-plugin-terser": "7.0.2",
|
88
89
|
"rollup-plugin-ts": "^3.2.0",
|
90
|
+
"oxc-transform": "^0.54.0",
|
89
91
|
"serve": "^14.0.1",
|
90
92
|
"serve-static": "^1.15.0",
|
91
93
|
"svelte": "3.53.1",
|
92
94
|
"svelte-check": "^2.2.7",
|
93
|
-
"svelte-preprocess": "
|
95
|
+
"svelte-preprocess": "5.1.4",
|
94
96
|
"terser": "^5.37.0",
|
95
97
|
"textlint": "^13.1.1",
|
96
98
|
"textlint-plugin-tsdoc": "^0.1.0",
|
@@ -98,14 +100,12 @@
|
|
98
100
|
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
|
99
101
|
"tslib": "^2.3.1",
|
100
102
|
"tsx": "^4.19.2",
|
101
|
-
"
|
103
|
+
"unplugin-isolated-decl": "^0.12.0",
|
104
|
+
"typescript": "^5.8.2",
|
102
105
|
"vitepress": "1.0.0-alpha.30",
|
103
106
|
"vitest": "3.0.5",
|
104
107
|
"@plaidev/action-compiler": "0.4.231"
|
105
108
|
},
|
106
|
-
"dependencies": {
|
107
|
-
"@rollup/plugin-image": "^3.0.2"
|
108
|
-
},
|
109
109
|
"scripts": {
|
110
110
|
"dev": "tsx ./scripts/preview.ts",
|
111
111
|
"dev:hydrate": "tsx ./scripts/preview.ts --hydrate",
|
@@ -115,6 +115,7 @@
|
|
115
115
|
"setup:template": "tsx ./scripts/template.ts",
|
116
116
|
"setup:concat": "tsx ./scripts/concat.ts",
|
117
117
|
"setup:compile": "tsx ./scripts/compile.ts",
|
118
|
+
"rolldown:build": "rolldown --config ./rolldown.config.mjs",
|
118
119
|
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
|
119
120
|
"build:api": "api-extractor run --local --verbose",
|
120
121
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|