@plaidev/karte-action-sdk 1.1.261-28981806.8a8d40a8 → 1.1.261-28982039.4d78b664

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.
Files changed (1) hide show
  1. 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.261-28981806.8a8d40a8",
3
+ "version": "1.1.261-28982039.4d78b664",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -130,7 +130,7 @@
130
130
  "test:watch": "vitest test",
131
131
  "test:ui": "vitest test --ui",
132
132
  "test:e2e": "vitest run spec",
133
- "test:update": "vitest -u",
133
+ "test:update": "vitest run -u",
134
134
  "coverage": "vitest run test --coverage",
135
135
  "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts",
136
136
  "update:version": "COREPACK_ENABLE_STRICT=0 npm version patch",