@plaidev/karte-action-sdk 1.1.112 → 1.1.113-27923240.51ac14b8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +931 -267
- package/dist/hydrate/index.es.js +678 -292
- package/dist/index.es.d.ts +931 -267
- package/dist/index.es.js +651 -292
- package/dist/templates.js +1 -0
- package/package.json +6 -1
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.113-27923240.51ac14b8",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -83,6 +83,10 @@
|
|
83
83
|
"svelte": "3.53.1",
|
84
84
|
"svelte-check": "^2.2.7",
|
85
85
|
"svelte-preprocess": "4.9.8",
|
86
|
+
"textlint": "^13.1.1",
|
87
|
+
"textlint-plugin-tsdoc": "^0.1.0",
|
88
|
+
"textlint-rule-preset-ja-spacing": "^2.3.0",
|
89
|
+
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
|
86
90
|
"tslib": "^2.3.1",
|
87
91
|
"typescript": "^4.7.4",
|
88
92
|
"vitepress": "1.0.0-alpha.30",
|
@@ -100,6 +104,7 @@
|
|
100
104
|
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
|
101
105
|
"build:api": "api-extractor run --local --verbose",
|
102
106
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|
107
|
+
"lint:text": "textlint --config .textlintrc.json ./src",
|
103
108
|
"docs:dev": "vitepress dev docs",
|
104
109
|
"docs:build": "vitepress build docs",
|
105
110
|
"docs:preview": "vitepress preview docs",
|