@plaidev/karte-action-sdk 1.1.114 → 1.1.115-27927583.61884118
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +959 -848
- package/dist/hydrate/index.es.js +434 -315
- package/dist/index.es.d.ts +959 -848
- package/dist/index.es.js +487 -362
- package/package.json +2 -1
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.115-27927583.61884118",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -105,6 +105,7 @@
|
|
105
105
|
"build:api": "api-extractor run --local --verbose",
|
106
106
|
"build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
|
107
107
|
"lint:text": "textlint --config .textlintrc.json ./src",
|
108
|
+
"clean": "rm -rf dist __dist__ docs/**.md",
|
108
109
|
"docs:dev": "vitepress dev docs",
|
109
110
|
"docs:build": "vitepress build docs",
|
110
111
|
"docs:preview": "vitepress preview docs",
|