@plaidev/karte-action-sdk 1.1.114 → 1.1.115-27927583.61884118

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.114",
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",