@plaidev/karte-action-sdk 1.1.107 → 1.1.108-27918306.f8f4fc25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +17 -7
- package/dist/hydrate/index.es.js +85 -87
- package/dist/index.es.d.ts +17 -7
- package/dist/index.es.js +85 -87
- package/dist/templates.js +7 -7
- package/package.json +3 -2
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.108-27918306.f8f4fc25",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"playwright": "^1.23.4",
|
71
71
|
"preact": "10.5.7",
|
72
72
|
"rimraf": "^3.0.2",
|
73
|
-
"rollup": "^3.
|
73
|
+
"rollup": "^3.12.0",
|
74
74
|
"rollup-plugin-http-resolve": "4.0.1-alpha.0",
|
75
75
|
"rollup-plugin-livereload": "^2.0.0",
|
76
76
|
"rollup-plugin-serve": "^2.0.0",
|
@@ -95,6 +95,7 @@
|
|
95
95
|
"setup:template": "jiti ./scripts/template.ts",
|
96
96
|
"setup:concat": "jiti ./scripts/concat.ts",
|
97
97
|
"setup:compile": "jiti ./scripts/compile.ts",
|
98
|
+
"prepare": "yarn setup:default && yarn setup:template && yarn setup:concat && yarn build",
|
98
99
|
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
|
99
100
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|
100
101
|
"docs:dev": "vitepress dev docs",
|