@plaidev/karte-action-sdk 1.1.263 → 1.1.264-29037816.a7f00a03
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 +50 -328
- package/dist/hydrate/index.es.js +274 -251
- package/dist/icons.d.ts +6 -111
- package/dist/index.es.d.ts +50 -328
- package/dist/index.es.js +274 -251
- package/dist/templates.cjs.d.ts +1 -1
- package/dist/templates.d.ts +1 -1
- package/package.json +7 -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.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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plaidev/karte-action-sdk",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.264-29037816.a7f00a03",
|
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,6 +80,7 @@
|
|
80
80
|
"playwright": "1.50.0",
|
81
81
|
"preact": "10.5.7",
|
82
82
|
"rimraf": "^3.0.2",
|
83
|
+
"rolldown": "latest",
|
83
84
|
"rollup": "^3.12.0",
|
84
85
|
"rollup-plugin-livereload": "^2.0.0",
|
85
86
|
"rollup-plugin-serve": "^2.0.0",
|
@@ -90,7 +91,7 @@
|
|
90
91
|
"serve-static": "^1.15.0",
|
91
92
|
"svelte": "3.53.1",
|
92
93
|
"svelte-check": "^2.2.7",
|
93
|
-
"svelte-preprocess": "
|
94
|
+
"svelte-preprocess": "5.1.4",
|
94
95
|
"terser": "^5.37.0",
|
95
96
|
"textlint": "^13.1.1",
|
96
97
|
"textlint-plugin-tsdoc": "^0.1.0",
|
@@ -98,14 +99,12 @@
|
|
98
99
|
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
|
99
100
|
"tslib": "^2.3.1",
|
100
101
|
"tsx": "^4.19.2",
|
101
|
-
"
|
102
|
+
"unplugin-isolated-decl": "latest",
|
103
|
+
"typescript": "5.8.2",
|
102
104
|
"vitepress": "1.0.0-alpha.30",
|
103
105
|
"vitest": "3.0.5",
|
104
106
|
"@plaidev/action-compiler": "0.4.231"
|
105
107
|
},
|
106
|
-
"dependencies": {
|
107
|
-
"@rollup/plugin-image": "^3.0.2"
|
108
|
-
},
|
109
108
|
"scripts": {
|
110
109
|
"dev": "tsx ./scripts/preview.ts",
|
111
110
|
"dev:hydrate": "tsx ./scripts/preview.ts --hydrate",
|
@@ -115,6 +114,7 @@
|
|
115
114
|
"setup:template": "tsx ./scripts/template.ts",
|
116
115
|
"setup:concat": "tsx ./scripts/concat.ts",
|
117
116
|
"setup:compile": "tsx ./scripts/compile.ts",
|
117
|
+
"rolldown:build": "rolldown --config ./rolldown.config.mjs && mv ./dist/index.d.ts ./dist/index.es.d.ts",
|
118
118
|
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
|
119
119
|
"build:api": "api-extractor run --local --verbose",
|
120
120
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|