@plaidev/karte-action-sdk 1.1.109 → 1.1.110-27920429.38454a28
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -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.110-27920429.38454a28",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -39,6 +39,7 @@
|
|
39
39
|
},
|
40
40
|
"files": [
|
41
41
|
"dist",
|
42
|
+
"meta",
|
42
43
|
"index.mjs",
|
43
44
|
"README.md",
|
44
45
|
"LICENSE"
|
@@ -97,11 +98,12 @@
|
|
97
98
|
"setup:compile": "jiti ./scripts/compile.ts",
|
98
99
|
"prepare": "yarn setup:default && yarn setup:template && yarn setup:concat && yarn build",
|
99
100
|
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
|
101
|
+
"build:api": "api-extractor run --local --verbose",
|
100
102
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|
101
103
|
"docs:dev": "vitepress dev docs",
|
102
104
|
"docs:build": "vitepress build docs",
|
103
105
|
"docs:preview": "vitepress preview docs",
|
104
|
-
"docs:
|
106
|
+
"docs:gen": "api-documenter markdown --input-folder ./meta --output-folder ./temp/markdown && mv ./temp/markdown/* ./docs",
|
105
107
|
"check:svelte": "svelte-check --tsconfig ./tsconfig.json",
|
106
108
|
"check:type": "tsc --noEmit",
|
107
109
|
"test": "vitest run test",
|