@plaidev/karte-action-sdk 1.1.108-27918967.8f396cb5 → 1.1.108-27919045.307401fb
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 -2
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-27919045.307401fb",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -101,7 +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": "api-extractor run --local --verbose && api-documenter markdown --input-folder ./
|
104
|
+
"docs:api": "api-extractor run --local --verbose && api-documenter markdown --input-folder ./temp --output-folder ./temp/markdown && mv ./temp/markdown/* ./docs",
|
105
105
|
"check:svelte": "svelte-check --tsconfig ./tsconfig.json",
|
106
106
|
"check:type": "tsc --noEmit",
|
107
107
|
"test": "vitest run test",
|