@plaidev/karte-action-sdk 1.1.108-27918930.5945782d → 1.1.108-27918967.8f396cb5
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plaidev/karte-action-sdk",
|
|
3
|
-
"version": "1.1.108-
|
|
3
|
+
"version": "1.1.108-27918967.8f396cb5",
|
|
4
4
|
"author": "Plaid Inc.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -101,9 +101,7 @@
|
|
|
101
101
|
"docs:dev": "vitepress dev docs",
|
|
102
102
|
"docs:build": "vitepress build docs",
|
|
103
103
|
"docs:preview": "vitepress preview docs",
|
|
104
|
-
"docs:api": "
|
|
105
|
-
"docs:api:setup": "api-extractor run --local --verbose",
|
|
106
|
-
"docs:api:gen": "api-documenter markdown --input-folder ./tmp --output-folder ./tmp/markdown && mv ./tmp/markdown/* ./docs",
|
|
104
|
+
"docs:api": "api-extractor run --local --verbose && api-documenter markdown --input-folder ./tmp --output-folder ./tmp/markdown && mv ./tmp/markdown/* ./docs",
|
|
107
105
|
"check:svelte": "svelte-check --tsconfig ./tsconfig.json",
|
|
108
106
|
"check:type": "tsc --noEmit",
|
|
109
107
|
"test": "vitest run test",
|