@plaidev/karte-action-sdk 1.1.261-28981806.8a8d40a8 → 1.1.261-28982039.4d78b664
Sign up to get free protection for your applications and to get access to all the features.
- 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-
|
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",
|